You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/suyog/zeep_demo.py", line 25, in <module>
profile = media.GetProfiles()[0]
File "/home/suyog/zeep_onvif/lib/python3.10/site-packages/zeep/proxy.py", line 46, in __call__
return self._proxy._binding.send(
File "/home/suyog/zeep_onvif/lib/python3.10/site-packages/zeep/wsdl/bindings/soap.py", line 138, in send
return self.process_reply(client, operation_obj, response)
File "/home/suyog/zeep_onvif/lib/python3.10/site-packages/zeep/wsdl/bindings/soap.py", line 232, in process_reply
return self.process_error(doc, operation)
File "/home/suyog/zeep_onvif/lib/python3.10/site-packages/zeep/wsdl/bindings/soap.py", line 394, in process_error
raise Fault(
zeep.exceptions.Fault: The action requested requires authorization and the sender is not authorized
The text was updated successfully, but these errors were encountered:
fti-sbargule
changed the title
zeep.exceptions.Fault: The action requested requires authorization and the sender is not authorized GetProfile coll
zeep.exceptions.Fault: The action requested requires authorization and the sender is not authorized >> profile = media.GetProfiles()[0]
Jun 22, 2023
fti-sbargule
changed the title
zeep.exceptions.Fault: The action requested requires authorization and the sender is not authorized >> profile = media.GetProfiles()[0]
zeep.exceptions.Fault: The action requested requires authorization and the sender is not authorized -> profile = media.GetProfiles()[0]
Jun 22, 2023
code file
REQUEST SEND to PTZ camera:-
Response from camera :-
Error :-
The text was updated successfully, but these errors were encountered: