flickr
flickr copied to clipboard
Failed uploading
Hey
When I was using the upload
function, it happened:
Failed uploading: Post https://up.flickr.com/services/upload/: dial tcp 93.46.8.89:443: getsockopt:
connection timed out
exit status 1
I wonder if it due to the flickr offical
That is a normal TCP level connection failure. Flickr is, in general, not a highly available service. You will have to handle error cases in your code. At times the API even spews nonsense in replies. I wrote a program that mirrored 17,000+ photos from ipernity to flickr, and a robust re-try strategy is required. At times flickr API was down for an entire weekend.
On Monday, April 10, 2017 12:45 AM, coldriver <[email protected]> wrote:
Hey When I was using the upload function, it happened:Failed uploading: Post https://up.flickr.com/services/upload/: dial tcp 93.46.8.89:443: getsockopt: connection timed out exit status 1I wonder if it due to the flickr offical— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
I see, thanks @benmesander