python-mysql-replication
python-mysql-replication copied to clipboard
AssertionError: Result length not requested length
mysql:8.0.25 mysql-replication:0.28 python:3.8
error: /Users/tu/Desktop/daily_demo/venv/bin/python /Users/tu/Desktop/daily_demo/mysql_binlog.py === RotateEvent === Position: 4 Next binlog file: mysql-bin.000001
=== FormatDescriptionEvent === Date: 2022-04-08T15:33:35 Log position: 125 Event size: 98 Read bytes: 0
Traceback (most recent call last):
File "/Users/tu/Desktop/daily_demo/mysql_binlog.py", line 7, in
Process finished with exit code 1
solved when reinstall mysql-replication:0.25
solved when reinstall mysql-replication:0.25
Yep. That worked for me as well.
Thanks.