Skip to content
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

Open
indian4646 opened this issue Aug 15, 2012 · 7 comments
Open

Crazy on HTTP response 500 #118

indian4646 opened this issue Aug 15, 2012 · 7 comments

Comments

@indian4646
Copy link

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"
.........

@nschloe
Copy link

nschloe commented Aug 17, 2012

I've got the same error when uploading,

$ grive .
Reading local directories
Synchronizing folders
Reading remote server file list
Detecting changes from last sync
Synchronizing files
sync "./test/test.tif" doesn't exist in server, uploading
resquest failed due to temperory error: 500. retrying in 5 seconds
resquest failed due to temperory error: 500. retrying in 5 seconds
resquest failed due to temperory error: 500. retrying in 5 seconds
[...]

@michaelsidenius
Copy link

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.

@dnschneid
Copy link

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.

@islandlinux
Copy link

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:

resquest failed due to temperory error: 500. retrying in 5 seconds

@kklis
Copy link

kklis commented Mar 23, 2014

I recently installed grive and have exactly the same problem. Unbelievable that after two years the issue still remains unresolved.

@Aikhjarto
Copy link

@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

@jamesray1
Copy link

I installed Grive yesterday and synced it.
#351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants