Back

HTTPSConnectionPool(host='cloud.appwrite.io', port=443)

  • 0
  • Databases
  • Functions
  • Cloud
Seroga88i
11 Oct, 2024, 18:49

Hello guys,

I have a function which should update documents in a database. During that update phase I am facing this error: Error updating notifications: HTTPSConnectionPool(host='cloud.appwrite.io', port=443): Max retries exceeded with url: /v1/databases/<ID>/collections/<ID>/documents (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f9e14e95160>: Failed to resolve 'cloud.appwrite.io' ([Errno -3] Try again)"))

I am not sure where this error comes from and how to solve it. I checked for possible rate limits and found that for function there are no rate limits. At the moment I have now idea what is wrong 😕

Has anybody an idea how to solve it? Kind regards

TL;DR
Error message indicates a NameResolutionError for 'cloud.appwrite.io'. This typically means a DNS resolution issue. Developers should check their DNS configuration or try a different DNS server.
Seroga88i
11 Oct, 2024, 18:49

HTTPSConnectionPool(host='cloud.appwrite.io', port=443)

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more