You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <notifications@github.com> 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.
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
The text was updated successfully, but these errors were encountered: