Hio Andi, On 11.11.04, Andreas Poisel wrote:
I'm succuessfully running the new PyTone version 2.1.2 on my debian notebook and a gentoo desktop machine. But my gentoo box at work (where PyTone sweetens my working hours) throws an exception::
Exception in thread playlist thread: Traceback (most recent call last): File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap self.run() File "/usr/lib/python2.3/site-packages/pytone/services/playlist.py", line 137, in run self.channel.process(blocking=1) File "/usr/lib/python2.3/site-packages/pytone/hub.py", line 171, in process item.result = handler(item.request) File "/usr/lib/python2.3/site-packages/pytone/services/playlist.py", line 473, in requestnextsong if request.playerid != self.playerid: AttributeError: requestnextsong instance has no attribute 'playerid'
In the 2.1.2 version of this file, the corresponding line in services/playlist.py reads if request.playlistid != self.id: So, I guess you have some mixture of files from different PyTone versions. Jörg