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
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
I tried to download files from my seedbox with the download url but the only response i got was "401 Unauthorized" i tried to google it but didnt find a way to authorize myself to download files via wget.
Is it even possible and if it is, how?
(I used the wget module in Python3)
The text was updated successfully, but these errors were encountered:
Usually this comes from the permissions of the downloaded files, so it is not a problem directly related to "Flood" but rather to rTorrent. You should try to change the save file mask and try again.
You can do a test by directly changing the file permissions and set rw-r--r-- which means read-only access for everyone.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type: Question
Question
I tried to download files from my seedbox with the download url but the only response i got was "401 Unauthorized" i tried to google it but didnt find a way to authorize myself to download files via wget.
Is it even possible and if it is, how?
(I used the wget module in Python3)
The text was updated successfully, but these errors were encountered: