grizzly icon indicating copy to clipboard operation
grizzly copied to clipboard

[sapphire] ValueError: Invalid IPv6 URL

Open tysmith opened this issue 3 years ago • 0 comments

Traceback (most recent call last):
  File "/home/worker/grizzly-auto-run/grizzly/sapphire/worker.py", line 120, in handle_request
    url = urlparse(unquote(raw_url.group("url").decode("ascii")))
  File "/usr/lib/python3.8/urllib/parse.py", line 373, in urlparse
    splitresult = urlsplit(url, scheme, allow_fragments)
  File "/usr/lib/python3.8/urllib/parse.py", line 464, in urlsplit
    raise ValueError("Invalid IPv6 URL")
ValueError: Invalid IPv6 URL

tysmith avatar Dec 30 '21 22:12 tysmith