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
I've tried this out in issue/autocomplete and it works. However, I'm now getting this error:
[28/Dec/2020 23:15:37] "GET /bills/116hr100 HTTP/1.1" 200 44131
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 62942)
Traceback (most recent call last):
File "/Users/arihershowitz/.pyenv/versions/3.7.4/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/Users/arihershowitz/.pyenv/versions/3.7.4/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/arihershowitz/.pyenv/versions/3.7.4/lib/python3.7/socketserver.py", line 720, in __init__
self.handle()
File "/Users/arihershowitz/.pyenv/versions/flatgov/lib/python3.7/site-packages/django/core/servers/basehttp.py", line 174, in handle
self.handle_one_request()
File "/Users/arihershowitz/.pyenv/versions/flatgov/lib/python3.7/site-packages/django/core/servers/basehttp.py", line 182, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File "/Users/arihershowitz/.pyenv/versions/3.7.4/lib/python3.7/socket.py", line 589, in readinto
return self._sock.recv_into(b)
ConnectionResetError: [Errno 54] Connection reset by peer
----------------------------------------
The autosuggest sorts by reverse order (it seems) and there is no way for a user to just hit return to select the bill that they want (e.g.
116hr300
).For this issue:
The text was updated successfully, but these errors were encountered: