I think this is a "broken socket" that happens sometimes using the dev server when a new request is made before an existing one is completed. I've seen it before, but it's never caused any actual problems for me.
Adam On Wed, Mar 20, 2019 at 1:34 PM Cyrus Hiatt <[email protected]> wrote: > Hi Yuval, > > Are you still seeing this error? Unfortunately I'm not able to reproduce > it on my machine. What version of Arches are you running? > > Thanks, > > Cyrus > > On Tuesday, March 12, 2019 at 3:40:47 AM UTC-7, Yuval Krymolowski wrote: >> >> Hello, >> >> In the search screen, Arches begins to search for candidates as I type >> the query. It gets exceptions in the process (see below). >> >> The search for the complete term succeeds without exceptions. >> >> Yuval >> ---------------------------------------- >> Exception happened during processing of request from ('127.0.0.1', 57593) >> Traceback (most recent call last): >> File "C:\Python27\Lib\SocketServer.py", line 596, in >> process_request_thread >> self.finish_request(request, client_address) >> File "C:\Python27\Lib\SocketServer.py", line 331, in finish_request >> self.RequestHandlerClass(request, client_address, self) >> File "C:\Python27\Lib\SocketServer.py", line 654, in __init__ >> self.finish() >> File "C:\Python27\Lib\SocketServer.py", line 713, in finish >> self.wfile.close() >> File "C:\Python27\Lib\socket.py", line 283, in close >> self.flush() >> File "C:\Python27\Lib\socket.py", line 307, in flush >> self._sock.sendall(view[write_offset:write_offset+buffer_size]) >> error: [Errno 10054] An existing connection was forcibly closed by the >> remote host >> ---------------------------------------- >> [ >> > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
