akelai opened a new issue #9941: URL: https://github.com/apache/incubator-superset/issues/9941
When I load a dashboard, including the demo ones, they work but I get the attached error/s in Chrome DevTools.   ### Expected results I'd expect no errors in Chrome DevTools. ### Actual results When I load a dashboard, including the demo ones, they work but I get the attached error/s in Chrome DevTools. It repeats when e.g. I switch to a different tab of the dashboard. The link that in the attached screenshot is not fully visible is the following: http://**********/superset/log/?explode=events&dashboard_id=13 ...and if I load it with the browser, I get the other screenshot. #### Screenshots See the two screenshots. #### How to reproduce the bug 1. Launch Chrome DevTools, go to Console, clean the console 2. Browse to a dashboard 3. Look in Chrome DevTools 4. See error ### Environment (please complete the following information): - superset version: 0.35.2 - python version: 3.6.9 - node.js version: 12.16.1 - npm version: 6.13.4 ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. In logs I see this: `The CSRF token is missing.` Not sure if it's related, looks like yes but I'm not loading Superset from an iframe, just plain usage with gunicorn. Also getting this in the logs: ``` [2020-05-28 21:06:01 +0000] [4266] [DEBUG] POST /superset/log/ [2020-05-28 21:06:01 +0000] [4266] [WARNING] Error sending message to statsd Traceback (most recent call last): File "************/superset/.venv/lib/python3.6/site-packages/gunicorn/instrument/statsd.py", line 121, in _sock_send self.sock.send(msg) ConnectionRefusedError: [Errno 111] Connection refused [2020-05-28 21:06:01 +0000] [4266] [DEBUG] Closing connection. ``` - [ ] 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
