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'