Django で、MySQL (5.7) にクエリを出す時、(2013, 'Lost connection to MySQL server during query') のエラーが出て、処理が停止するようになった。
まず、接続中の コネクションで、 innodb_strict_mode を見てみる。SHOW VARIABLES LIKE '%innodb_strict_mode%';
ON である必要がある。
elasticsearch.exceptions.UnsupportedProductError: The client noticed that the server is not a supported distribution of Elasticsearch
が出る場合。Python の elasticsearch ライブラリが 7.14 で、AWS の OpenSearch / Elasticsearch に接続すると出る。
% flutter downgrade v1.22.6
とすると、
There is no previously recorded version for channel "stable".
というエラーメッセージが出てダウングレードできない。
ダウングレードするには、Flutter の SDK ディレクトリで git checkout すると良い。