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

Time-Series table crush #6788

Closed
3 tasks done
nmacchitella opened this issue Jan 30, 2019 · 4 comments
Closed
3 tasks done

Time-Series table crush #6788

nmacchitella opened this issue Jan 30, 2019 · 4 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead

Comments

@nmacchitella
Copy link

nmacchitella commented Jan 30, 2019

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Superset version

Installed with Docker

Expected results

Time Series as displayed in example chart

Actual results

Following error

    Stack trace:
        formatValue@webpack-internal:///./src/components/AlteredSliceTag.jsx:188:16
        in AlteredSliceTag (created by ExploreChartHeader)
        in div (created by ExploreChartHeader)
        in ExploreChartHeader (created by ExploreChartPanel)
        in div (created by Panel)
        in div (created by Panel)
        in Panel (created by ExploreChartPanel)
        in div (created by ExploreChartPanel)
        in ExploreChartPanel (created by ExploreViewContainer)
        in div (created by ExploreViewContainer)
        in div (created by ExploreViewContainer)
        in div (created by ExploreViewContainer)
        in ExploreViewContainer (created by Connect(ExploreViewContainer))
        in Connect(ExploreViewContainer) (created by App)
        in div (created by App)
        in Provider (created by App)
        in App (created by HotExportedApp)
        in AppContainer (created by HotExportedApp)
        in HotExportedApp

    TypeError: cyclic object value
    Stack trace:
        ExploreActionButtons@webpack-internal:///./src/explore/components/ExploreActionButtons.jsx:68:10
        in ExploreActionButtons (created by ExploreChartHeader)
        in div (created by ExploreChartHeader)
        in div (created by ExploreChartHeader)
        in ExploreChartHeader (created by ExploreChartPanel)
        in div (created by Panel)
        in div (created by Panel)
        in Panel (created by ExploreChartPanel)
        in div (created by ExploreChartPanel)
        in ExploreChartPanel (created by ExploreViewContainer)
        in div (created by ExploreViewContainer)
        in div (created by ExploreViewContainer)
        in div (created by ExploreViewContainer)
        in ExploreViewContainer (created by Connect(ExploreViewContainer))
        in Connect(ExploreViewContainer) (created by App)
        in div (created by App)
        in Provider (created by App)
        in App (created by HotExportedApp)
        in AppContainer (created by HotExportedApp)
        in HotExportedApp```



### Steps to reproduce


@nmacchitella
Copy link
Author

screen shot 2019-01-30 at 4 27 17 pm

@nmacchitella
Copy link
Author

screen shot 2019-01-30 at 4 27 02 pm

@kristw
Copy link
Contributor

kristw commented Feb 7, 2019

related to #6761 and should be fixed in #6772

@kalimuthu123
Copy link

@nmacchitella how to fix this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead
Projects
None yet
Development

No branches or pull requests

3 participants