themepark-dev / theme.park

A collection of themes/skins for 50 selfhosted apps!
https://theme-park.dev
MIT License
2.43k stars 799 forks source link

QbitTorrent - can't stop the torrents #551

Closed bassterror closed 7 months ago

bassterror commented 7 months ago

Describe the bug When you hit "Pause/Stop" button, it doesn't stop the torrent and an error is thrown in the console: QMetaObject::invokeMethod: No such method TorrentsController::stopAction()

Theme Install Method (Don't skip)

Application Info (Don't skip)

To Reproduce Steps to reproduce the behavior:

  1. Click "Pause"
  2. See error in console: QMetaObject::invokeMethod: No such method TorrentsController::stopAction()

Expected behavior To be able to stop the torrent.

Additional context First I thought it's a bug with the qbit itself and I downgraded to 4.6.3 and after that to 4.6.2, but the issue was still present. I switched back to latest and recreated the container but I removed the docker mod and everything was fine.

keliansb commented 7 months ago

I'm also facing this issue. When clicking on the stop button, a 404 is returned for the /api/v2/torrents/stop endpoint.

nairbd commented 7 months ago

I'm not sure which version, but they recently changed the button from a pause to a stop. They might have changed the name too which is possibly why it might not work anymore.

GilbN commented 7 months ago

Yeah. The docker mod downloads the webui from the master branch so that might be an issue.

GilbN commented 7 months ago

@bassterror @nairbd @keliansb try the qbittorrent-develop mod and add env QBITTORRENT_VERSION and set it to the version you are using.

Edit: latest version sets the QBITTORRENT_VERSION to latest stable if not used.

GilbN commented 7 months ago

Fixed on master

bassterror commented 7 months ago

Somehow now it's even worse. :) There's nothing in the client now.

with the mode: Screenshot 2024-04-17 010715

without the mode: Screenshot 2024-04-17 010831

Edit: That's my bad. I'm sorry! I had to clear my cache. The theme is working perfectly fine.