OpenZWave / open-zwave-control-panel

UNMAINTAINED - We are looking for someone to maintain ozwcp! The OpenZWave Control Panel (ozwcp for short) is an application built on the OpenZWave library that permits users to query, manage and monitor Z-Wave nodes and networks. It provides a web based user interface using AJAX principles.
Other
131 stars 72 forks source link

ozwcp doesn't work with Google Chrome #30

Closed goatzillax closed 9 years ago

goatzillax commented 9 years ago

My host is running all the OZW stuff fetched and compiled as of yesterday (Jul 21, 2015), on a Raspberry Pi running Raspbian. (This also happens when host is Ubuntu 14.04 on x84.)

My client is running Chromium under Ubuntu 14.04.

When I first connect to the web page, it appears that none of the input buttons are grayed out like they are under Firefox.

When I try to initialize a device, I get no data returned, and ozwcp gives me:

./ozwcp -p 2048 -d 2015-07-23 01:35:51.707 Always, OpenZwave Version 1.3.408 Starting Up webserver starting port 2048 760ac460: GET: "/" conn=1b131b8 size=0 ptr=0 760ac460: GET: "/" conn=1b131b8 size=0 ptr=1b12ab0 758ac460: GET: "/cp.js" conn=1b13318 size=0 ptr=0 758ac460: GET: "/cp.js" conn=1b13318 size=0 ptr=1b13478 758ac460: POST: "/" conn=1b13318 size=0 ptr=0 758ac460: POST: "/" conn=1b13318 size=53 ptr=1b13478 Internal application error, closing connection. 760ac460: POST: "/" conn=1b131b8 size=0 ptr=0 760ac460: POST: "/" conn=1b131b8 size=53 ptr=1b13478 Internal application error, closing connection. 750a4460: POST: "/" conn=1b134a0 size=0 ptr=0 750a4460: POST: "/" conn=1b134a0 size=53 ptr=1b13478 Internal application error, closing connection.

Everything works with Firefox. I'm guessing there's some Javascript difference.

goatzillax commented 9 years ago

It looks like Chrome is happy now with the previous merge. Thanks!