MMM-IPCam icon indicating copy to clipboard operation
MMM-IPCam copied to clipboard

undefined

Open warning939 opened this issue 8 years ago • 5 comments

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

warning939 avatar Apr 08 '17 20:04 warning939

Same here

Notification: GET_CAM Payload: [object Object] { undefined: 'undefined' }

please help us

XxXCobraXxX avatar Apr 16 '17 07:04 XxXCobraXxX

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.

Reotch2 avatar Jun 01 '17 02:06 Reotch2

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..

Reotch2 avatar Jun 02 '17 04:06 Reotch2

+1 here.

testbughub avatar Dec 30 '19 16:12 testbughub

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.

cfssmps avatar Sep 21 '22 16:09 cfssmps