-
Notifications
You must be signed in to change notification settings - Fork 39
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
Uncaught TypeError: Cannot read property 'split' of undefined #59
Comments
api.stats.changelog doesn't exist yet. That's the reason. And what FF says :) First time I saw that FF has better debugging than Chromium... |
Fix in 066f2f0 |
I see. Can you please request this feature in the web-api repo? I don't remember an issue about this. |
You commented a bit too fast. |
The comment should've started one line above 😫 |
By the way, why are you using a synchronous request to query the API? I mean, you're using JQuery already anyway. You could simply use |
Yes that's right. I can changed it. The reason I didn't do it, is - AFAIK - that |
@TobiGr JavaScript code runs in a single thread. "Running asynchronously" doesn't mean it's run in another thread. The |
I think we can close this as it is fixed. |
Just noticed this error after deploying the current state (merge of PR #58). I run Chromium Version 64.0.3282.167 on Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: