flickr icon indicating copy to clipboard operation
flickr copied to clipboard

Failed uploading

Open chongg039 opened this issue 7 years ago • 2 comments

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

chongg039 avatar Apr 10 '17 06:04 chongg039

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.

benmesander avatar Apr 10 '17 16:04 benmesander

I see, thanks @benmesander

chongg039 avatar Apr 12 '17 07:04 chongg039