You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the provided docker compose yaml and the latest image, the container stops with the error below:
root@1037u:~# docker logs torrent-newtrackon-1
2023-12-12 14:58:29,148 [INFO] [newtrackon] Server started
Traceback (most recent call last):
File "/app/newTrackon/run.py", line 34, in <module>
db.ensure_db_existence()
File "/app/newTrackon/newTrackon/db.py", line 14, in ensure_db_existence
create_db()
File "/app/newTrackon/newTrackon/db.py", line 18, in create_db
conn = sqlite3.connect(db_file)
^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
i tried both with local volumes and without any volumes. same result.
The text was updated successfully, but these errors were encountered:
using the provided docker compose yaml and the latest image, the container stops with the error below:
i tried both with local volumes and without any volumes. same result.
The text was updated successfully, but these errors were encountered: