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
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...