d0u9 / youtube-dl-webui

Another webui for youtube-dl powered by Flask.
GNU General Public License v2.0
325 stars 113 forks source link

Error while trying to run using Docker #5

Closed mrbinr closed 7 years ago

mrbinr commented 7 years ago

Hi,

There are still problem using docker image after running command docker run d0u9/youtube-dl-webui

`pid is 1

Traceback (most recent call last): File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/src/youtube_dl_webui/youtube_dl_webui/main.py", line 17, in youtube_dl_webui.main() File "/usr/src/youtube_dl_webui/youtube_dl_webui/init.py", line 26, in main core = Core(args=cmd_args) File "/usr/src/youtube_dl_webui/youtube_dl_webui/core.py", line 38, in init self.db = DataBase(self.conf['db_path']) File "/usr/src/youtube_dl_webui/youtube_dl_webui/db.py", line 29, in init conn = sqlite3.connect(db_path) sqlite3.OperationalError: unable to open database file`

Best Regards Pascall

toanhoang commented 7 years ago

I can confirm that this happens to me too.

d0u9 commented 7 years ago

Should be OK now, feedback me if problem is remaining.