We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pproxy\proto.py:7: SyntaxWarning: invalid escape sequence '[' ipv6 = re.fullmatch('[([0-9a-fA-F:]*)](?::(\d+)?)?', loc)
The text was updated successfully, but these errors were encountered:
I'm also getting a syntax warning while running version 1.1.2 in docker
INFO: Started server process [11] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8191 (Press CTRL+C to quit) INFO: 127.0.0.1:47472 - "GET /docs HTTP/1.1" 200 OK INFO: From: 192.168.99.173 at 2025-04-26 00:17:43: https://prowlarr.servarr.com/v1/ping /app/.venv/lib/python3.13/site-packages/pyautogui/_pyautogui_x11.py:284: SyntaxWarning: invalid escape sequence '\e' '\e': _display.keysym_to_keycode(Xlib.XK.string_to_keysym('Escape')), INFO: 127.0.0.1:35648 - "GET /docs HTTP/1.1" 200 OK DEBUG: Got webpage: https://prowlarr.servarr.com/v1/ping INFO: Done https://prowlarr.servarr.com/v1/ping in 10.48s INFO: 192.168.99.173:49802 - "POST /v1 HTTP/1.1" 200 OK
Sorry, something went wrong.
No branches or pull requests
pproxy\proto.py:7: SyntaxWarning: invalid escape sequence '['
ipv6 = re.fullmatch('[([0-9a-fA-F:]*)](?::(\d+)?)?', loc)
The text was updated successfully, but these errors were encountered: