Can't play URL stream

Hey,

i’m a newbie in Linux also in mopidy.

I installed on my Raspberry Pi 3 Raspbian Jessie with all updates.
Also i installed with help by the Documentation mopidy.
All features,like spotify etc, are running und it sounds well.

Now i want to play a Radio stream by URI (http://music2biz.contentum.com:8000/CH25?code=e3d26ce8c0d2be86340dc64a0dc1xxxx)

Here the extractet LOG File:

INFO [494:StreamBackend-3] urllib3.connectionpool: Starting new HTTP connection (1): music2biz.contentum.com
INFO [494:StreamBackend-3] urllib3.connectionpool: Starting new HTTP connection (1): music2biz.com
WARNING [494:StreamBackend-3] mopidy.internal.http: Problem downloading ‘http://music2biz.contentum.com:8000/CH25?code=e3d26ce8c0d2be86340dc64a0dc1xxxx’: Forbidden
INFO [494:StreamBackend-3] mopidy.stream.actor: Unwrapping stream from URI (http://music2biz.contentum.com:8000/CH25?code=e3d26ce8
c0d2be86340dc64a0dc1xxxx) failed: error downloading URI http://music2biz.contentum.com:8000/CH25?code=e3d26ce8c0d2be86340dc64a0dc1xxxx
WARNING [494:Core-7] mopidy.core.tracklist: Track is not playable: http://music2biz.contentum.com:8000/CH25?code=e3d26ce8c0d2be86340dc64a0dc1xxxx

Hope you can help…

I’ve encountered same problem. URLs with querystring (often used as a auth token) fail with the error above. But sometimes it does work.

  1. using Gnome Music Player Client (add url via tools): WORKS
  2. add url via mpc cli: fails with message above
  3. load url via mpc cli: fails
    Python script that uses pygst: https://gist.github.com/WimRoose/dd47d7af06083bfa73c8d3d51c0ed70d
  4. works perfectly on ubuntu 16.04
  5. “Forbidden” error on Ubuntu 14.04 and Raspbian Jessie

I’ve removed all gstreamer libs on rpi, built them back from source, but same problem. Anyone has a clue what’s happeing here?

URL: http://audio.22tracks.com/128/1413474600-543fe9280ea4a.mp3?st=-BMDl94yWpACmDvv_w88-Q&e=1475094638

Are your query strings exclusively auth tokens? Are these single use auth tokens? i.e. https://github.com/mopidy/mopidy/issues/660 ?