Skip to content
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

[sapphire] ValueError: Invalid IPv6 URL #265

Closed
tysmith opened this issue Dec 30, 2021 · 1 comment
Closed

[sapphire] ValueError: Invalid IPv6 URL #265

tysmith opened this issue Dec 30, 2021 · 1 comment
Assignees
Labels

Comments

@tysmith
Copy link
Collaborator

tysmith commented Dec 30, 2021

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 tysmith added the bug label Dec 30, 2021
@tysmith tysmith self-assigned this Mar 14, 2023
@tysmith
Copy link
Collaborator Author

tysmith commented Mar 14, 2023

Fixed by cee9ce3

@tysmith tysmith closed this as completed Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant