Invalid URL
#3248
Replies: 1 comment
-
I guess the most common case where this occurs would be a trailing newline at the end of the URL.
Update... addressed this in #3250 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use gradio and run relative python script, error: "httpx.InvalidURL: Invalid non-printable ASCII character in URL" occurs. Currently I simply comment out line 161 and 162 in _urlparse.py to fix this problem. Are there better ways to solve it?
Beta Was this translation helpful? Give feedback.
All reactions