-
Notifications
You must be signed in to change notification settings - Fork 17
Log output in web displaying nothing #155
Copy link
Copy link
Closed
Flexget/Flexget
#3443Labels
Description
Expected behaviour:
When viewing the log via the web interface, I should see the currently logged activity.
Actual behaviour:
When viewing the log via the web interface, even though it states that it is streaming the log detail is blank
Steps to reproduce:
Standard installation
Config:
Screenshots:
https://github.com/Flexget/webui/files/7672019/2021-12-08_08-07-15.pdf
Log:
(click to expand)
2021-12-08 08:05:37 INFO web_server Shutting down web server2021-12-08 08:05:58 INFO manager Daemonizing...
2021-12-08 08:05:58 INFO manager Daemonize complete. New PID: 10327
2021-12-08 08:05:58 INFO web_server_daemon Running web server at IP 0.0.0.0:3456
2021-12-08 08:05:58 INFO web_server_daemon Initiating API
2021-12-08 08:05:58 INFO web_server_daemon Registering WebUI v2
2021-12-08 08:05:58 INFO web_server Web server started at http://127.0.1.1:3456
2021-12-08 08:05:58 INFO web_server API available at http://127.0.1.1:3456/api
2021-12-08 08:05:58 INFO web_server WebUI (v2) available at http://127.0.1.1:3456/
2021-12-08 08:05:58 INFO scheduler Starting scheduler
Additional information:
- FlexGet version: 3.2.3
- Installation method: pip
- OS and version: Raspbian GNU/Linux version 10
- Browser Verson: various
- Python version: 3.7
Reactions are currently unavailable