Error parsing Column 10

Sonarr version (exact version): 4.0.13.2932
Mono version (if Sonarr is not running on Windows):
OS: Docker (Ubuntu Host)
Debug logs:
Ca’t get the gui to load to change log level But here is what I can provide.

Description of issue: Any attempt to load the GUI for Sonarr Shows the following error: Error parsing column 10 (Images=[ { “coverType”: “banner”, “remoteUrl”: “https://artworks.thetvdb.com/banners/v4/series/387368/banners/606db43e70b2a.jpg” }, { “coverType”: “poster”, “remoteUrl”: “https://artworks.thetvdb.com/banners/v4/series/387368/posters/6261c16a6db5d.jpg” }, { “coverType”: “fanart”, “remoteUrl”: “https://artworks.thetvdb.com/banners/v4/series/387368/backgrounds/6261be96cb4e1.jpg” }, { “coverType”: “clearlogo”, “remoteUrl”: “https://artworks.thetvdb.com/banners/v4/series/387368/clearlogo/63d6c6581e982.png” } ] - String)

Any Guidance or suggestions to resolve this issue would be great. Would love to avoid having to re-install and re-import my library again. (I just migrated over to docker, and everything was going great…)

Your DB has invalid JSON in it, specifically the images for HPI - TheTVDB.com

You can resolve this by opening the sonarr.db in your SQLite tool of choice and running the following:

UPDATE series SET Images = '[]' WHERE TvdbId = 387368