Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
494 stars 11 forks source link

can't pause/resume an existing torrent #156

Closed ixff closed 6 days ago

ixff commented 1 month ago

Bug description

API returned an error: 404

Logs

No response

qBitController version

1.1.0

qBittorrent version

4.6.6

Android version

13

Additional details

No response

Bartuzen commented 1 month ago

Did you downgrade qBittorrent? qBitController 1.1.0 caches the qBittorrent version for an hour, so waiting or restarting the app should refresh the version and resolve the issue.

ixff commented 1 month ago

I didn't downgrade qbittorrent.

Bartuzen commented 1 month ago

Can you go to WEBUI_URL/api/v2/app/version and WEBUI_URL/api/v2/app/webapiVersion in your browser after replacing WEBUI_URL with your actual WebUI URL and share the results here?

ixff commented 1 month ago

http://192.168.1.200:5000/api/v2/app/version v4.6.6

http://192.168.1.200:5000/api/v2/app/webapiVersion 2.9.3

Bartuzen commented 1 month ago

I think qBitController fails to retrieve or parse qBittorrent version so it assumes 5.0.0 by default, but I have no idea why it happens.

ixff commented 1 month ago

qBitController 1.0.0 works well.

OdinVex commented 2 weeks ago

I've got this issue but I'm on qBittorrent v5.0.1:

/api/v2/app/version : v5.0.1 /v2/app/webapiVersion : HTTP 404 < HTTP Error 404

Using qBitcontroller 1.0.0 installed via FDroid.

Bartuzen commented 2 weeks ago

For qBittorrent 5 support, you need to update qBitController to version 1.1.0. However, this version is currently unavailable on F-Droid due to issue #63.