AudioAddict: The stream is of a different type than handled by this element

Hello,

Whenever I try to play a Digitally Imported stream in the AudioAddict plugin, Mopidy refuses to play the stream and tells me in the log:

2015-11-19 20:33:38,753 ERROR [6195:MainThread] mopidy.audio.gst: The stream is of a different type than handled by this element.

As I have no clue what this could be, do you know what’s missing here?

Best Regards,
samtrot

This was an issue with Digitally Imported changing their playlist format, as discussed in https://github.com/nilicule/mopidy-audioaddict/issues/6

The fix as been merged to mopidy-audioaddict master branch, but not yet released. To install the current version from the master branch, you can run:

sudo pip install git+https://github.com/nilicule/mopidy-audioaddict.git

After which you need to restart mopidy with something like:

sudo service mopidy restart

Thank you for your reply. As this is not of highest priority I can wait until it’s released. When do you think this will be?