Can’t synchronise from Ankiwebb to app in Iphone

Hello

I have Anki on my iPhone and my laptop, and I recently tried to synchronise from my iPhone. I got a message saying that the decks weren’t compatible. I tried to upload and download, and to check database and backups, but nothing worked. Lastly I tried to uninstall and reinstall the app, but when I tried to connect to my account I got this message:
Error
corrupt:TEXT value in notes.sfld

Cordially

Have you used some external tool or add-on to add cards to your collection? The format of the note data appears to have an error in it.

You can correct this error with the following in the debug console of the desktop:

mw.col.db.execute("update notes set sfld=cast(sfld as integer)")

https://docs.ankiweb.net/misc.html#debug-console

If you have data on your phone that you don’t have on your computer, you can transfer the collection manually to the computer: Collection Transfer - AnkiMobile Manual

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.