iwonbigbro / gsync

RSync for Google Drive - GSync
Other
238 stars 50 forks source link

Backend error #43

Open Nichlas opened 10 years ago

Nichlas commented 10 years ago

I get this "backend error" quite often, and the solution seems to be "wait a while and try again". But gsync doesn't fail very gracefully, so i can't ask it nicely to wait a while and try again. Can something be done with this?

http://pastebin.com/SVVMxhsy

iwonbigbro commented 10 years ago

I am currently in the process of setting up unittest, automation and pylint regression. I have found and fixed lots of issues so far and have identified the need for a retryer where http requests periodically fail. I have been experiencing the same thing and have to wait for the next gsync run to retry, which is really annoying. Once I have cleaned up the code and got gsync 'head' revision working again, I'll spin off a new pypi version.

On 17 March 2014 16:35, Nichlas notifications@github.com wrote:

I get this "backend error" quite often, and the solution seems to be "wait a while and try again". But gsync doesn't fail very gracefully, so i can't ask it nicely to wait a while and try again. Can something be done with this?

http://pastebin.com/SVVMxhsy

Reply to this email directly or view it on GitHubhttps://github.com/iwonbigbro/gsync/issues/43 .

Nichlas commented 10 years ago

I could ask for nothing more. You're doing a great job! Den 17/03/2014 17.55 skrev "iwonbigbro" notifications@github.com:

I am currently in the process of setting up unittest, automation and pylint regression. I have found and fixed lots of issues so far and have identified the need for a retryer where http requests periodically fail. I have been experiencing the same thing and have to wait for the next gsync run to retry, which is really annoying. Once I have cleaned up the code and got gsync 'head' revision working again, I'll spin off a new pypi version.

On 17 March 2014 16:35, Nichlas notifications@github.com wrote:

I get this "backend error" quite often, and the solution seems to be "wait a while and try again". But gsync doesn't fail very gracefully, so i can't ask it nicely to wait a while and try again. Can something be done with this?

http://pastebin.com/SVVMxhsy

Reply to this email directly or view it on GitHub< https://github.com/iwonbigbro/gsync/issues/43> .

— Reply to this email directly or view it on GitHubhttps://github.com/iwonbigbro/gsync/issues/43#issuecomment-37840371 .

iwonbigbro commented 10 years ago

Duplicate of #48