transferwee icon indicating copy to clipboard operation
transferwee copied to clipboard

Upload no longer works due storm upload token no longer available

Open iamleot opened this issue 1 year ago • 1 comments

From 2025-01-11 regular scheduled checks fails with:

$ ./check.sh
Creating a test file...
Uploading the test file...
Checking that all files exists
Checking for no duplicate filenames
Preparing to upload
Could not find any csrf-token
Traceback (most recent call last):
  File ".../transferwee/transferwee.py", line 683, in <module>
    print(upload(args.files, args.n, args.m, args.f, args.t))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/leot/repos/transferwee/transferwee.py", line 566, in upload
    + _storm_urls(transfer["storm_upload_token"])[
                  ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'storm_upload_token'

This is probably due WeTransfer started asking for an email address and confirmation also for link upload.

(If that's the case regularly testing as we do is likely no longer possible and we should find some other way to test it too.)

iamleot avatar Jan 11 '25 10:01 iamleot

Hello! This error applies to the transferwee.py file as well. When you try to upload a file with the command transferwee.py upload file_name it give the error

File "......\transferwee-master\transferwee-master\transferwee.py", line 683, in <module>
    print(upload(args.files, args.n, args.m, args.f, args.t))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "......\transferwee-master\transferwee-master\transferwee.py", line 566, in upload
    + _storm_urls(transfer["storm_upload_token"])[
                  ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'storm_upload_token'

raduhazsda avatar Jan 14 '25 07:01 raduhazsda