Skip to content

SyntaxWarning #196

New issue

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

Open
4nik opened this issue Nov 11, 2024 · 1 comment
Open

SyntaxWarning #196

4nik opened this issue Nov 11, 2024 · 1 comment

Comments

@4nik
Copy link

4nik commented Nov 11, 2024

pproxy\proto.py:7: SyntaxWarning: invalid escape sequence '['
ipv6 = re.fullmatch('[([0-9a-fA-F:]*)](?::(\d+)?)?', loc)

@kikearciniegas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants