Solved it !
Took me two steps:
-
Upgrade Sqlite by running:
pip install --upgrade Mopidy-Local-SQLite
-
Editing my config to remove “file” from the stream section in my mopidy.conf:
Update to mopidy 1.1, mopidy is not starting
It now looks like:
[stream]
enabled = true
protocols = http, https, mms, rtmp, rtmps, rtsp, udp, mmsh
Thanx everyone for pointing me in the good directions.