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

overview not working #51

Open
alperyilmaz opened this issue Oct 19, 2016 · 1 comment
Open

overview not working #51

alperyilmaz opened this issue Oct 19, 2016 · 1 comment

Comments

@alperyilmaz
Copy link

alperyilmaz commented Oct 19, 2016

I have been using ulogme for 6 months (between Jan-Jun), and then I had a large gap without data (installed Ubuntu 16.04 and didnt setup commands to start ulogme at startup).. now I started logging again.. And in overview page "Key frequencies during each day" is blank and console log says (in Chrome):

Uncaught (in promise) TypeError: Cannot read property 't' of undefined
    at drawKeyEvents (http://localhost:8124/overview.html:218:32)
    at http://localhost:8124/overview.html:364:9

Console log (Firefox)

TypeError: es[0] is undefined

And that is the line causing the error:

        var d0 = new Date(es[0].t * 1000);

I'm guessing this is not promise compatability issue because both Chrome and Firefox were able to show overview page without problems 4-5 months ago.
How can I fix this problem? (I pulled the latest version - 416163e version)

@smcaleese
Copy link

I deleted all the log files in /log. Ulogme then created new log files and overview started working again.

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