Closed LukaszMoskala closed 3 years ago
Cool, many thanks, will try to fix that with 'if' statement so it will not crash.
BTW, you may want to add "magic":"0x1234" to all outgoing JSON requests with DHIP protocol, w/o that DHIP will most probably not work with your old Firmware.
Hi,
Just to let you (and anyone else who may have the same problem) know, on line 490 of
net.py
there is:This is not working with my camera. Maybe because mine firmware is from 2014.
So anyway, I changed:
To:
And it's working. I'd open pull request for that, but it's already late for me. You can change this in your code if you want.