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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...