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

Real-time report under Visitors does not refresh #14374

Closed
mattab opened this issue Apr 25, 2019 · 0 comments · Fixed by #14415
Closed

Real-time report under Visitors does not refresh #14374

mattab opened this issue Apr 25, 2019 · 0 comments · Fixed by #14415
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Apr 25, 2019

The Visitors > Real-time report does not automatically refresh every few seconds (as we'd expect). When the page loads the following JS error is triggered early on:

Error: cannot call methods on liveWidget prior to initialization; attempted to call method 'started'

The Real-time report is displayed correctly once but does not refresh then.
Also, when clicking on the Pause/Play button at the bottom of the page, it triggers slightly different JS errors:

Error: cannot call methods on liveWidget prior to initialization; attempted to call method 'stop' index.php:4:1813
Error: cannot call methods on liveWidget prior to initialization; attempted to call method 'start' index.php:4:1813

Reproduce URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants