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 using regtest version 0.9.2+g73e42f016-2sid1.
127.0.0.1 - - [24/Feb/2025 11:45:29] "GET /favicon.ico HTTP/1.1" 404 -
----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 59316)
Traceback (most recent call last):
File "/usr/lib/python3.13/http/server.py", line 731, in send_head
f = open(path, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/apertium-regtest/static/favicon.ico'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.13/socketserver.py", line 697, in process_request_thread
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/apertium-regtest", line 719, in __init__
super().__init__(request, client_address, server, directory=directory)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/http/server.py", line 672, in __init__
super().__init__(*args, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/socketserver.py", line 766, in __init__
self.handle()
~~~~~~~~~~~^^
File "/usr/lib/python3.13/http/server.py", line 436, in handle
self.handle_one_request()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/http/server.py", line 424, in handle_one_request
method()
~~~~~~^^
File "/usr/bin/apertium-regtest", line 724, in do_GET
return super().do_GET()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/http/server.py", line 676, in do_GET
f = self.send_head()
File "/usr/lib/python3.13/http/server.py", line 733, in send_head
self.send_error(HTTPStatus.NOT_FOUND, "File not found")
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/http/server.py", line 491, in send_error
self.wfile.write(body)
~~~~~~~~~~~~~~~~^^^^^^
File "/usr/lib/python3.13/socketserver.py", line 845, in write
self._sock.sendall(b)
~~~~~~~~~~~~~~~~~~^^^
BrokenPipeError: [Errno 32] Broken pipe
----------------------------------------
The text was updated successfully, but these errors were encountered:
This is using regtest version 0.9.2+g73
e42f016-2sid1.The text was updated successfully, but these errors were encountered: