New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crazy on HTTP response 500 #118
Comments
I've got the same error when uploading,
|
I have the same issue. Breaking the hanging session with Ctrl-C and restarting will usually make grive go on to the next couple of files, but then end in the 500 error again. Normal web access to Gdrive (and Google in general) works fine. |
I tried adding exponential back-off on the retries, but it doesn't look like a request-rate problem (I guess that's 503). I also noticed that upon restarting grive, it recognizes the 500'd file as already synced (and a quick check on drive confirms that it indeed sync properly), so there's definitely something strange going on there. In particular, it means that the retries are bound to fail (since the file was successfully uploaded the first time), so perhaps retrying the entire operation (post+put) would make more sense. |
I have the same problem. Note that I am trying to upload over 170,000 files. The upload works for about the first 50 files and then fails with the same repeated error message:
|
I recently installed grive and have exactly the same problem. Unbelievable that after two years the issue still remains unresolved. |
@kklis unfortunately, the original developer @nestal abandoned the project without passing write permission to a possible successor. Despite this fact a lot of people already submitted pull requests. However, they remain unmerged since there is currently no active maintainer. However, some people try to give grive a rebirth. Stay tuned at https://groups.google.com/forum/#!forum/grive-devel |
I installed Grive yesterday and synced it. |
Hi
I got a http response 500, then I could not run out this while. it always response 500
HTTP response 201
sync ./Grive-grive-f4b3e48/libgrive/test/drive/StateTest.cc doesn't exist in server, uploading
HTTP POST "https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0B4Xs80WxG-ZHSVA1RGNuUmNBYjA/contents?convert=false" with "
<title>StateTest.cc</title>"
HTTP response 200
HTTP PUT "https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0B4Xs80WxG-ZHSVA1RGNuUmNBYjA/contents?convert=false&upload_id=AEnB2UpvA1moUNlwZ3J7bhsGw23ozT6noZrTYvmkV0bJeQO9rNpt_PEEUkWyVKnJ7PywTdn2N11xymuEfDwDU_7-SPB_n8W1uw"
HTTP response 500
resquest failed due to temperory error: 500. retrying in 5 seconds
HTTP PUT "https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0B4Xs80WxG-ZHSVA1RGNuUmNBYjA/contents?convert=false&upload_id=AEnB2UpvA1moUNlwZ3J7bhsGw23ozT6noZrTYvmkV0bJeQO9rNpt_PEEUkWyVKnJ7PywTdn2N11xymuEfDwDU_7-SPB_n8W1uw"
HTTP response 500
resquest failed due to temperory error: 500. retrying in 5 seconds
HTTP PUT "https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0B4Xs80WxG-ZHSVA1RGNuUmNBYjA/contents?convert=false&upload_id=AEnB2UpvA1moUNlwZ3J7bhsGw23ozT6noZrTYvmkV0bJeQO9rNpt_PEEUkWyVKnJ7PywTdn2N11xymuEfDwDU_7-SPB_n8W1uw"
HTTP response 500
resquest failed due to temperory error: 500. retrying in 5 seconds
HTTP PUT "https://docs.google.com/feeds/upload/create-session/default/private/full/folder%3A0B4Xs80WxG-ZHSVA1RGNuUmNBYjA/contents?convert=false&upload_id=AEnB2UpvA1moUNlwZ3J7bhsGw23ozT6noZrTYvmkV0bJeQO9rNpt_PEEUkWyVKnJ7PywTdn2N11xymuEfDwDU_7-SPB_n8W1uw"
.........
The text was updated successfully, but these errors were encountered: