undefined
Hi,
I get the following error messages, if I add this module:
Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' } Notification: GET_CAM Payload: [object Object]
Thank you,
Peter
Same here
Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' }
please help us
Third this. JS isn't making it through login, or at least the camera isn't recognizing it. Any help would be greatly appreciated. Using FOSCAM R2.
If anyone is still having this issue, I recommend referencing the two websites below. It may not be the "ideal" answer; however, you can use the "snap" request to the cemera, and place it in the SimpleLogo module. The simple logo module needs a minor update to re-send the snap command, but otherwise it's working great.
http://foscam.us/forum/how-to-get-jpg-pictures-and-mj-stream-on-fi9821w-fi9801-02w-t4328.html
Static link to your FOSCAM "Snap Command" is: http://ip address:port/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=admin&pwd=xxx
replacing: IP address / port / admin / xxx ... with your actual values.
then simply install the SimpleLogo Module, and edit the start function to the following:
start: function() { if (this.config.refreshInterval > 0) { var self = this; setInterval(function() { img = document.querySelector('.simple-logo__container img'); img.setAttribute('src', self.config.fileUrl); }, this.config.refreshInterval); // self.updateDom(); } },
I AM NO EXPERT.. and I can barely read the coding. BUT it works..
+1 here.
same error.. undefined
[21.09.2022 12:11.08.851] [LOG] Notification: GET_CAM Payload: │ │ ││ mm > [21.09.2022 12:11.08.862] [LOG] │ │ ││ mm > { undefined: 'undefined' } │ │ ││ mm > [21.09.2022 12:11.18.863] [LOG] │ │ ││ mm > Notification: GET_CAM Payload: [object Object] │ │ ││ mm > [21.09.2022 12:11.18.877] [LOG] │ │ ││ mm > { undefined: 'undefined' } │ │ ││ mm > [21.09.2022 12:11.28.881] [LOG] │ │ ││ mm > Notification: GET_CAM Payload: [object Object] │ │ ││ mm > [21.09.2022 12:11.28.891] [LOG] │ │ ││ mm > { undefined: 'undefined' } │ │ ││ mm > [21.09.2022 12:11.38.895] [LOG] │ │ ││ mm > Notification: GET_CAM Payload: [object Object] │ │ ││ mm > [21.09.2022 12:11.38.908] [LOG] │ │ ││ mm > { undefined: 'undefined' }
any help would be appreciated.