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

onvif.exceptions.ONVIFError: Unknown error: ("Connection broken: ConnectionResetError(10054, ' An existing connection was forcibly closed by the remote host', None, 10054, None)

Open hci-mkim opened this issue 2 years ago • 1 comments

Symthoms: After downloading git-repo and changed ONVIFCamera params then run the move.py for your instruction like this image. image

Then, I got following errors: onvif.exceptions.ONVIFError: Unknown error: ("Connection broken: ConnectionResetError(10054, ' An existing connection was forcibly closed by the remote host', None, 10054, None)"

Which part should I missed to modify??.

++ O/S: Windows10 Local IP Camera address: 192.168.0.83 Opened port: 554 ID: admin PW: 1234 (just as an example) Python: 3.9.7 opencv-python: 4.7.0.68 opencv-contrib-python: 4.5.5.64 ++

Thank you.

hci-mkim avatar Feb 13 '23 08:02 hci-mkim

what the actual command did you use? Like python move.py ...

kennethgomez01 avatar Aug 13 '23 08:08 kennethgomez01