long2ice / meilisync

Realtime sync data from MySQL/PostgreSQL/MongoDB to Meilisearch
https://github.com/long2ice/meilisync
Apache License 2.0
260 stars 40 forks source link

TypeError: 'NoneType' object is not subscriptable #64

Closed TheoCouss closed 8 months ago

TheoCouss commented 9 months ago

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

long2ice commented 9 months ago

What's the result of SHOW MASTER STATUS?

TheoCouss commented 9 months ago

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

long2ice commented 9 months ago

Did you enable binlog?

TheoCouss commented 9 months ago

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.

long2ice commented 9 months ago

Try delete progress in file or redis

TheoCouss commented 8 months ago

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.