doitandbedone/ispyagentdvr-docker

OpenDrive Issue: OpenDrive: Cannot perform runtime binding on a null reference

alexbn71 opened this issue · 5 comments

Hi, I've configured OpenDrive on my AgentDVR (docker on Linux). The strange thing is that it works on the first cam I've setup to send photos... but on other cams I get this error:

07:21:38 OpenDrive: OpenDrive: Cannot perform runtime binding on a null reference
07:21:38 Error: OpenDrive: OpenDrive: Cannot perform runtime binding on a null reference
07:21:38 OpenDrive: at CallSite.Target(Closure , CallSite , Object ) at CoreLogic.Cloud.OpenDrive.CreateFolder(String folderName, String parentID) at CoreLogic.Cloud.OpenDrive.GetFolderID(String path) at CoreLogic.Cloud.OpenDrive.Upload(UploadEntry ue)
07:21:38 Error: OpenDrive: at CallSite.Target(Closure , CallSite , Object ) at CoreLogic.Cloud.OpenDrive.CreateFolder(String folderName, String parentID) at CoreLogic.Cloud.OpenDrive.GetFolderID(String path) at CoreLogic.Cloud.OpenDrive.Upload(UploadEntry ue)
07:21:38 Cannot perform runtime binding on a null reference

I've tried to disable this setup on all cams and leave another cam with this activated... and it does't work. It work only on the same cam I used the first time. I already tried restarting agentdvr.

what settings do you have for the cloud provider?

I think it might be something to do with opendrive having the worst API i've ever seen. Will take a look

Thank you Sean