View Single Post
Posts: 6 | Thanked: 0 times | Joined on Jul 2008
#126
Originally Posted by MadMan2k View Post
try to start it from the terminal as "youamp-player" to get a proper error message.
Here are the errors I am getting:

On startup:
Traceback (most recent call last):
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 164, in _now_playing
AttributeError: 'NoneType' object has no attribute 'is_connected'

Trying to open Preferences:
Traceback (most recent call last):
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 178, in _show_preferences
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/ui/preferences.py", line 94, in __init__
AttributeError: 'NoneType' object has no attribute 'is_connected'

After trying to open Preferences, Youamp will not exit cleanly. Python remains running.