jsharper
|
2010-11-02
, 01:40
|
Posts: 75 |
Thanked: 59 times |
Joined on Nov 2009
@ Gilbert, AZ, USA
|
#361
|
The Following User Says Thank You to jsharper For This Useful Post: | ||
|
2010-11-02
, 01:54
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#362
|
|
2010-11-02
, 11:43
|
Posts: 132 |
Thanked: 98 times |
Joined on Mar 2010
@ New Jersey
|
#363
|
The Following User Says Thank You to The Arsonist For This Useful Post: | ||
|
2010-11-03
, 01:08
|
Posts: 75 |
Thanked: 59 times |
Joined on Nov 2009
@ Gilbert, AZ, USA
|
#364
|
Nokia-N900:~# /opt/pyRadio/pyRadio.py Traceback (most recent call last): File "/opt/pyRadio/pyRadio.py", line 6, in <module> from PyQt4 import QtGui,QtCore RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1
The Following User Says Thank You to jsharper For This Useful Post: | ||
|
2010-11-03
, 01:17
|
Posts: 1 |
Thanked: 1 time |
Joined on Nov 2010
|
#365
|
I've been tinkering with pyRadio for a couple of hours and reading through this thread trying to get it to work on my N810.
It opens, requests login info, but it will not load or create stations...thus will not play.
I think I have found at least part of the problem, but I am not a programmer so I don't really know how to fix it. I have no pyradio directory nor config file in ~/.config ... regarding ~/.config/pyradio/config.
I tried adding the directory and a new file (blank since I new nothing else ) using Cyberduck, but that did not seem to help. It persists in requesting login info at every launch.
From terminal:
~ $ /opt/pyRadio/pyRadio.py
Radio Started.
No FM Transmitter.
could not autorotate on
Error: com.savagebeast.radio.api.protocol.xmlrpc.RadioXml RpcException: 192.168.160.92|1286123784732|OUT_OF_SYNC|You have no chance to survive make your time.
Code: 1
Error: com.savagebeast.radio.api.protocol.xmlrpc.RadioXml RpcException: 192.168.160.182|1286123787967|OUT_OF_SYNC|You have no chance to survive make your time.
Code: 1
Error: com.savagebeast.radio.api.protocol.xmlrpc.RadioXml RpcException: 192.168.161.213|1286123790868|OUT_OF_SYNC|You have no chance to survive make your time.
Code: 1
Traceback (most recent call last):
File "/opt/pyRadio/pyRadio.py", line 206, in auth
self.auth( count )
File "/opt/pyRadio/pyRadio.py", line 206, in auth
self.auth( count )
File "/opt/pyRadio/pyRadio.py", line 206, in auth
self.auth( count )
File "/opt/pyRadio/pyRadio.py", line 191, in auth
self.closeEvent()
File "/opt/pyRadio/pyRadio.py", line 272, in closeEvent
self.player.close()
File "/opt/pyRadio/radioplayer.py", line 126, in close
self.player.close()
File "/opt/pyRadio/libpiano/AbstractBackend.py", line 433, in close
self._close()
File "/opt/pyRadio/libpiano/OSSOBackend.py", line 172, in _close
self.__current_player.stop()
AttributeError: 'NoneType' object has no attribute 'stop'
The Following User Says Thank You to mustanga30 For This Useful Post: | ||
|
2010-11-06
, 04:39
|
Posts: 224 |
Thanked: 107 times |
Joined on Aug 2009
|
#366
|
The Following User Says Thank You to bocaJ For This Useful Post: | ||
|
2010-11-06
, 06:21
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#367
|
/opt/pyRadio/pyRadio.py
|
2010-11-06
, 16:30
|
|
Posts: 168 |
Thanked: 104 times |
Joined on Feb 2008
@ California, USA
|
#368
|
The Following User Says Thank You to slvr32 For This Useful Post: | ||
|
2010-11-06
, 16:35
|
Posts: 7 |
Thanked: 5 times |
Joined on Nov 2010
@ Tempe, Arizona USA
|
#369
|
The Following 2 Users Say Thank You to kiatoa For This Useful Post: | ||
|
2010-11-06
, 17:09
|
Posts: 85 |
Thanked: 15 times |
Joined on Sep 2010
|
#370
|
The Following User Says Thank You to ThePooBurner For This Useful Post: | ||