flood
flood copied to clipboard
Feed is not working with qBittorrent
Type: Bug Report
- [x] Try to follow the update procedure described in the README and try again before opening this issue.
Your Environment
- Version used:
- 4.11.0 (latest docker image)
- Operating system and version:
- Arch Linux 6.17.9-arch1-1
- Docker version 29.1.1, build 0aedba58c2
- Torrent client and version:
- qBittorrent v5.1.4 (64-bit)
Summary
The request to api/feed-monitor/feeds/placeholder/items fails with an HTTP 500 error.
All other functions of flood or qBittorrent, except for the feed feature, are working normally.
Steps to Reproduce
- qBittorrent account setup
- Click the 'Feed' menu button at the top
can you find out the error log of flood and paste it here(or in gist)?
Could you explain how to retrieve logs from the docker container? I couldn't find any log related arguments or environment variables. Currently docker logs only show HTTP request logs.
HTTP logs
GET /api/activity-stream 200 1.434 ms - -
GET /overview 200 0.755 ms - 992
GET /static/css/main.82f95f742428b2d09013.css 200 1.173 ms - 93945
GET /static/js/main.fc72453b.js 200 2.180 ms - 444925
GET /static/css/662.37bdb6f87f387ec14604.css 200 1.627 ms - 12988
GET /static/js/662.081b5fb4.chunk.js 200 1.458 ms - 56049
GET /static/js/721.10f96d1a.chunk.js 200 1.677 ms - 211788
GET /icon_maskable_180x180.png 200 2.257 ms - 5392
GET /favicon.ico 200 2.354 ms - 15086
GET /static/js/179.fa0149a7.chunk.js 200 0.720 ms - 86793
GET /static/js/flag0.ecb5da92.chunk.js 200 0.626 ms - 3034
GET /static/js/996.1ece488e.chunk.js 200 10.206 ms - 174872
GET /static/media/Roboto-regular.11bce66a.woff2 200 0.608 ms - 10292
GET /static/media/Roboto-italic.766b7c5c.woff2 200 1.670 ms - 11500
GET /static/media/Roboto-500.c7e17507.woff2 200 1.644 ms - 10248
GET /static/media/Roboto-700.2b8c7cb1.woff2 200 0.419 ms - 10276
GET /api/auth/verify?1765455453080 200 1.706 ms - 106
GET /static/js/i18n15.0f60b272.chunk.js 200 0.511 ms - 21966
GET /api/settings 200 1.335 ms - 1703
GET /api/client/settings 200 408.604 ms - 582
GET /api/feed-monitor 200 1.237 ms - 23
GET /api/feed-monitor/feeds/placeholder/items 500 0.924 ms - 14
OK, I'll take a look