|
2011-11-16
, 22:48
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#722
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-11-16
, 22:49
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#723
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-11-16
, 22:52
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#724
|
|
2011-11-16
, 22:53
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#725
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-11-16
, 23:06
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#726
|
|
2011-11-16
, 23:07
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#727
|
|
2011-11-16
, 23:28
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#728
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2011-11-16
, 23:36
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#729
|
|
2011-11-16
, 23:47
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#730
|
The Following User Says Thank You to cddiede For This Useful Post: | ||
Fired up pyradio on the N9 and re-authenticated with the correct name and password over wi-fi and still no streams or channels shown on the client. A station search on the client yields no results.
Here's what the terminal shows when the app is runnning:
~ $ /opt/pyRadio/pyRadio.py
Using the meego graphics system
loaded the Generic plugin
loaded the grue plugin
Loaded the MeeGo sensor plugin
Setting data rate 0 Hz (interval 0 ms) for "meego.orientationsensor"
?
PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_in"
PANDORA: Downloading key from url "https://raw.github.com/PromyLOPh/pianobar/master/src/libpiano/crypt_key_input.h"
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
hijackWindow() context created for Panda(0x624c48, name = "pyRadio") 1
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
QGLWindowSurface: Using plain widget as window surface QGLWindowSurface(0x745fb0)
hijackWindow() context created for QInputDialog(0xaef0bb30) 1
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
QGLWindowSurface: Using plain widget as window surface QGLWindowSurface(0x754a08)
could not autorotate on PANDORA: Loading key from file "/opt/pyRadio/libpiano/key_out"
PANDORA: Downloading key from url "https://raw.github.com/PromyLOPh/pianobar/master/src/libpiano/crypt_key_output.h"
PANDORA: Saving keys
PANDORA: dataDir = "/opt/pyRadio/libpiano/"
PANDORA: dataDir.isDir? True
Traceback (most recent call last):
File "/opt/pyRadio/radioplayer.py", line 40, in run
self.pandora = Pandora( self.format, self.protocol_version )
File "/opt/pyRadio/libpiano/pandora.py", line 45, in __init__
if not self.keys.loadKeys():
File "/opt/pyRadio/libpiano/keys.py", line 67, in loadKeys
self.saveKeys()
File "/opt/pyRadio/libpiano/keys.py", line 76, in saveKeys
f = open( os.path.join( self._dataDir, "key_in" ), "wb" )
IOError: [Errno 13] Permission denied: '/opt/pyRadio/libpiano/key_in'
hijackWindow() context created for QInputDialog(0xaef0bb30) 1
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
QGLWindowSurface: Using plain widget as window surface QGLWindowSurface(0x754688)
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 89, in auth
ret = self.pandora.authListener( str(user), str(password) )
AttributeError: 'int' object has no attribute 'authListener'
Last edited by cddiede; 2011-11-16 at 22:51.