You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:18:53 UTC

[GitHub] [incubator-superset] dmfay opened a new issue #10023: New chart save fails

dmfay opened a new issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023


   I'm evaluating Superset using the docker-compose quickstart on Linux, cloned from Git. I am unable to create new charts. However, opening an existing chart and saving it (with or without modifications) under a new name does work.
   
   ### Expected results
   
   Saving a new chart works.
   
   ### Actual results
   
   The save modal closes silently, but reopening shows the message "Failed to save slice". No new chart is created. A 500 error appears in the log, but no stack trace is available and the PostgreSQL container's /var/log/postgres is empty as logging does not seem to be configured.
   
   ```
   superset_app             | 172.20.0.1 - - [09/Jun/2020 15:05:57] "POST /superset/explore/?action=saveas&slice_name&add_to_dash=noSave&goto_dash=false HTTP/1.1" 500 -
   superset_app             | INFO:werkzeug:172.20.0.1 - - [09/Jun/2020 15:05:57] "POST /superset/explore/?action=saveas&slice_name&add_to_dash=noSave&goto_dash=false HTTP/1.1" 500 -
   ```
   
   #### Screenshots
   
   ![1591714567](https://user-images.githubusercontent.com/3075455/84163665-be43d700-aa3f-11ea-8f90-d404929c8214.png)
   
   #### How to reproduce the bug
   
   1. Create a new chart from the birth names sample set (I've seen the problem with both tables and big number/trendlines). In the screenshot below I adjusted the time range and group by and ran the query to validate, but those don't appear strictly necessary.
   2. Save the chart, entering a name. The modal closes but nothing else happens.
   3. Reopen the save modal to see the error message.
   
   ### Checklist
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10023: New chart save fails

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023#issuecomment-641363375


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.86. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] mikhail-yarosh commented on issue #10023: New chart save fails

Posted by GitBox <gi...@apache.org>.
mikhail-yarosh commented on issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023#issuecomment-649482695


   @stvacs yes, creation works fine, but what about deletion?a have an error when i'm trying to delete just created chart.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] closed issue #10023: New chart save fails

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] bcbilgin commented on issue #10023: New chart save fails

Posted by GitBox <gi...@apache.org>.
bcbilgin commented on issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023#issuecomment-643306080


   Same here.
   
   Note: Overwriting works. I can't save a chart from scratch, but if I edit one of the existing chart examples, it successfully saves.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #10023: New chart save fails

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023#issuecomment-679107905


   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.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stvacs commented on issue #10023: New chart save fails

Posted by GitBox <gi...@apache.org>.
stvacs commented on issue #10023:
URL: https://github.com/apache/incubator-superset/issues/10023#issuecomment-647975328


   I had this behaviour too - until yesterday.
   
   When I build from the master branch ( commit > cb1705fdae8cb53ac146ba946c67071f721c257c)
   for me saving a new chart started working again.
   
   You might try the new version and see if it works for you.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org