-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with all access #27
Comments
Unfortunately even with the api support it is not easy to implement in the addon. I have some ideas how it could be done, but I don't have access to 'All Access', so I can't test. |
hello, i have an "all access" enabled account and want to give it a try. i just copied the new gmusic api over the old one in the plugin, but this didnt help. can you explain why it is not so easy and how you would do it? thanks. |
Because in "all access" each track return several url streams. Thats different from normal xbmc assumption where each track has one url stream. |
Hi, is there any new on this subject ? |
This should be completely working after pull 35 was all cleared up. (It's working for me). |
For me it's doesn't work I got "403 unauthorized" error. I don't know why. |
Incorrect username or password maybe? That might cause a 403 error. |
No I can get list of my artist, playlist and song within my librairie work. |
Hi Travis, are you using an addon packed by yourself or the one I distribute in the forums? |
I used this version : http://forum.xbmc.org/showthread.php?tid=134783&page=37 (Version 0.8exp17) |
I'm using one I packed myself. I can update and try again. |
Yes if could update I can try your package |
Please try the version from the forum too. So we can track where is the problem. |
I tried forum version but same probleme. I can't tried @tlm2021 version beacause I get an dependance error but I read his code and I wonder if alla acces work because of that : def getSongStreamUrl(self, song_id):
I don't use google api but in doc get_stream_url must be used with device ID |
You're looking in the master branch. The develop branch has the correct On Fri, Jan 10, 2014 at 11:23 AM, zoic21 notifications@github.com wrote:
|
I just try with develop branch I got the same error "403 Forbiden". Maybe it's du to device id but I look my phone is correctly recognize... |
I'll look at it this weekend. Just noting that that particular function
|
If I can help you I will be available today and tomorrow. I can test some code if you need |
I'm able to reproduce the error. Oddly, calling MobileClient.get_stream_url with same arguments in an ipython session works fine. The MobileClient in XBMC is reporting it's still authorized. Still digging. |
Looks like it's an issue with authorization caching. Setting nocache=True when logging in just before getting a stream lets me play the music. Working on fixing that, but I'm not very familiar with that system yet, so it'll take me a bit. |
Just had posted a fix for this in the forums, seems to solve the problem. |
What's the link to the forums? Be handy to follow the fixes there as well as here on github. |
Thanks @foreverguest |
Hi,
I noticed that the plugin doesn't work with the all access service from Google. The plugin from Simon received an update so perhaps we can implement it as well in this version?
Unofficial-Google-Music-API
https://github.com/simon-weber/Unofficial-Google-Music-API/blob/develop/HISTORY.rst
Thanks
The text was updated successfully, but these errors were encountered: