2013-10-29, 10:43 PM
I'm trying to access NPVR from a Raspberry Pi. I keep getting a "connection lost" error. Checking 'web.log' shows that 'session.initiate' succeeds but 'session.login' fails. If I leave the username and password blank, I cannot log into the web server's config screen. Once I create a username and password, I can log in to the config screen, but I continue to get the XBMC error. There does not seem to be any way to specify a username and password in XBMC client. What can I do to track down this problem further?
The info in the web.log is:
The info in the web.log is:
Quote:2013-10-29 17:31:51.204 [DEBUG][21] Got Web Request (192.168.1.5): /service method=session.login&sid=4f5702aec6174b789568654b35102d3b&md5=39EF2AF42461ED61817AEAFAF772F35A
2013-10-29 17:31:51.204 [DEBUG][21] method=session.login
2013-10-29 17:31:51.204 [DEBUG][21] parameters:
2013-10-29 17:31:51.204 [DEBUG][21] method: session.login
2013-10-29 17:31:51.204 [DEBUG][21] sid: 4f5702aec6174b789568654b35102d3b
2013-10-29 17:31:51.204 [DEBUG][21] md5: 39EF2AF42461ED61817AEAFAF772F35A
2013-10-29 17:31:51.204 [DEBUG][21] client_ip: 192.168.1.5
2013-10-29 17:31:51.204 [DEBUG][21] host_callback: 192.168.1.3:8866
2013-10-29 17:31:51.204 [DEBUG][21] physical_path: C:\Users\Public\NPVR\web\
2013-10-29 17:31:51.204 [DEBUG][21] user_agent: XBMC/12.2 Git:20130502-32b1a5e (Linux; Debian GNU/Linux 7.1 (n/a); 3.10.15 armv6l; http://www.xbmc.org)
2013-10-29 17:31:51.204 [DEBUG][21] range: bytes=0-
2013-10-29 17:31:51.204 [DEBUG][21] requested_path: /service
2013-10-29 17:31:51.204 [DEBUG][21] verb: GET
2013-10-29 17:31:51.204 [INFO][21] LoginSession(sid = 4f5702aec6174b789568654b35102d3b)
2013-10-29 17:31:51.204 [DEBUG][21] <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="failed">
<err code="1" msg="Login Failed" />
</rsp>