Arif Qayoom
TypeScript
The following _ClientSocketException was thrown resolving an image codec:
ClientException with SocketException: Connection refused (OS Error: Connection refused, errno =
111), address = cloud.appwrite.io, port = 51156,
uri=https://cloud.appwrite.io/v1/storage/buckets/667e21470032dc211bca/files/66b997dd002a0d201c32/view?project=643588
ac5b13906fc980&mode=admin
When the exception was thrown, this was the stack
Image provider:
CachedNetworkImageProvider("https://cloud.appwrite.io/v1/storage/buckets/667e21470032dc211bca/files/66b997dd002a0d20
1c32/view?project=643588ac5b13906fc980&mode=admin",
scale: 1.0)
Image key:
CachedNetworkImageProvider("https://cloud.appwrite.io/v1/storage/buckets/667e21470032dc211bca/files/66b997dd002a0d20
1c32/view?project=643588ac5b13906fc980&mode=admin",
scale: 1.0):
CachedNetworkImageProvider("https://cloud.appwrite.io/v1/storage/buckets/667e21470032dc211bca/files/66b997dd002a0d
201c32/view?project=643588ac5b13906fc980&mode=admin",
scale: 1.0)```
TL;DR
An exception was caught by the image resource service due to a connection being refused. The issue seems to be with resolving an image codec from cloud.appwrite.io. Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...