here is the log when running mopidy in my terminal
INFO 2021-08-07 04:38:44,575 [2038:MainThread] mopidy.main
Starting Mopidy 3.2.0
INFO 2021-08-07 04:38:44,588 [2038:MainThread] mopidy.config
Loading config from builtin defaults
INFO 2021-08-07 04:38:44,589 [2038:MainThread] mopidy.config
Loading config from file:///home/satori/.config/mopidy/mopidy.conf
INFO 2021-08-07 04:38:44,590 [2038:MainThread] mopidy.config
Loading config from command line options
WARNING 2021-08-07 04:38:44,592 [2038:MainThread] mopidy.config
Ignoring config section âlocalâ because no matching extension was found
ERROR 2021-08-07 04:38:44,593 [2038:MainThread] mopidy.internal.log
Loading logging config â/etc/mopidy/logging.confâ failed. [Errno 13] Permission denied: â/var/log/mopidy/mopidy.logâ
INFO 2021-08-07 04:38:44,682 [2038:MainThread] mopidy.main
Enabled extensions: softwaremixer, stream, file, m3u, http, mpd, spotify
INFO 2021-08-07 04:38:44,683 [2038:MainThread] mopidy.main
Disabled extensions: none
INFO 2021-08-07 04:38:44,792 [2038:MainThread] mopidy.commands
Starting Mopidy mixer: SoftwareMixer
INFO 2021-08-07 04:38:44,793 [2038:MainThread] mopidy.commands
Starting Mopidy audio
INFO 2021-08-07 04:38:44,794 [2038:MainThread] mopidy.commands
Starting Mopidy backends: FileBackend, M3UBackend, StreamBackend, SpotifyBackend
INFO 2021-08-07 04:38:44,812 [2038:Audio-2] mopidy.audio.actor
Audio output set to âautoaudiosinkâ
INFO 2021-08-07 04:38:44,814 [2038:SpotifyBackend-6] mopidy.internal.path
Creating dir file:///var/cache/mopidy/spotify
ERROR 2021-08-07 04:38:44,814 [2038:SpotifyBackend-6] pykka
Unhandled exception in SpotifyBackend (urn:uuid:5f754204-f1ea-4433-8079-e8c295af1539):
Traceback (most recent call last):
File â/usr/lib/python3.9/site-packages/pykka/_actor.pyâ, line 179, in _actor_loop
self.on_start()
File â/usr/lib/python3.9/site-packages/mopidy_spotify/backend.pyâ, line 50, in on_start
self._session = self._get_session(self._config)
File â/usr/lib/python3.9/site-packages/mopidy_spotify/backend.pyâ, line 77, in _get_session
session = spotify.Session(self._get_spotify_config(config))
File â/usr/lib/python3.9/site-packages/mopidy_spotify/backend.pyâ, line 110, in _get_spotify_config
spotify_config.cache_location = bytes(ext.get_cache_dir(config))
File â/usr/lib/python3.9/site-packages/mopidy/ext.pyâ, line 90, in get_cache_dir
path.get_or_create_dir(cache_dir_path)
File â/usr/lib/python3.9/site-packages/mopidy/internal/path.pyâ, line 23, in get_or_create_dir
dir_path.mkdir(mode=0o755, parents=True)
File â/usr/lib/python3.9/pathlib.pyâ, line 1313, in mkdir
self._accessor.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: â/var/cache/mopidy/spotifyâ
ERROR 2021-08-07 04:38:44,817 [2038:MainThread] mopidy.commands
Actor died: SpotifyBackend (urn:uuid:5f754204-f1ea-4433-8079-e8c295af1539) stopped before handling the message
INFO 2021-08-07 04:38:44,817 [2038:MainThread] mopidy.commands
Starting Mopidy core
INFO 2021-08-07 04:38:44,823 [2038:MainThread] mopidy.commands
Starting Mopidy frontends: HttpFrontend, MpdFrontend
ERROR 2021-08-07 04:38:44,824 [2038:MainThread] mopidy.commands
Frontend (HttpFrontend) initialization error: HTTP server startup failed: [Errno 98] Address already in use
ERROR 2021-08-07 04:38:44,824 [2038:MainThread] mopidy.commands
Frontend (MpdFrontend) initialization error: MPD server startup failed: [Errno 98] Address already in use
INFO 2021-08-07 04:38:44,824 [2038:MainThread] mopidy.commands
Starting GLib mainloop