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

Upload ends with error message: "Something went wrong: status code: 413, reason phrase: The upload progress could not be verified. Request Entity Too Large" #123

Open
yosigolan opened this issue Aug 18, 2022 · 11 comments

Comments

@yosigolan
Copy link

yosigolan commented Aug 18, 2022

Upload ends with error message: "Something went wrong: status code: 413, reason phrase: The upload progress could not be verified. Request Entity Too Large"

Screen shot:
image

@ylexus
Copy link
Owner

ylexus commented Aug 18, 2022

Will you be able to e-mail me the latest application log file (main.log) from this folder: %USERPROFILE%\.jiottyphotosuploader\log (you can copy-paste this path to Windows Explorer to simplify)? It will contain your file and folder names, so if you prefer only me to see it please zip and e-mail it to me on opensource@yudichev.net.

Without the logs I can only guess that you have a very large file on one of the directories you are uploading, but can’t tell you which one. Ideally it should skip it instead of treating this as a fatal error that stops the whole upload. Again, the log file will help me identify how to fix it.

@yosigolan
Copy link
Author

Sure, here it is:
main.log

@yosigolan
Copy link
Author

Hi @ylexus .
Any new regarding this? maybe there is some workaround?
Thanks

@ylexus
Copy link
Owner

ylexus commented Aug 28, 2022

Hi @yosigolan, sorry somehow removed this from my todo list. On a holiday now, but it’s unfortunately not obvious from the error what file caused this. Are there any pictures or videos exceeding the sizes documented here https://developers.google.com/photos/library/guides/upload-media
?
Essentially, images larger than 200Mb or videos larger than 10Gb?

@yosigolan
Copy link
Author

Hi @ylexus .
couldn't find any image larger than 200MB or video that is larger than 10gb (not even close).
Can you create a private release that catch this exception on each upload operation and prints the file name? you can send it to me and i will try it.

Thanks

@ylexus
Copy link
Owner

ylexus commented Aug 31, 2022

OK. Problem is I don’t have much free time at the moment to look into this. I’ll keep it in the inbox and will fix after a large backlog of house admin is completed. If you know a Java developer who is willing to help that would be great.

@ylexus
Copy link
Owner

ylexus commented Sep 15, 2022

@yosigolan I'm going to build a new version that will contain a fix that identifies this error as "transient user retryable", meaning instead of failing the whole upload it'll jus display a warning next to the file it failed to upload. All my dev certificates have expired though so it's going to be an unsigned version that you may need to run somehow on Windows. Stand by.

@ylexus
Copy link
Owner

ylexus commented Sep 15, 2022

@yosigolan can you try https://github.com/ylexus/jiotty-photos-uploader/releases/tag/2.0.6-beta please? It's not signed for the reason above, let me know if you have any problems.

@yosigolan
Copy link
Author

Thank you @ylexus
will try that and update

@yosigolan
Copy link
Author

Hi.
I am getting now a different ending error:
image

in the upload failures section i see that some files has the "entity too large error".
Does it means the upload ended except the files the failures section?

Thanks

@ylexus
Copy link
Owner

ylexus commented Sep 17, 2022

Hi, no, looks like there's another problem that caused the upload to end abruptly. Can you send me the main.log again please after this happens?
Also it would be interesting to find out what is wrong with the images that cause this problem - would you be able to send me one picture that causes this, now that you can identify them? Thanks.

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

2 participants