Repeated anki error, not sure what it is for what to do about it

This looks similar to this post: Browse button error
The error is caused by a note that has invalid tags. We’re not sure why this happens and whether it’s something in the AnkiHub add-on, but you can try running the following code in the debug console:

mw.col.db.execute('update notes set tags = "" where id = 1524146658690')

Let us know If you have any clues about how this started to appear.