-
Notifications
You must be signed in to change notification settings - Fork 86
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
All 500's #3
Comments
Made some progress. I shrunk the chunk interval from 30 down to 3 and now I'm getting responses. However the json doesn't seem to match what you're expecting. It also seems that the output json file gets overwritten by each chunk instead of appended to. |
I've committed changes to my fork that return an array of JSON objects instead of a single JSON object to account for the chunking. I've also reduced the chunk interval down to 3 seconds. This seems to be working. When I process a file I do this:
|
This looks great! I'm going to cycle back to this later in the week. Hoping google chins in with some docs :) |
Everything I try and upload is returning a 500 error. Any suggestions? I tried changing the user-agent thinking that google might be checking.
The text was updated successfully, but these errors were encountered: