Closed bassterror closed 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.
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.
Yeah. The docker mod downloads the webui from the master branch so that might be an issue.
@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.
Fixed on master
Somehow now it's even worse. :) There's nothing in the client now.
with the mode:
without the mode:
Edit: That's my bad. I'm sorry! I had to clear my cache. The theme is working perfectly fine.
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:
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.