Webgui closing randomly
See original GitHub issueflaskwebgui - [INFO] - * Running on http://127.0.0.1:62026/ (Press CTRL+C to quit)
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:21] "GET / HTTP/1.1" 200 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:21] "GET /custom.css HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:21] "GET /js/index.js HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:21] "GET /images/sicon.png HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:21] "GET /js/index.js HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:21] "GET /custom.css HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:22] "GET /images/sicon.png HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:27] "GET / HTTP/1.1" 200 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:27] "GET /js/index.js HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:27] "GET /custom.css HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:27] "GET /images/sicon.png HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:28] "GET /js/index.js HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:28] "GET /custom.css HTTP/1.1" 404 -
flaskwebgui - [INFO] - 127.0.0.1 - - [31/Dec/2021 15:24:28] "GET /images/sicon.png HTTP/1.1" 404 -
flaskwebgui - [INFO] - App closed
flaskwebgui - [INFO] - Closing connections..
flaskwebgui
seems to be closing randomly, even when the application window is still open.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Unraid Web GUI crashes after a few minutes to an ... - Reddit
As the title says, the web gui seems to crash after a while, ... I experienced that unraid tends to crash randomly when...
Read more >flaskwebgui is getting killed immediately · Issue #51 - GitHub
Deleting flaskwebgui folder from temp will probably fix the issue.
Read more >[SOLVED] Web UI constantly crashing. - Forums - Unraid
As stated web UI keeps crashing, bad gateway errors, slow/unstable ETC. ... Extremely odd but it seems to have fixed itself after a...
Read more >Web UI crash every 5 minutes or so - Netgate Forum
If the webUI were unaccessible, I would assume something would be generating an error log. It could be hardware, it could be ESXi,...
Read more >WebUI crashing - Web-UI - MineOS Forum
EDIT: crashes are semi-random it seems. 08667 definitely crashes instantly after login, I am now testing 91abef6 because it doesn't look like server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well yes ig. If it can’t find the static files then it will close automatically
Ah yes, fixing the static files issue fixed my issue. Thank you.