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
[21-04-23 20:13:10] GET / 200
[2023-04-21 20:13:10 +0100] [14073] [ERROR] Error handling request /favicon.ico
Traceback (most recent call last):
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 136, in handle
self.handle_request(listener, req, client, addr)
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 179, in handle_request
respiter = self.wsgi(environ, resp.start_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/wsgi.py", line 126, in call
self._handle_route()
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/wsgi.py", line 94, in _handle_route
self.parse_metadata = p.route()
^^^^^^^^^
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/parser.py", line 125, in route
route = self._match()
^^^^^^^^^^^^^
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/parser.py", line 60, in _match
if route_segment[0] != "{" and route_segment != path_segment:
~~~~~~~~~~~~~^^^
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
[21-04-23 20:13:10] GET / 200
[2023-04-21 20:13:10 +0100] [14073] [ERROR] Error handling request /favicon.ico
Traceback (most recent call last):
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 136, in handle
self.handle_request(listener, req, client, addr)
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 179, in handle_request
respiter = self.wsgi(environ, resp.start_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/wsgi.py", line 126, in call
self._handle_route()
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/wsgi.py", line 94, in _handle_route
self.parse_metadata = p.route()
^^^^^^^^^
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/parser.py", line 125, in route
route = self._match()
^^^^^^^^^^^^^
File "/home/joe/.local/share/virtualenvs/main_app-NxXa5jZN/lib/python3.11/site-packages/bobtail/parser.py", line 60, in _match
if route_segment[0] != "{" and route_segment != path_segment:
~~~~~~~~~~~~~^^^
IndexError: string index out of range
The text was updated successfully, but these errors were encountered: