dosubot[bot] commented on issue #36595: URL: https://github.com/apache/superset/issues/36595#issuecomment-3647290713
<!-- Answer --> This behavior is likely caused by running Superset master with unsupported Python (3.9) and Node (16) versions. The latest Superset requires Python 3.10 or 3.11 and Node.js 20.x. Using older versions can lead to frontend/backend mismatches, asset build issues, and unexpected frontend bugs—including repeated chart reloads and failed WebSocket connections. Recent changes to table chart logic and chart state management could also be sensitive to version mismatches. To resolve this, upgrade your environment to Python 3.10+ and Node 20.x, then rebuild and restart Superset. Also, make sure both the Flask backend and the superset-websocket server are running and properly configured if you use async features—misconfiguration here can also cause repeated reloads or queries. If the issue persists after upgrading, check for errors in the browser console and Superset logs, and verify if other chart types are affected as well. References: - [WebSocket/async config and version requirements](https://github.com/apache/superset/issues/36069) - [Recent table chart changes](https://github.com/apache/superset/pull/36247) - [Python/Node version policy](https://github.com/apache/superset/wiki/Semantic-Versioning) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/bab1dc21-13a9-4b45-aab3-bc8c15b62643?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=This%20behavior%20is%20likely%20caused%20by%20running%20Superset%20master%20with%20unsupported%20Python%20%283.9%29%20and%20Node%20%2816%29%20versions.%20The%20latest%20Superset%20requires%20Python%203.10%20or%203.11%20and%20Node.js%2020.x.%20Using%20older%20versions%20can%20lead%20to%20frontend/backend%20mismatches%2C%20asset%20build%20issues%2C%20and%20unexpected%20frontend%20bugs%E2%80%94including%20repeated%20chart%20reloads%20and%20failed%20WebSocket%20connections.%20Recent%20changes%20to%20table%20chart%20logic%20and%20chart%20state%20management%20could%20also%20be%20sensitive%20to%20version%20mismatches.%0A%0ATo%20resolve%20this%2C%20upgrade%20your%20environment%20to%20Python%203.10%2B%20and%20Node%2020.x%2C%20then%20rebuild%20and%20restart% 20Superset.%20Also%2C%20make%20sure%20both%20the%20Flask%20backend%20and%20the%20superset-websocket%20server%20are%20running%20and%20properly%20configured%20if%20you%20use%20async%20features%E2%80%94misconfiguration%20here%20can%20also%20cause%20repeated%20reloads%20or%20queries.%20If%20the%20issue%20persists%20after%20upgrading%2C%20check%20for%20errors%20in%20the%20browser%20console%20and%20Superset%20logs%2C%20and%20verify%20if%20other%20chart%20types%20are%20affected%20as%20well.%20%0A%0AReferences%3A%20%20%0A-%20%5BWebSocket/async%20config%20and%20version%20requirements%5D%28https%3A//github.com/apache/superset/issues/36069%29%0A-%20%5BRecent%20table%20chart%20changes%5D%28https%3A//github.com/apache/superset/pull/36247%29%0A-%20%5BPython/Node%20version%20policy%5D%28https%3A//github.com/apache/superset/wiki/Semantic-Versioning%29) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/36595) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
