new-site/scripts/workers/services/telecom
justin 4060fd7562 fix(proxy): parse proxy creds with URL-reserved chars (e.g. '#') correctly
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.
2026-06-05 18:34:19 -05:00
..
__init__.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
auto_filing.py Fix auto_filing: check env var before ERPNext to avoid hanging on dev 2026-05-03 23:22:39 -05:00
esign_helper.py Add generic eSign portal for all compliance document types 2026-05-04 10:45:37 -05:00
fcc_499_utils.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
filing_state.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
playwright_monitor.py Add Playwright failure monitoring: Telegram alerts + screenshots + health check 2026-05-04 02:44:02 -05:00
undetected_browser.py fix(proxy): parse proxy creds with URL-reserved chars (e.g. '#') correctly 2026-06-05 18:34:19 -05:00