
Hi, do you have any idea why this error:
TypeScript
An unexpected error occurred: HTTPConnectionPool(host='bbl2xtf1', port=80): Max retries exceeded with url: /v1/storage/buckets/assets/files (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffbdc4640a0>: Failed to establish a new connection: [Errno 22] Invalid argument'))
TL;DR
Title: Error message: HTTPConnectionPool
Developers encountered an unexpected error involving an HTTPConnectionPool. The error message provides details.
Solution: The error indicates a failure to establish a new connection due to an invalid argument. Check the code being used and ensure the correct parameters are specified for connections.
What are you trying to do? Can you show de code you're using?
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
