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 of large files with read timeout when using chunked upload #274

Open
mitar opened this issue Feb 11, 2022 · 0 comments
Open

Upload of large files with read timeout when using chunked upload #274

mitar opened this issue Feb 11, 2022 · 0 comments
Labels

Comments

@mitar
Copy link
Contributor

mitar commented Feb 11, 2022

I think the issue is that after uploading all chunks, the client has to wait for combining to finish. And that can take longer than default 30 seconds timeout. I passed reqs={'timeout': 3*60} to mwclient.Site which seems to address the issue. But I think it would be nicer if the client would just be retrying and checking the status of combining. I think this is what bigChunkedUpload.js script does.

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

No branches or pull requests

2 participants