long2ice/meilisync

TypeError: 'NoneType' object is not subscriptable

TheoCouss opened this issue · 6 comments

Once the initial synchronization is completed, this error arises.
I am using the latest version of the dev branch, and my source is MySQL 5.7.
This might be related to issue #18; I really need MySQL 5.7 support.

2024-01-09 13:31:50.txt

What's the result of SHOW MASTER STATUS?

It does not return anything, not even a single line.

Did you enable binlog?

No problem, I forgot to set a server ID on my MySQL instance. Now it returns this:
CleanShot 2024-01-09 at 16 36 05
I still have the same error showing.

Try delete progress in file or redis

Thanks for your help earlier! By the way, could you also deploy the updated Docker images? This would really simplify things for everyone, especially considering the issues with version 0.1.2.