gawga_boy
|
2011-12-17
, 02:00
|
Posts: 36 |
Thanked: 17 times |
Joined on Dec 2011
@ USA
|
#871
|
The Following User Says Thank You to gawga_boy For This Useful Post: | ||
|
2011-12-17
, 02:01
|
Posts: 36 |
Thanked: 17 times |
Joined on Dec 2011
@ USA
|
#872
|
Have the same things so that's not it, the website hasn't worked for me in months though...
|
2011-12-17
, 04:31
|
Posts: 7 |
Thanked: 2 times |
Joined on Dec 2007
@ CHINA
|
#873
|
/pyRadio/libpiano/pandora.py
File "/usr/lib/python2.5/xmlrpclib.py", line 1132, in loads return u.close(), u.getmethodname() File "/usr/lib/python2.5/xmlrpclib.py", line 787, in close raise Fault(**self._stack[0]) xmlrpclib.Fault: <Fault 1: 'org.apache.xmlrpc.XmlRpcException: 000.000.000.000|0|INCOMPATIBLE_VERSION|Pandora does not support your client version.'>
wwweagle:
from your output it appears PyRadio is having trouble talking to your proxy:
urllib2.URLError: <urlopen error (110, 'Connection timed out')>
I would double check your URL and your Port. If you use 8080 in pyradio then the proxy needs to be listening on that port as well.
The Following User Says Thank You to wwweagle For This Useful Post: | ||
|
2011-12-17
, 05:41
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#874
|
OK, I did my homework, it's a https issue, I took the liberty and changed all https links into http links, now pyRadio successfully connect to my proxy server. Only find pandora does not support my client version.Code:/pyRadio/libpiano/pandora.py
Now that's easy, isn't itCode:File "/usr/lib/python2.5/xmlrpclib.py", line 1132, in loads return u.close(), u.getmethodname() File "/usr/lib/python2.5/xmlrpclib.py", line 787, in close raise Fault(**self._stack[0]) xmlrpclib.Fault: <Fault 1: 'org.apache.xmlrpc.XmlRpcException: 000.000.000.000|0|INCOMPATIBLE_VERSION|Pandora does not support your client version.'>
|
2011-12-17
, 06:03
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#875
|
|
2011-12-17
, 06:31
|
Posts: 7 |
Thanked: 2 times |
Joined on Dec 2007
@ CHINA
|
#876
|
PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_in" PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_out" Radio Started. Concerti À Cinque (12), For 3 Violins, Viola, Cello & Continuo, Op. 10 (T. 10) by Albinoni, Tomaso Partita For Solo Violin No. 3 In E Major, Bwv 1006 by Bach, Johann Sebastian Sonatas (10), 6 For Violin & Bass, 4 For 2 Violins & Bass, Op. 8 by Locatelli, Pietro Antonio Cello Concerto In B Flat Major, G. 482 by Boccherini, Luigi Getting next song.. ('found new MAFW renderer %s', 'Mafw-Gst-Renderer') using MAFW Gst-Renderer PLAY MAFW PROPERTY RECEIVED 5905440 volume 6227344 <ctypes.LP__GError object at 0x459c2b20> volume 28 MAFW STATE CHANGED 3 MAFW PROPERTY CHANGED transport-actions <type 'str'> MAFW PLAYBACK 5905440 None <ctypes.LP__GError object at 0x459c2b20> MAFW POSITION 0 MAFW POSITION 0 MAFW POSITION 0 MAFW POSITION 0
The new 4.7 should fix that. You'll have to replace the https again though.
|
2011-12-17
, 15:02
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#877
|
|
2011-12-18
, 06:38
|
Posts: 30 |
Thanked: 7 times |
Joined on Nov 2010
@ Rhode Island
|
#878
|
|
2011-12-18
, 10:01
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#879
|
Can you help me to unpack the Diablo version so I can have this again Saint?
I only have like a stupid 20 megs left on my internal flash.
|
2011-12-19
, 00:00
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#880
|
fatalsaint,
Is there some place online I can see the source code changes you made for the most recent Freemantle build to fix the "INCOMPATIBLE_VERSION" issue (like github)? I would like to try to merge it in to the 4.5 Diablo build.
==Edit==
I may have found what I needed here:
https://github.com/PromyLOPh/pianoba...fe288a41568634
==Edit 2==
Yup, found it there. Updated libpiano/crypt_key_input.h with the new keys and libpiano/pandora.py with the new PIANO_PROTOCOL_VERSION and all is working on Diablo!