You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the output i get on the console when trying to rmate
[rsub] New connection from ('127.0.0.1', 63362)
Exception happened during processing of request from ('127.0.0.1', 63362)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 560, in process_request_thread
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 617, in init
self.handle()
File "./rsub.py", line 118, in handle
File "./rsub.py", line 42, in parse_input
ValueError: invalid literal for int() with base 10: 'users'
The text was updated successfully, but these errors were encountered:
This is the output i get on the console when trying to rmate
[rsub] New connection from ('127.0.0.1', 63362)
Exception happened during processing of request from ('127.0.0.1', 63362)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 560, in process_request_thread
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 617, in init
self.handle()
File "./rsub.py", line 118, in handle
File "./rsub.py", line 42, in parse_input
ValueError: invalid literal for int() with base 10: 'users'
The text was updated successfully, but these errors were encountered: