14.08.2020, 08:53
(14.08.2020, 08:47)admin Wrote: This means that you need to use digest code example from here: https://forum.logicmachine.net/showthrea...64#pid9364
log what you get from the request:
Code:url = 'http://user:password@cameraip/cgi-bin/snapshot.cgi'
image, err, hdrs = request(url)
log(image, err, hdrs)
With the last code I have not had any records, instead that I had an error:
User script:21: attempt to call global 'request' (a nil value)
stack traceback:
User script:21: in main chunk