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
Ever since the latest update to this repo I seem to be getting this error when starting the docker and I can't load the front end.
Unhandled exception in IrisFrontend (urn:uuid:e62a6bfa-b0b7-4629-b32c-f16344234e9f): Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pykka/_actor.py", line 186, in _actor_loop self.on_start() File "/usr/local/lib/python3.7/dist-packages/mopidy_iris/frontend.py", line 20, in on_start iris.start() File "/usr/local/lib/python3.7/dist-packages/mopidy_iris/core.py", line 63, in start self.data["commands"] = self.load_from_file("commands") File "/usr/local/lib/python3.7/dist-packages/mopidy_iris/core.py", line 79, in load_from_file file_path = Extension.get_data_dir(self.config) / ("%s.pkl" % name) File "/usr/lib/python3/dist-packages/mopidy/ext.py", line 113, in get_data_dir path.get_or_create_dir(data_dir_path) File "/usr/lib/python3/dist-packages/mopidy/internal/path.py", line 23, in get_or_create_dir dir_path.mkdir(mode=0o755, parents=True) File "/usr/lib/python3.7/pathlib.py", line 1251, in mkdir self._accessor.mkdir(self, mode) PermissionError: [Errno 13] Permission denied: '/var/lib/mopidy/.local/share/mopidy/iris' INFO 2021-02-22 16:36:55,129 [6:HttpServer] mopidy.internal.path Creating dir file:///var/lib/mopidy/.local/share/mopidy/http
Cheers
The text was updated successfully, but these errors were encountered:
Hey,
Ever since the latest update to this repo I seem to be getting this error when starting the docker and I can't load the front end.
Unhandled exception in IrisFrontend (urn:uuid:e62a6bfa-b0b7-4629-b32c-f16344234e9f): Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pykka/_actor.py", line 186, in _actor_loop self.on_start() File "/usr/local/lib/python3.7/dist-packages/mopidy_iris/frontend.py", line 20, in on_start iris.start() File "/usr/local/lib/python3.7/dist-packages/mopidy_iris/core.py", line 63, in start self.data["commands"] = self.load_from_file("commands") File "/usr/local/lib/python3.7/dist-packages/mopidy_iris/core.py", line 79, in load_from_file file_path = Extension.get_data_dir(self.config) / ("%s.pkl" % name) File "/usr/lib/python3/dist-packages/mopidy/ext.py", line 113, in get_data_dir path.get_or_create_dir(data_dir_path) File "/usr/lib/python3/dist-packages/mopidy/internal/path.py", line 23, in get_or_create_dir dir_path.mkdir(mode=0o755, parents=True) File "/usr/lib/python3.7/pathlib.py", line 1251, in mkdir self._accessor.mkdir(self, mode) PermissionError: [Errno 13] Permission denied: '/var/lib/mopidy/.local/share/mopidy/iris' INFO 2021-02-22 16:36:55,129 [6:HttpServer] mopidy.internal.path Creating dir file:///var/lib/mopidy/.local/share/mopidy/http
Cheers
The text was updated successfully, but these errors were encountered: