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


   I am experiencing a new issue with word cloud charts on the latest release 
of superset 37.0rc4.
   
   When I use the Public role (without login in) Word Cloud charts appears as 
   <img width="609" alt="Screenshot 2020-08-12 at 15 16 04" 
src="https://user-images.githubusercontent.com/607430/90019469-bf4aec00-dcae-11ea-8b27-0b7ed64285e0.png";>
   
   In the logs I can see the following error : 
   
   ```
   superset-37.0rc4/superset/models/slice.py", line 160, in viz
       viz_class = viz_types[self.viz_type]
   KeyError: 'word_cloud'
   ERROR:superset.models.slice:'word_cloud' 
   ```
   
   
   When I log in as Admin user , the chart loads properly 
   <img width="581" alt="Screenshot 2020-08-12 at 15 19 09" 
src="https://user-images.githubusercontent.com/607430/90019802-34b6bc80-dcaf-11ea-8ec5-6b9951e3ad51.png";>
   event if I still see the same ```KeyError: 'word_cloud'``` error message 
   
   
   Additionally, inspecting the web page when not logged in shows the following 
error : 
   
   ``` Failed to load resource: the server responded with a status of 401 
(UNAUTHORIZED)```
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to