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

Breaks on long filenames #7

Open
jonasob opened this issue Oct 31, 2014 · 0 comments
Open

Breaks on long filenames #7

jonasob opened this issue Oct 31, 2014 · 0 comments
Assignees

Comments

@jonasob
Copy link
Member

jonasob commented Oct 31, 2014

Requesting 50 files at once generally work, but not if the file names happen to be long. In this case the request fails since the URL is longer than ~2048 bytes, which seems to be about the longest that is supported. Would be good to figure out exactly where the limit is here (urllib?) and make sure that if the URL generated isn't longer than this - if 50 files doesn't fit, the request should probably be run twice or as many times as is needed to process all files in the task.

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