Hai! 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' The other threads seem to run normally. The problem is weird because - no traceback on other linux boxes - no traceback with versions <= 2.1.0 - no change of setup on problem box (python interpreter etc.) Any clues? Thank you! -- Andi