-
Notifications
You must be signed in to change notification settings - Fork 121
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
data cannot be removed. Reason: The server responses HTTP 405. #186
Comments
The issue is from this bit of code in autoremovetorrents > client > qbittorrent.py
|
Same problem. The server responses HTTP 405. |
I can't find any documentation about it, but it seems like maybe the 'deletePerm' command has been removed from the qBittorrent API? |
Im in the same boat, it looks like the command is still correct per the API documentation From the qBitTorrent Implementation: Delete torrents Name: delete
Currently this file looks like this:
Something has changed on the qBitTorrent end but it doesnt seem to be documented |
Same here |
I found a working fork from ludoux here: Apparently the api calling method was wrong and he fixed it with this commit: |
Yup sorry fixed mine with that same change as well. Turned out its due to qBitTorrent complying with using POST instead of GET for anything that requires a change. |
您好,关于删种时xx data cannot be removed. Reason: The server responses HTTP 405.
该报错是哪边出问题呢?
The text was updated successfully, but these errors were encountered: