I came across this post:https://github.com/mopidy/mopidy/issues/851install
And sure enough, I had 2 version of Mopidy installed. The one in usr/bin was version 3.0.2, and the one in usr/local/bin was version 2.3.1
When using the “mopidy” command in terminal, which launches the version 2.3.1 one, I can load all extensions EXCEPT the spotify one, which does not even show up in the list of enabled/disabled extensions. It is already configured in the .conf file. When I run the 3.0.2 version in usr/bin, the Spotify extension works - I am able to log in successfully. However, I get these error messages:
WARNING 2020-04-22 05:56:35,545 [2100:MainThread] mopidy.config
Ignoring config section ‘mopify’ because no matching extension was found
WARNING 2020-04-22 05:56:35,545 [2100:MainThread] mopidy.config
Ignoring config section ‘local’ because no matching extension was found
WARNING 2020-04-22 05:56:35,545 [2100:MainThread] mopidy.config
Ignoring config section ‘mpd’ because no matching extension was found
and I am unable to launch mopify. (Does not appear in the list of web clients). When launching the 2.3.1 version, loading mopidy/mopify on my browser only gave me a blank screen.
According to the forum post linked above, running the mopidy file in the usr/bin folder would allow all extensions to run. However, in my case, it only runs the Spotify extension, and the other version runs all extensions EXCEPT the Spotify one.
Any help would be greatly appreciated.