Getting a lot of "Try again" errors
Closed this issue · 2 comments
dxtr commented
Is this something that is fixable in the library or is it the service that's failing?
I can't really see why it happens and the error description is fairly vague.
Should I just retry X times when getting this error?
dxtr commented
I changed the title because I realized that it isn't when loggin in, but when trying to transfer files
ncw commented
The way the protocol works is that you are expected to try again if you get an EAGAIN error. The library doesn't deal with this - it is up to you to retry.