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

Webpage often doesn't work properly #89

Open
collin80 opened this issue Mar 16, 2015 · 1 comment
Open

Webpage often doesn't work properly #89

collin80 opened this issue Mar 16, 2015 · 1 comment

Comments

@collin80
Copy link
Owner

It has been reported (And I believe I've seen it myself) that often the webpage on the ichip module won't work quite properly. It won't load all tabs. It will sometimes get better, or at least different, upon upload of the web pages again. Reloading sometimes changes which tabs work.

@neuweiler
Copy link
Contributor

Noticed this behaviour too. I strongly believe it was caused by two reasons:

  1. ichip crashes: part of the pages were cached and the rest was just no longer served by ichip. This is remedied by a watch-dog (ArduinoDue branch)
  2. invalid JSON: if variables are not properly initialized on ichip, this may lead to string-content in a numeric json field. Usually in the JS console of the browser you'll then notice a error message about invalid json data.
    I invested a lot to get rid of these problems too (see todays pull request)

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

2 participants