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
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...