PiMusicBox Google music problem

I’m using a Pi2 + pimusicbox 0.6. Local files, Soundcloud and internet radio work fine.

But I have a problem with Google Music. I have my user name, password and device ID in the settings. I don’t have All Access.

I can see my Google Music library and playlists but when I click on a track, nothing happens. I looked in the var/log/mopidy/mopidy.log.1 file and there is an error message:

2015-05-06 16:16:31,856 - WARNING /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.

2015-05-06 16:16:31,933 - ERROR Failed to lookup “f2efe892-ae10-322c-b662-904ba8799f08”: GetStreamUrl: 403 Client Error: Forbidden

(requests kwargs: {‘headers’: {‘X-Device-ID’: u’my device id’, ‘Authorization’: ‘’}, ‘params’: {‘opt’: ‘hi’, ‘songid’: u’f2efe892-ae10-322c-b662-904ba8799f08’, ‘pt’: ‘e’, ‘slt’: ‘1430928991738’, ‘sig’: ‘some key’, ‘net’: ‘wifi’}, ‘url’: ‘https://android.clients.google.com/music/mplay’, ‘verify’: False, ‘allow_redirects’: False, ‘method’: ‘GET’})
(response was: '<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n')