首页 > 其他分享> > onvif error:The action requested requires authorization and the sender is not authorized
onvif error:The action requested requires authorization and the sender is not authorized
作者:互联网
onvif获取配置信息时报错:
报错代码:
self.media_profile = self.media.GetProfiles()[0] # 获取配置信息
报错信息:
onvif.exceptions.ONVIFError: Unknown error: The action requested requires authorization and the sender is not authorized
这已经是第二次遇见了,所以记录一下。
问题产生的原因:
登录的账号密码错误(虽然我admin账号没错误,但就是死活连不上)
我的解决方案是:新建了一个操作员账号就ok了。很奇怪
(海康威视的机器)
标签:requested,sender,media,self,报错,authorized,authorization,onvif 来源: https://blog.csdn.net/weixin_50944977/article/details/121473126