write_data_header

Hi All,

After some help with write_data_header failed events filling the luup logs, it’s clearly one or all 3 of the foscam IP cameras I use but not a clue how to identify what device it is. Any pointers welcome…
[hr]

02 02/21/16 23:53:33.635 write_data_header failed with 0/401 0x48 0x54 0x54 0x50 0x2f 0x31 0x2e 0x31 0x20 0x34 0x30 0x31 0x20 0x55 0x6e 0x61 0x75 0x74 0x68 0x6f 0x72 0x69 0x7a 0x65 0x64 0xd 0xa (HTTP/1.1 401 Unauthorized\r\n) <0x740e8520>
02 02/21/16 23:53:33.635 write_data_header wrote:0 bytes:27 <0x740e8520>
02 02/21/16 23:53:33.636 write_data_header failed with 0/401 0x53 0x65 0x72 0x76 0x65 0x72 0x3a 0x20 0x42 0x6f 0x61 0x2f 0x30 0x2e 0x39 0x34 0x2e 0x31 0x33 0xd 0xa (Server: Boa/0.94.13\r\n) <0x740e8520>
02 02/21/16 23:53:33.636 write_data_header wrote:0 bytes:21 <0x740e8520>
02 02/21/16 23:53:33.637 write_data_header failed with 0/401 0x44 0x61 0x74 0x65 0x3a 0x20 0x53 0x75 0x6e 0x2c 0x20 0x32 0x31 0x20 0x46 0x65 0x62 0x20 0x32 0x30 0x31 0x36 0x20 0x32 0x33 0x3a 0x35 0x33 0x3a 0x33 0x39 0x20 0x47 0x4d 0x54 0xd 0xa (Date: Sun, 21 Feb 2016 23:53:39 GMT\r\n) <0x740e8520>
02 02/21/16 23:53:33.637 write_data_header wrote:0 bytes:37 <0x740e8520>
02 02/21/16 23:53:33.638 write_data_header failed with 0/401 0x57 0x57 0x57 0x2d 0x41 0x75 0x74 0x68 0x65 0x6e 0x74 0x69 0x63 0x61 0x74 0x65 0x3a 0x20 0x44 0x69 0x67 0x65 0x73 0x74 0x20 0x72 0x65 0x61 0x6c 0x6d 0x3d 0x22 0x69 0x70 0x63 0x61 0x6d 0x65 0x72 0x61 0x5f 0x30 0x30 0x36 0x32 0x36 0x45 0x34 0x46 0x30 0x32 0x33 0x41 0x22 0x2c 0x71 0x6f 0x70 0x3d 0x22 0x61 0x75 0x74 0x68 0x22 0x2c 0x61 0x6c 0x67 0x6f 0x72 0x69 0x74 0x68 0x6d 0x3d 0x4d 0x44 0x35 0x2c 0x6e 0x6f 0x6e 0x63 0x65 0x3d 0x22 0x63 0x62 0x62 0x62 0x33 0x34 0x64 0x66 0x64 0x36 0x35 0x64 0x38 0x31 0x34 0x32 0x36 0x39 0x33 0x30 0x66 0x34 0x62 0x65 0x33 0x61 0x64 0x33 0x61 0x39 0x65 0x35 0x22 0xd 0xa (WWW-Authenticate: Digest realm=“ipcamera_00626E4F023A”,qop=“auth”,algorithm=MD5,nonce=“cbbb34dfd65d81426930f4be3ad3a9e5”\r\n) <0x740e8520>
02 02/21/16 23:53:33.638 write_data_header wrote:0 bytes:122 <0x740e8520>
02 02/21/16 23:53:33.639 write_data_header failed with 0/401 0x43 0x6f 0x6e 0x74 0x65 0x6e 0x74 0x2d 0x54 0x79 0x70 0x65 0x3a 0x20 0x74 0x65 0x78 0x74 0x2f 0x68 0x74 0x6d 0x6c 0xd 0xa (Content-Type: text/html\r\n) <0x740e8520>

Bump, anyone?

Looking at the data packets in your post displays ipcamera_MAC, you should be able to for the MAC which is the referenced device on your network…

the key here is: HTTP/1.1 401 Unauthorized

The Vera is not able to get image data from the camera, as either 1) You have not provided login credentials in the camera device OR 2) The credentials you entered have not been saved by the Vera (A known bug in recent firmware versions) OR 3) The credentials you provided are not correct.

In the UI, go to Cameras, click on the image, click on the “settings” tab… verify that the username and password are set. If not, enter them and scroll to the bottom of the page and click “save”… Then refresh your browser and go back to the settings page to verify that the credentials were saved… If they did not save, scroll to the bottom of the page and click on “advanced”, then find the “username” and “password” attributes and set the credentials here…

All credentials are saved and all images working, that’s the part that has me confused, I don’t lack any functionality. I’d be happy to ignore if it didn’t fill the logs.

Any other thoughts or tests? I appreciate you time and help.