View Single Post
Posts: 7 | Thanked: 2 times | Joined on Dec 2007 @ CHINA
#873
OK, I did my homework, it's a https issue, I took the liberty and changed all https links in
Code:
 /pyRadio/libpiano/pandora.py
to http links, now pyRadio successfully connect to my proxy server. Only find pandora does not support my client version.
Code:
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.'>
Now that's easy, isn't it

Originally Posted by fatalsaint View Post
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: