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
Running quasselgrep server, made a request to it from local machine, local machine returns Error: Did not understand server response., server produces this error:
Exception happened during processing of request from ('<REDACTED REQUESTING IP>', 46984)
Traceback (most recent call last):
File "/gnu/store/09a5iq080g9b641jyl363dr5jkkvnhcn-python-3.8.2/lib/python3.8/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/gnu/store/09a5iq080g9b641jyl363dr5jkkvnhcn-python-3.8.2/lib/python3.8/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/gnu/store/09a5iq080g9b641jyl363dr5jkkvnhcn-python-3.8.2/lib/python3.8/socketserver.py", line 720, in __init__
self.handle()
File "/gnu/store/yr5vi85jjjgpddpbzdmmdzmfc5ldha4j-quasselgrep-git/lib/python3.8/site-packages/quasselgrep/server.py", line 29, in handle
salt = urandom(32).encode('hex')
AttributeError: 'bytes' object has no attribute 'encode'
The text was updated successfully, but these errors were encountered:
Running quasselgrep server, made a request to it from local machine, local machine returns
Error: Did not understand server response.
, server produces this error:The text was updated successfully, but these errors were encountered: