(2016-04-21, 13:50)crashgybe Wrote: Yay! Working on Openelec AMD E450 - at last I'm streaming my gmusic here.
For clarity - does "Listen Now" work for anyone? Throws error for me. But the other features seem to work (still testing). Thanks very much!
"Listen Now" error: http://xbmclogs.com/pnnvfpry6
Intel Openelec, on the other hand: songs not playing. But this could be because it's on Kodi 15.2 not 16. I'll try latest openelec beta on there.
Happy to hear
In terms of "Listen Now".
This is the only place where I actually send the users locale (well, whatever python tells me the locale is at least) as I display those "It's Thursday afternoon" (or whatever) from google.
The crashlog would suggest that google maybe didn't find something for your locale (wild guess though).
I could catch that error (so the entry would be missing but the rest would be accessible at least)
If you could do me a favor (I assume you know how to use a commandline)
1. SSH to your openelec instance
2. then run
3. in the python console do:
1.
and confirm
2.
Code:
locale.getdefaultlocale()[0]
and confirm
4. let me know what it tells you
Than I can test with your locale (I'll add a catch for "just in case" as a crashing add-on is a bad add-on) but let's see if we can't fix it