Export to GitHub

turnip-town - issue #81

Linux


Posted on Nov 27, 2010 by Swift Lion

What steps will reproduce the problem? 1. python gw.py

What is the expected output? GrooveWalrus

What do you see instead? 2010-11-27 02:40:22 Traceback (most recent call last): File "gw.py", line 3356, in <module> app = GWApp(redirect=p_redirect) File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in init self._BootstrapApp() File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp return core.PyApp__BootstrapApp(*args, **kwargs) File "gw.py", line 185, in OnInit panel = MainPanel(frame)
File "gw.py", line 734, in init self.SetBackend(event=None, backend=PLAYER) File "gw.py", line 1054, in SetBackend self.player = player_pymedia.Player(self) NameError: global name 'player_pymedia' is not defined

What version of the product are you using? 0.327

On what operating system? Mandriva Cooker 32bit

Comment #1

Posted on Nov 27, 2010 by Quick Bear

Ok, I'll check it out.

Comment #2

Posted on Nov 30, 2010 by Swift Lion

Compiles fine on Cooker 64bit. But not possible to get grooveshark working. Local MP3 works fine.

Traceback (most recent call last): File "gw.py", line 1767, in OnForwardClick self.PlaySong(val + 1) File "gw.py", line 1853, in PlaySong cs.CheckId(cs.song_id) File "gw.py", line 2986, in CheckId query_results = tinysong.Tsong().get_search_results(query_string, 32) File "/gw/main_utils/tinysong.py", line 75, in get_search_results response = urllib2.urlopen(url_connection) File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 392, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 410, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 1186, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib64/python2.7/urllib2.py", line 1155, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) File "/usr/lib64/python2.7/httplib.py", line 941, in request self._send_request(method, url, body, headers) File "/usr/lib64/python2.7/httplib.py", line 975, in _send_request self.endheaders(body) File "/usr/lib64/python2.7/httplib.py", line 937, in endheaders self._send_output(message_body) File "/usr/lib64/python2.7/httplib.py", line 801, in _send_output self.send(message_body) File "/usr/lib64/python2.7/httplib.py", line 773, in send self.sock.sendall(data) File "/usr/lib64/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) TypeError: must be string or buffer, not dict

Comment #3

Posted on Feb 2, 2011 by Quick Bear

Fixed, with issue 99?

Status: Fixed

Labels:
Type-Defect Priority-Medium