[New-bugs-announce] [issue47041] requests module parse url failed

yonghao hu report at bugs.python.org
Thu Mar 17 01:39:59 EDT 2022


New submission from yonghao hu <cc97654321 at 163.com>:

Run the following code or report an error, and the URL is a normal URL:
'''
python3 -c "import requests;requests.get('http://183.246.199.100:8321')"
'''
Error code:
'''
requests.exceptions.InvalidURL: Failed to parse: http://183.246.199.100:8321:8321/SSO/EnrollList
'''

----------
components: Parser
messages: 415387
nosy: cc97654321, lys.nikolaou, pablogsal
priority: normal
severity: normal
status: open
title: requests module parse url failed
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47041>
_______________________________________


More information about the New-bugs-announce mailing list