Upload image fails with error "dial tcp: lookup api.cloudinary.com: no such host"
Yamadakun
Member Posts: 1 ✭
Hello
I have been trying to upload to cloudinary via golang sdk. but sometimes it seems to fail after several requests (sometimes it works, other times it doesn't).
I run the app in localhost (windows) and without vpn.
error message:
"https://api.cloudinary.com/v1_1/dd6mdlpgj/auto/upload": dial tcp: lookup api.cloudinary.com: no such host
Thanks
Tagged:
0
Answers
-
This could be a network configuration setup in your local machine as described in this discussion: https://stackoverflow.com/questions/33893150/dial-tcp-lookup-xxx-xxx-xxx-xxx-no-such-host
0