OleksandrDikov commented on issue #29457: URL: https://github.com/apache/superset/issues/29457#issuecomment-2315308536
This issue is related to Matomo (formerly Piwik). For troubleshooting, I set up a new instance of Matomo with a fresh database and encountered the same error. The error particularly occurs with the matomo_log_visit table. When I run the query SELECT * from matomo_log_visit; I receive the following error message: Failed to execute query '548' - 'SELECT * from matomo_log_visit;': 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte After some investigation, I found that the problem is related to binary fields. If I exclude these binary fields from the query, everything works fine. -- 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]
