ukeswani opened a new issue, #36980: URL: https://github.com/apache/superset/issues/36980
### Bug description We have had superset deployed via the helm chart in various environments, with the same chart values in each environment, running ok for the last few months. Yesterday we started to see _Network error_ for a number of, but not all, filter drop-downs in dashboards in just one environment. Refreshing the page the Network error's are random, not appearing for the same filters each time or all filters but always some. The errors are immediate, rather than appearing after some time. We see the same thing in different dashboards. The filter is querying a Trino dataset, and when we check in Trino, the queries for those error'd filters do not show - ie. it looks like those queries did not make it to Trino. We're not seeing any issues with the Trino pods. In the superset logs we see this _ValueError: bytes is not a 16-char string error_ correlating to the times we see errors in the dashboard. We do not see these errors in other environments (which do not have this issue). Does anyone have any ideas what could be happening? ### Screenshots/recordings <img width="398" height="570" alt="Image" src="https://github.com/user-attachments/assets/b05f0bb9-2790-4624-8582-6d33c77ad91e" /> <img width="2938" height="454" alt="Image" src="https://github.com/user-attachments/assets/dca868bc-8e9c-41ea-b694-34d571f27b69" /> ### Superset version master / latest-dev ### Python version I don't know ### Node version I don't know ### Browser Chrome ### Additional context apache/superset:GHA-dev-17114760203 psycopg2-binary==2.9.6 trino[sqlalchemy]==0.321.0 sqlalchemy-trino==0.5.0 Authlib==1.6.4 ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
