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
Try to follow the update procedure described in the README and try again before opening this issue.
Your Environment
Version used:
Version : Flood server 4.8.4
Commit ID : none
Environment name and version:
Node.js version the one from the flood docker
npm version the one from the flood docker
Web browser : Firefox 128.3.1esr (64 bits)
Operating system and version: Linux
Torrent client and version: QBITTORRENT_VERSION=5.0.1-r0 as mentioned here
Summary
Hi, I'm trying to create a docker-compose stack with flood as front-end for qbittorrent, but I have some trouble with it.
Once everything is started, I can add a torrent, but when I want to stop or resume it, I got this error
...
qbittorrent | QMetaObject::invokeMethod: No such method TorrentsController::pauseAction()
flood | POST /api/torrents/stop 500 17.917 ms - 74
qbittorrent | QMetaObject::invokeMethod: No such method TorrentsController::pauseAction()
flood | POST /api/torrents/stop 500 11.144 ms - 74
qbittorrent | QMetaObject::invokeMethod: No such method TorrentsController::resumeAction()
flood | POST /api/torrents/start 500 15.480 ms - 74
...
Also the flood UI blink and show shortly the "unable to connect to qbittorrent" UI and go back to the main page
Expected Behavior
The torrent should be stopped or started accordingly
Current Behavior
Unable to start or stop torrent
Possible Solution
Maybe update the method call by flood for latest qbittorrent version ?
Steps to Reproduce
Start a docker-compose stack with jesec/flood latest version and lscr.io/linuxserver/qbittorrent latest version
Add a torrent on flood and stop it
See the error 500 message on the output of docker compose log
Here is a sample docker-compose file to reproduce the problem :
Type: Bug Report
Your Environment
the one from the flood docker
the one from the flood docker
Summary
Hi, I'm trying to create a docker-compose stack with flood as front-end for qbittorrent, but I have some trouble with it.
Once everything is started, I can add a torrent, but when I want to stop or resume it, I got this error
Also the flood UI blink and show shortly the "unable to connect to qbittorrent" UI and go back to the main page
Expected Behavior
The torrent should be stopped or started accordingly
Current Behavior
Unable to start or stop torrent
Possible Solution
Maybe update the method call by flood for latest qbittorrent version ?
Steps to Reproduce
Here is a sample docker-compose file to reproduce the problem :
Context
Trying to stop or resume a torrent
The text was updated successfully, but these errors were encountered: