You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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'
From 2025-01-11 regular scheduled checks fails with:
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.)
The text was updated successfully, but these errors were encountered: