[SOLVED] Search says "Album not found" while using Browse works fine

Solved it !

Took me two steps:

  1. Upgrade Sqlite by running:
    pip install --upgrade Mopidy-Local-SQLite

  2. 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.