Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled under Window 7 Visual Studio 2015. Does not update. #34

Open
robertja52 opened this issue Sep 14, 2015 · 4 comments
Open

Compiled under Window 7 Visual Studio 2015. Does not update. #34

robertja52 opened this issue Sep 14, 2015 · 4 comments

Comments

@robertja52
Copy link

I got open-zwave-control-panel to compile and run under windows7 using visual studio 2015 and pthread-win32. All open zwave library functions appears to work. The web page shows up and I can connect to a controller. The web page does not update (log output, controller status). The log file shows that I have retrieved a homeid.

/tmp has been modified to use the TEMP environmental variable instead since /tmp doesn't exist in Windows.
Wiresharking connection shows that the data appears to be sent to the browser (chrome or firefox), but doesn't display. Any ideas on how to figure out what is wrong?

@Fishwaldo
Copy link
Member

Anything in the Java Console etc on the browser?

Can you post the log somewhere that it dumps to the console. Might give us a idea where its going wrong.

@robertja52
Copy link
Author

Java Conole didn't open. Is this application even using Java?
In Firefox developer console I get a junk after document element error for the file poll.xml
Firefox thinks the file contains. Notice the oll> at the end of the document.

<?xml version="1.0" encoding="utf-8" ?>
<poll homeid="eedf2371" nodeid="1" sucnodeid="0" nodecount="1" cmode="Primary" save="1" noop="0">
    <log size="0" offset="12506"></log>
    <admin active="false" />
    <update />
</poll>
oll>

@Fishwaldo
Copy link
Member

The code writes temporary files to the "temp" directory, that it then serves upto the browser. I would check your changes around the temp directory changes....

@veleek
Copy link

veleek commented Nov 27, 2017

Given this was open two years ago and there was no update from the bug creator, this bug should be closed as no-repro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants