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

Possibly Javascript issue - timer does not increment #10

Closed
jrullo opened this issue Mar 25, 2020 · 1 comment
Closed

Possibly Javascript issue - timer does not increment #10

jrullo opened this issue Mar 25, 2020 · 1 comment
Labels

Comments

@jrullo
Copy link

jrullo commented Mar 25, 2020

I'm seeing this in Chromium Inspection console:
Exception in setInterval callback: TypeError: this[b.p(...)] is not a function
at f.p.get (99a0bdf436e896fb2f042dc053ab2e62cb419c14.js?meteor_js_resource=true:9)
at e (/imports/ui/components/timetracker.js:1)
at n.EnvironmentVariable.r.withValue (99a0bdf436e896fb2f042dc053ab2e62cb419c14.js?meteor_js_resource=true:1)
at 99a0bdf436e896fb2f042dc053ab2e62cb419c14.js?meteor_js_resource=true:1
at 99a0bdf436e896fb2f042dc053ab2e62cb419c14.js?meteor_js_resource=true:1

This error repeats every second. Clicking Start in app.titra.io/tracktime page always shows 00:00:00

I'm not sure what this is supposed to look like. The docs talk about entering times. I'm interested in time tracking live, not entering times recorded somewhere else. Not sure if I'm in the right place. I primarily use Toggl for time tracking. I'm hoping this can repalace toggl.

@jrullo jrullo changed the title Possibly Javascript issue - tiemer does not increment Possibly Javascript issue - timer does not increment Mar 26, 2020
faburem added a commit that referenced this issue Mar 26, 2020
⬆️ regular package dependency updates
♻️ refactored code for better readability
@faburem
Copy link
Collaborator

faburem commented Mar 26, 2020

Thank you for reporting this issue, it is a regression we introduced when moving one of our dependencies from moment.js to dayjs. It is fixed in version 0.15.0. The updated titra Docker image is currently being built and will be available soon.

@faburem faburem closed this as completed Mar 26, 2020
@faburem faburem added the bug label Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants