Thread: [Fremantle Maemo5+Harmattan Maemo6] [Announce] qAndora - Pandora Internet Radio for N900+N9
View Single Post
Posts: 180 | Thanked: 180 times | Joined on Nov 2014 @ New Delhi, DELHI, INDIA
#47
Okay! So I deleted the config file. Enabled tor. And then on terminal, I did this.
Code:
BusyBox v1.23.1 (Debian 1.23.1power2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ cd /home/user/MyDocs/qandora-n900
~/MyDocs/qandora-n900 $ python qAndora.py
qAndora.py:494: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
  app = QApplication(sys.argv)
ERROR:root:fault code: 12 message: An unexpected error occurred
ERROR:root:fault code: 0 message: An unexpected error occurred
Error calling slot "loginPressed" 
Traceback (most recent call last):
  File "qAndora.py", line 457, in loginPressed
    self.rent.loginUser( self.nameEdit.text(), self.passwordEdit.text() )
  File "qAndora.py", line 150, in loginUser
    self.radioPlayer.setStation(self.radioPlayer.getStations()[0])
  File "/home/user/MyDocs/qandora-n900/playerGst/playerGst.py", line 82, in getStations
    return self.pandora.get_stations()
  File "/home/user/MyDocs/qandora-n900/playerGst/pandora.py", line 173, in get_stations
    stations = self.json_call('user.getStationList')['stations']
  File "/home/user/MyDocs/qandora-n900/playerGst/pandora.py", line 140, in json_call
    raise PandoraError("Pandora returned an error", code, "%s (code %d)"%(msg, code))
playerGst.pandora.PandoraError
Looks to me like an error.