2014-12-15, 03:49
I have the same problem... for months..bukibalama and Im in Canada. I haven't found a solution yet.
(2014-12-23, 13:59)Wintemrute Wrote: @bukibalama, cardiffgiantThat's what I see also. Python + Proxying = clusterfuck. It's highly dependent on the specific proxy you're using. If you really want to get into it look into Pythons 'requests' package. You can import it as a kodi plugin. If you come up with a patch I'll add it. Unfortunately I don't use a proxy, I tested it with tinyproxy on linux but that's it.
I think I found why it doesn't work... :-(
The problem is deep in python 2.7 ...
(2014-12-23, 13:59)Wintemrute Wrote: HiQuality is a 192bit mp3How are you getting this? This should be a Pandora One only thing.
(2014-11-30, 06:07)Arse4life Wrote: I noticed skipping a lot of songs runs into problems.It works pretty good if you want to just play a station, leave it alone, and listen. If you're skipping songs or changing stations a lot you really should spring for the Pandora subscription. You gotta realize we're using a free music source in an unsupported manner. I put dozens of hours into trying to make it work with free Pandora and there's some cool hacks in there, but developing was a pain in the ass because Pandora cut's you off for starting and stopping too much. That's why there's multiple account settings. Make three, and switch to another if they cut you off. But really, and I hate to say it cause I'm all for free shit, it works flawlessly with a subscription. $5/mo is totally worth it.
sudo apt-get install python-urllib3 python-openssl python-ndg-httpsclient python-pyasn1
pip install urllib3 pyopenssl ndg-httpsclient pyasn1
(2015-01-05, 13:14)baboo Wrote: Hey all,
can anyone tell me where I can find pandoki logs ? Every time I want to start it nothing happens, just a "script error" appears and I'll be forwarded to the music addons screen. Couple of days ago it worked just fine
(2015-01-05, 13:14)baboo Wrote: Hey all,
can anyone tell me where I can find pandoki logs ? Every time I want to start it nothing happens, just a "script error" appears and I'll be forwarded to the music addons screen. Couple of days ago it worked just fine
if not art: art = s['art']
if art == None: art = '' # This line is NEW (needed to solve the script error)
Prop('action', '') # was Prop('action', None) previously
Prop('run', '') # was Prop('run', None) previously
(2015-01-09, 11:50)dttvinh Wrote: script sends None value where kodi expects a string
(2015-01-01, 14:05)Wintemrute Wrote: I hacked around Pandoki and added SNI support for it.Added both of these. I shuffled them around a bit, hopefully I didn't break it.
(2015-01-11, 15:05)baboo Wrote: well, that didn't fix it for me as it seems ... is this 100% correct code ? maybe i'm doing something wrong then
Error Contents: 'module' object has no attribute 'Pithos'