May I know the correct permissions of data folder on dockerized instance?
I recieve 404 error on HLS files that I have on my storage but I sent them from another server and I have the permissions broken.
My instance works but its shows on browser console:
HLS.js error: networkError - fatal: true - manifestLoadError
And this within Docker:
django.db.utils.OperationalError: no such column: core_snapshot.added
"GET /public/ HTTP/1.0" 500 145
Internal Server Error: /public/
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/django/db/backends/sqlite3/base.py", line 413, in execute
return Database.Cursor.execute(self, query, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such column: core_snapshot.added
-
The files that browser can’t reach are on
streaming-playlists/hls/*.m3u8
. -
I tried
chown 999:999
to the files + dirs (same docker image user/group IDs) without success.
Please mods, move me if you understand it’s better to post a new thread with this issue.