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.