We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UnicodeError
Seems that requests haven't handle well some url which curl handle quite well.
requests
curl
Should work.
Crashed as UnicodeError: label empty or too long
UnicodeError: label empty or too long
import requests requests.get("https://www.elyricsworld.com/go.php?url=http://894763313no67.%D1%86%D0%B5%D0%BD%D1%82%D1%80-%D1%81%D1%82%D1%80%D0%B0%D1%85%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD.%D1%80%D1%84")
{ "chardet": { "version": null }, "charset_normalizer": { "version": "3.3.2" }, "cryptography": { "version": "41.0.5" }, "idna": { "version": "3.4" }, "implementation": { "name": "CPython", "version": "3.10.13" }, "platform": { "release": "21.6.0", "system": "Darwin" }, "pyOpenSSL": { "openssl_version": "30100040", "version": "23.2.0" }, "requests": { "version": "2.31.0" }, "system_ssl": { "version": "30200000" }, "urllib3": { "version": "1.26.18" }, "using_charset_normalizer": true, "using_pyopenssl": true }
The text was updated successfully, but these errors were encountered:
I want to work on this, it would be great if anyone assign this to me!
Sorry, something went wrong.
Duplicate of #6026 #4187 and many others
No branches or pull requests
Seems that
requests
haven't handle well some url whichcurl
handle quite well.Expected Result
Should work.
Actual Result
Crashed as
UnicodeError: label empty or too long
Reproduction Steps
System Information
The text was updated successfully, but these errors were encountered: