Kthulu120 / liquid_dl

Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users to just click on what they need and use the bare minimum commands to get the results needed.
MIT License
73 stars 7 forks source link

Docker whitescreen issue in unRAID #15

Closed DrDevinRX closed 6 years ago

DrDevinRX commented 6 years ago

I have attempted to install the using the docker image template for unRAID, however I run into a whitescreen when attempting to access the web GUI. Looking at the log, there seems to be a .js file and favicon missing.

Log:

[19/Sep/2017 08:20:13] "GET / HTTP/1.1" 200 896
[19/Sep/2017 08:20:13] "GET /static/bundles/main-6ed82cd24729439f6a7a.js HTTP/1.1" 404 1722
[19/Sep/2017 08:20:13] "GET /static/js/utility/jquery.js HTTP/1.1" 200 84245
[19/Sep/2017 08:20:13] "GET /static/js/utility/materialize.js HTTP/1.1" 200 145927
[19/Sep/2017 08:20:13] "GET /static/bundles/main-6ed82cd24729439f6a7a.js HTTP/1.1" 404 1722
Not Found: /favicon.ico
[19/Sep/2017 08:20:13] "GET /favicon.ico HTTP/1.1" 404 3319
Kthulu120 commented 6 years ago

Refer to issue #14 let me know if that solution fixes your problem

DrDevinRX commented 6 years ago

Editing home.html did work for me. Closing this issue.