Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.

Home Page:https://flood.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No output but service is running

visiblethinking opened this issue · comments

Type: Question

Question

Flood appears to respond to the proxy but I am getting no output.

I have confirmed that Flood is running
$ ps -aux | grep flood user 56093 0.0 0.0 2396 772 ? S 09:50 0:00 sh -c node --use_strict server/bin/start.js "/home/user/flood" user 56094 1.4 0.3 637708 53196 ? Sl 09:50 0:00 node --use_strict server/bin/start.js /home/user/flood

I have confirmed that rtorrent is up. I can even su to the user and screen -r and see rtorrrent up
$ ps -aux | grep rtorrent user 56013 0.0 0.0 221148 2388 ? Ss 09:46 0:00 /usr/bin/SCREEN -d -m -fa -S user /usr/bin/rtorrent user 56014 0.0 0.0 399760 15220 pts/3 Ssl+ 09:46 0:00 /usr/bin/rtorrent

When I look at syslog after restarting flood and sending a http request. All I get back is
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/dl/manifest.json"><link rel="shortcut icon" href="/dl/favicon.ico"><title>Flood</title><link href="/dl/static/css/main.a15e5157.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="app"></div><script src="/dl/static/js/main.4f3b4ba0.js"></script></body></html>

Nov 21 09:50:07 server systemd[1]: Started Flood rTorrent WebUI. Nov 21 09:50:07 server notell[56081]: > flood@1.0.0 start /home/polarraid/flood Nov 21 09:50:07 server notell[56081]: > node --use_strict server/bin/start.js "/home/polarraid/flood" Nov 21 09:50:08 server notell[56081]: Flood server starting on http://0.0.0.0:3005. Nov 21 09:50:11 server notell[56081]: #033[0mGET /dl/ #033[36m304 #033[0m7.894 ms - -#033[0m Nov 21 09:50:11 server notell[56081]: #033[0mGET /dl/static/css/main.a15e5157.css #033[32m200 #033[0m3.972 ms - 532#033[0m

I failed to reproduce the issue on the latest version of Flood.

Please upgrade to the latest version of Flood.

Feel free to close the issue if it is no longer relevant.