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了。很奇怪
(海康威视的机器)

上一篇:(转载)bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html_par


下一篇:Flutter之FutureBuilder的学习和使用,安卓开发基础面试题