Active Topics

 



Notices


Reply
Thread Tools
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#861
Originally Posted by fatalsaint View Post
Oh.. submitted two releases.. 4.6 has the fix for the Love/Hate problem.
Can we get this update applied to the version of pyradio that you got working on the N9?
 
Posts: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#862
Originally Posted by cortek View Post
hmm. Every time I try it just loads up a blue page with circles on it and that's it. Maybe a mobile version? I will figure out tonight. Thank you for your response. at least i know it is possible.
same here unable to get to there site as well?
 
Posts: 7 | Thanked: 2 times | Joined on Dec 2007 @ CHINA
#863
Originally Posted by fatalsaint View Post
pyRadio supports a Proxy configuration. Put in a U.S. proxy server that runs on 8080 or 80 and it should work.
Lots of thanks in advance. I've used pyRadio before and it's great. Now I'm outside the US and I'm excited to know pyRadio add supports for proxy.

However, when I tried to run
Code:
export http_proxy=http://myproxy:8080
/opt/pyRadio/pyRadio.py
from xterm, I can't get my copy of pyRadio running. I also set Proxy Server in the Settings menu to http://myproxy:8080. When I reviewed the log file on the server, there is no trace of pyRadio accessing to my other wise functioning proxy server at all. The GUI freeze at "Authenticating to Pandora as..." and the output in term is
Code:
RX-51
PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_in"
PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_out"
Radio Started.
('found new MAFW renderer %s', 'Mafw-Gst-Renderer')
using MAFW Gst-Renderer
MAFW PROPERTY RECEIVED 5896736 volume 6732984 <ctypes.LP__GError object at 0x447d1440>
volume 28
Error calling slot "auth" 
Traceback (most recent call last):
  File "/opt/pyRadio/pyRadio.py", line 211, in auth
    authenticated = self.player.auth( self.c.user, self.c.password )
  File "/opt/pyRadio/radioplayer.py", line 87, in auth
    self.pandora.sync()
  File "/opt/pyRadio/libpiano/pandora.py", line 67, in sync
    u = urlopen( reqUrl, enc )
  File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 381, in open
    response = self._open(req, data)
  File "/usr/lib/python2.5/urllib2.py", line 399, in _open
    '_open', req)
  File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 1115, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error (110, 'Connection timed out')>
('found new MAFW renderer %s', 'Mafw-Gst-Renderer')
using MAFW Gst-Renderer
MAFW PROPERTY RECEIVED 5896736 volume 5349280 <ctypes.LP__GError object at 0x447d1440>
volume 28
Is there anything I missed?

Last edited by wwweagle; 2011-12-16 at 14:14.
 
Posts: 36 | Thanked: 17 times | Joined on Dec 2011 @ USA
#864
Originally Posted by cortek View Post
hmm. Every time I try it just loads up a blue page with circles on it and that's it. Maybe a mobile version? I will figure out tonight. Thank you for your response. at least i know it is possible.
Originally Posted by AgentZ View Post
same here unable to get to there site as well?
Here's what's I've got installed.

Default N900 web browser plugins:

Mediaplayer Media plugin
Shockwave Flash 10.1r61


software package:

Extra Decoders Support.

Don't know which are responsible for Pandora working for me in the web browser but maybe this will help.

BTW: have installed pyRadio 4.6 but the freeze at the Authenticating screen still occurs. Don't know if 4.6 included a fix for the authListener code.

Last edited by gawga_boy; 2011-12-16 at 14:40.
 

The Following User Says Thank You to gawga_boy For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#865
Originally Posted by gawga_boy View Post
BTW: have installed pyRadio 4.6 but the freeze at the Authenticating screen still occurs. Don't know if 4.6 included a fix for the authListener code.
Yes the code went in on 4.5. I'll need terminal output to debug.


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.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#866
I've started asking around for someone to port this to GTK.

I think that I now made have new enemies in life. *lol*
 
Posts: 36 | Thanked: 17 times | Joined on Dec 2011 @ USA
#867
here you go.

X-51
PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_in"
PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_out"
Radio Started.
Error calling slot "auth"
Traceback (most recent call last):
File "./pyRadio.py", line 211, in auth
authenticated = self.player.auth( self.c.user, self.c.password )
File "/opt/pyRadio/radioplayer.py", line 87, in auth
self.pandora.sync()
File "/opt/pyRadio/libpiano/pandora.py", line 71, in sync
parsed = xmlrpclib.loads( resp )[0][0]
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.'>
('found new MAFW renderer %s', 'Mafw-Gst-Renderer')
using MAFW Gst-Renderer
MAFW PROPERTY RECEIVED 5905440 volume 6644280 <ctypes.LP__GError object at 0x459f3440>
volume 28



Thanks.
 

The Following User Says Thank You to gawga_boy For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#868
gawga -
I have an idea what's happening. I'll put out a 4.7 to fix.

cddiede -
The way I've done this you should be able to download the deb from fremantle's repo page and install that one.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 2 Users Say Thank You to fatalsaint For This Useful Post:
Posts: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#869
Originally Posted by gawga_boy View Post
Here's what's I've got installed.

Default N900 web browser plugins:

Mediaplayer Media plugin
Shockwave Flash 10.1r61


software package:

Extra Decoders Support.

Don't know which are responsible for Pandora working for me in the web browser but maybe this will help.
Have the same things so that's not it, the website hasn't worked for me in months though...
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#870
4.7 is up. (or, well, its going there..)
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 4 Users Say Thank You to fatalsaint For This Useful Post:
Reply

Tags
bad tags, good tags, pyradio


 
Forum Jump


All times are GMT. The time now is 05:56.