-
Notifications
You must be signed in to change notification settings - Fork 1
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
OverflowError when using upload_analytic_image
method
#42
Comments
|
@hoddr I get this error in the staging environment. |
Per @hoddr , need to refactor to support streaming uploads, or another alternative mentioned in this thread: https://stackoverflow.com/questions/53095132/how-to-upload-chunks-of-a-string-longer-than-2147483647-bytes |
No, this library is already using streaming uploads as recommended in the link above. This must be an API side (nginx) error. |
If it was an nginx issue, we wouldn't be able to upload via console either. I will test via curl momentarily, but there is no client max body size restriction in staging. |
The link says to try chunking uploads if streaming doesn't work. (Not sure why streaming wouldn't work.) |
no progress yet. Confusing because we are using streaming uploads, so no file size limitations are expected. I googled once more just now for possible problems, and this post https://github.com/kennethreitz/requests/issues/1584 seems to suggest the problem might be related to the fact that we are passing It's not too onerous to upload via the console for now, right? |
It can take a long time to download from VM to laptop, and then upload to the platform, depending on internet speed. If we could do it via the API it would be a significant time saver. |
The text was updated successfully, but these errors were encountered: