question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Javascript error when loading slice/chart

See original GitHub issue

Since upgrading to Superset 0.25.0, I’m getting the following Javascript error when trying to load certain slices. I’m installing Superset via pip.

Uncaught ReferenceError: notify is not defined
    at /static/assets/dist/explore.701bc6178837d27ffb52.entry.js:156:593909
    at Array.map (native)
    at t.e (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:156:593639)
    at new t (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:156:591850)
    at f._constructComponentWithoutOwner (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:220634)
    at f._constructComponent (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:220418)
    at f.mountComponent (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:216653)
    at Object.mountComponent (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:40:135696)
    at fe.mountChildren (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:211513)
    at fe._createInitialChildren (/static/assets/dist/explore.701bc6178837d27ffb52.entry.js:65:192911)

Superset version

0.25.0

Expected results

Display the chart

Actual results

Chart does not load - I just see the loading spinner

Steps to reproduce

  1. Click on Charts
  2. Go to a chart

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Twister42commented, Jun 1, 2018

Already tried this and it is not working.

In order to reproduce you could try to do : insert into table_columns values(now(), now(), 9999, 1, '', false, true, '', false, false, false, false, false, false, '', 1, 1, '', '', '', '', false);

and then try to open/create a graph using the table with ID 1.

0reactions
stale[bot]commented, Apr 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Javascript error when loading slice/chart · Issue #4976 - GitHub
Since upgrading to Superset 0.25.0, I'm getting the following Javascript error when trying to load certain slices. I'm installing Superset ...
Read more >
Error Loading another script in the JS File - Stack Overflow
Try following order atleast AmCharts issue seems to be resolved function loadChart() { var chart = AmCharts.makeChart("chartdiv", { "type": ...
Read more >
Pie Slice Chart in Tableau?
Hi,. I am looking for Pie Slice Chart. Currently: Looking in the below format, because of the larger volumes its easy to distinguish....
Read more >
Client script causing javascript error - ServiceNow Community
I have a client script that updates a RITM when an Interaction type is 'Request'. It copies a 'Yes' or 'No' value from...
Read more >
Creating Error Chart in JavaScript - AnyChart
Follow this tutorial and you'll learn how to easily create elegant interactive error charts using JavaScript. Here, I will be visualizing data ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found