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: file size cannot exceed 15 MB #70

Closed
jeremyp3 opened this issue Oct 22, 2023 · 3 comments
Closed

upload: file size cannot exceed 15 MB #70

jeremyp3 opened this issue Oct 22, 2023 · 3 comments
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@jeremyp3
Copy link

as soon as the file size exceeds 15 MB, I get this error:

$ ./transferwee.py upload /tmp/toto.mp3 -v
Checking that all files exists
Checking for no duplicate filenames
Preparing to upload
Could not find any csrf-token
From storm_upload_token WETRANSFER_STORM_PREFLIGHT URL is: https://storm-eu-west-1.wetransfer.net/api/v2/batch/preflight
From storm_upload_token WETRANSFER_STORM_BLOCK URL is: https://storm-eu-west-1.wetransfer.net/api/v2/blocks
From storm_upload_token WETRANSFER_STORM_BLOCK URL is: https://storm-eu-west-1.wetransfer.net/api/v2/batch
Get transfer id 6f0651d79de2f01c4c14ed0d93eb185120231022124836
Doing preflight storm
Preparing storm block upload
Traceback (most recent call last):
File "/tmp/transferwee/./transferwee.py", line 683, in
print(upload(args.files, args.n, args.m, args.f, args.t))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/transferwee/./transferwee.py", line 587, in upload
for f, b in zip(files, blocks["data"]["blocks"]):
~~~~~~^^^^^^^^
KeyError: 'data'

use master version and python3.11

thanks !

@iamleot
Copy link
Owner

iamleot commented Oct 22, 2023

Likely a duplicate of #64 but maybe now the limits of a block is changed.

Thanks for reporting!

@jeremyp3
Copy link
Author

indeed, it's the same thing.

@iamleot iamleot self-assigned this Oct 22, 2023
@iamleot iamleot added bug Something isn't working duplicate This issue or pull request already exists labels Oct 22, 2023
@iamleot
Copy link
Owner

iamleot commented Oct 22, 2023

Re-close as not planned (it was not completed but it is a duplicate, I've added all such info on #64 too and added cross-references to this issue so nothing gets lost).

Thank you again!

@iamleot iamleot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants