View Single Post
Posts: 48 | Thanked: 2 times | Joined on Jan 2010 @ New York, NY
#190
Wow, looks like YouAmp is maturing nicely. It seems a lot of nice new features have been added. I had installed YouAmp a while back, but at the time it wasn't quite what I was looking for, so I uninstalled it. Now, I just installed the new version (.6b4); however, unfortunately it crashes on my N800 each time I try to launch it. I tried uninstalling and reinstalling, but same result. Here is what I get:

/usr/bin $ youamp-player
python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
python2.5[2550]: GLIB WARNING ** libglade - unknown property `orientation' for class `GtkVBox'
/usr/lib/python2.5/site-packages/youamp/ui/playlist.py:59: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkButton
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
File "/usr/lib/python2.5/threading.py", line 446, in run
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/scrobbler.py", line 107, in _login
File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
File "/usr/lib/python2.5/urllib2.py", line 381, in open
File "/usr/lib/python2.5/urllib2.py", line 399, in _open
File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open
File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open
URLError: <urlopen error (-3, 'Temporary failure in name resolution')>

Traceback (most recent call last):
File "/usr/bin/youamp-player", line 16, in <module>
main()
File "/usr/bin/youamp-player", line 12, in main
player = youamp.controller.Controller()
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 69, in __init__
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 153, in _restore
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/controller.py", line 179, in _refresh_playlist
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/playlist.py", line 155, in update
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/library.py", line 143, in get_tracks
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/playlist.py", line 272, in __init__
ValueError: invalid literal for int() with base 10: '01_Track'

Anyone else had this problem? Any ideas? Thanks..