I have problem getting the spew command work since I upgraded to 0.1.0
I run slackware and didn't had that problem with the previous versions.
Here is the error message:
rudy@rudy:~/bt$ btqueue.py spew 2
Traceback (most recent call last):
File "./btqueue.py", line 99, in ?
res = app.onecmd(line)
File "/home/rudy/BTQueue-0.1.0/BitQueue/manager.py", line 1314, in onecmd
File "/usr/local/lib/python2.3/cmd.py", line 210, in onecmd
return func(arg)
File "/home/rudy/BTQueue-0.1.0/BitQueue/manager.py", line 1553, in do_spew
File "/home/rudy/BTQueue-0.1.0/BitQueue/xmlrpc.py", line 142, in __call__
File "/home/rudy/BTQueue-0.1.0/BitQueue/xmlrpc.py", line 182, in __request
File "/usr/local/lib/python2.3/xmlrpclib.py", line 1070, in request
headers
xmlrpclib.ProtocolError: <ProtocolError for 127.0.0.1:19413/RPC2: 500 Internal error>
Any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have problem getting the spew command work since I upgraded to 0.1.0
I run slackware and didn't had that problem with the previous versions.
Here is the error message:
rudy@rudy:~/bt$ btqueue.py spew 2
Traceback (most recent call last):
File "./btqueue.py", line 99, in ?
res = app.onecmd(line)
File "/home/rudy/BTQueue-0.1.0/BitQueue/manager.py", line 1314, in onecmd
File "/usr/local/lib/python2.3/cmd.py", line 210, in onecmd
return func(arg)
File "/home/rudy/BTQueue-0.1.0/BitQueue/manager.py", line 1553, in do_spew
File "/home/rudy/BTQueue-0.1.0/BitQueue/xmlrpc.py", line 142, in __call__
File "/home/rudy/BTQueue-0.1.0/BitQueue/xmlrpc.py", line 182, in __request
File "/usr/local/lib/python2.3/xmlrpclib.py", line 1070, in request
headers
xmlrpclib.ProtocolError: <ProtocolError for 127.0.0.1:19413/RPC2: 500 Internal error>
Any suggestions?
oops! i will fix it in next version
thanks!