We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I've started testing PanicHD and it looks pretty good. However, I am encountering some errors on the dashboard:
Uncaught Error: Autoload failed with: SyntaxError: JSON.parse: expected property name or '}' at line 2 column 13 of the JSON data Nc https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:130 Lc https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:129 https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:143 https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:143 jsapi:130:275 Uncaught Error: Must call google.charts.load before google.charts.setOnLoadCallback X https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:136 http://localhost:8080/panichd/dashboard:492
I searched in the issues but I didn't find anything similar. Am I the only one to encounter these errors?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I've started testing PanicHD and it looks pretty good.
However, I am encountering some errors on the dashboard:
Uncaught Error: Autoload failed with: SyntaxError: JSON.parse: expected property name or '}' at line 2 column 13 of the JSON data
Nc https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:130
Lc https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:129
https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:143
https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:143
jsapi:130:275
Uncaught Error: Must call google.charts.load before google.charts.setOnLoadCallback
X https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:136
http://localhost:8080/panichd/dashboard:492
I searched in the issues but I didn't find anything similar.
Am I the only one to encounter these errors?
The text was updated successfully, but these errors were encountered: