python-onvif-zeep icon indicating copy to clipboard operation
python-onvif-zeep copied to clipboard

fix(client): change update_xaddrs implementation to utilize urllib parse instead of manually splitting xaddr

Open KY-U opened this issue 10 months ago • 0 comments

  • Change update_xaddrs() parse logic to utilize urllib.parse instead of manually splitting retrieved_address to avoid "index out of range" error when trying to split an address by ':' when the port is omitted (e.g., 80) in "[host]:[port]" format.

KY-U avatar Jan 13 '25 17:01 KY-U