code-google-com / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

GrooveWalrus freezes in 90% of the times I'm trying to perform a search #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GrooveWalrus freezes in 90% of the times I'm trying to perform a search. Here's 
the output:

andrei@andrei-work:~/Desktop/gw$ python2.6 gw.py 
Load: <type 'exceptions.Exception'>No module named pymedia.muxer
/home/andrei/Desktop/gw/plugins/zongdora/info_zongdora.xml
/home/andrei/Desktop/gw/plugins/web_remote/info_web_remote.xml
/home/andrei/Desktop/gw/plugins/x2/info_x2.xml
/home/andrei/Desktop/gw/plugins/twitter/info_twitter.xml
/home/andrei/Desktop/gw/plugins/flash/info_flash.xml
/home/andrei/Desktop/gw/plugins/dizzler/info_dizzler.xml
/home/andrei/Desktop/gw/plugins/played/info_played.xml
/home/andrei/Desktop/gw/plugins/lyrics/info_lyrics.xml
/home/andrei/Desktop/gw/plugins/ratings/info_ratings.xml
/home/andrei/Desktop/gw/plugins/sync/info_sync.xml
/home/andrei/Desktop/gw/plugins/griddle/info_griddle.xml
/home/andrei/Desktop/gw/plugins/minimode/info_minimode.xml
/home/andrei/.GrooveWalrus/settings.xml
<type 'exceptions.Exception'>global name 'player_pymedia' is not defined
<addinfourl at 168494796 whose fp = <socket._fileobject object at 0xa09f46c>>
http://tinysong.com/s/pantera?format=json&limit=32

Using Python 2.6, python-wxgtk2.8 (Linux) and the latest GrooveWalrus from SVN 
(as of December 7th, 2010).

Original issue reported on code.google.com by nilarimo...@gmail.com on 7 Dec 2010 at 1:31

GoogleCodeExporter commented 9 years ago
Doesn't freeze but no songs are listed.

python-2.7, wxPython-2.8.11.

Load: <type 'exceptions.Exception'>No module named pymedia.muxer
GetTracksSoup: IOError
/usr/local/src/Downloads/groovewalrus/plugins/minimode/info_minimode.xml
/usr/local/src/Downloads/groovewalrus/plugins/twitter/info_twitter.xml
/usr/local/src/Downloads/groovewalrus/plugins/dizzler/info_dizzler.xml
/usr/local/src/Downloads/groovewalrus/plugins/zongdora/info_zongdora.xml
/usr/local/src/Downloads/groovewalrus/plugins/lyrics/info_lyrics.xml
/usr/local/src/Downloads/groovewalrus/plugins/ratings/info_ratings.xml
/usr/local/src/Downloads/groovewalrus/plugins/web_remote/info_web_remote.xml
/usr/local/src/Downloads/groovewalrus/plugins/x2/info_x2.xml
/usr/local/src/Downloads/groovewalrus/plugins/griddle/info_griddle.xml
/usr/local/src/Downloads/groovewalrus/plugins/sync/info_sync.xml
/usr/local/src/Downloads/groovewalrus/plugins/flash/info_flash.xml
/usr/local/src/Downloads/groovewalrus/plugins/played/info_played.xml
/home/jan/.GrooveWalrus/settings.xml
<type 'exceptions.Exception'>global name 'player_pymedia' is not defined
<addinfourl at 157602220 whose fp = <socket._fileobject object at 0x9b9c1ec>>
http://tinysong.com/s/metallica?format=json&limit=32
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 530, in __bootstrap_inner
    self.run()
  File "/usr/local/src/Downloads/groovewalrus/main_windows/search_window.py", line 290, in run
    query_results = tinysong.Tsong().get_search_results(self.query_string)
  File "/usr/local/src/Downloads/groovewalrus/main_utils/tinysong.py", line 75, in get_search_results
    response = urllib2.urlopen(url_connection)
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1173, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1142, in do_open
    h.request(req.get_method(), req.get_selector(), req.data, headers)
  File "/usr/lib/python2.7/httplib.py", line 946, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.7/httplib.py", line 987, in _send_request
    self.endheaders(body)
  File "/usr/lib/python2.7/httplib.py", line 940, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 807, in _send_output
    self.send(message_body)
  File "/usr/lib/python2.7/httplib.py", line 775, in send
    self.sock.sendall(str)
  File "/usr/lib/python2.7/socket.py", line 222, in meth
    return getattr(self._sock,name)(*args)
TypeError: must be string or buffer, not dict

Original comment by j...@willies.info on 12 Jan 2011 at 1:39

GoogleCodeExporter commented 9 years ago
Pretty sure thjis is fixed in revision 282

Original comment by 11y3y3y3...@gmail.com on 17 Apr 2011 at 11:55

GoogleCodeExporter commented 9 years ago
Yes, at least in Ubuntu 11.04 it finally works and I can search for songs 
without getting a crash. Thank you very much!

Original comment by nilarimo...@gmail.com on 18 Apr 2011 at 7:03