The residential proxy password contains a '#', which urlparse() misreads as a
URL fragment and corrupts the port (ValueError: Port could not be cast...).
Parse scheme://creds@host:port manually and percent-decode user/pass so both
raw ('#') and encoded ('%23') passwords work. Verified against the live
credential.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auto_filing.py | ||
| esign_helper.py | ||
| fcc_499_utils.py | ||
| filing_state.py | ||
| playwright_monitor.py | ||
| undetected_browser.py | ||