Describe the bug
Updated mono to 6.0.0.327 and now cannot search for films, receiving the following error:
Error occured while searching for new movies.: Encoding 28598 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
System.NotSupportedException: Encoding 28598 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x0023f] in <7b90a8780ac4414295b539b19eea7eea>:0
at System.Text.Encoding.GetEncoding (System.String name) [0x00012] in <7b90a8780ac4414295b539b19eea7eea>:0
at NzbDrone.Core.Parser.Parser.ToUrlSlug (System.String value) [0x00008] in <28071e62f2f449e682962e05af20a3d7>:0
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.MapMovie (NzbDrone.Core.MetadataSource.SkyHook.Resource.MovieResult result) [0x00036] in <28071e62f2f449e682962e05af20a3d7>:0
Desktop (please complete the following information):
Debug Logs
Error occured while searching for new movies.: Encoding 28598 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
System.NotSupportedException: Encoding 28598 data could not be found. Make sure you have correct international codeset assembly installed and enabled.
at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x0023f] in <7b90a8780ac4414295b539b19eea7eea>:0
at System.Text.Encoding.GetEncoding (System.String name) [0x00012] in <7b90a8780ac4414295b539b19eea7eea>:0
at NzbDrone.Core.Parser.Parser.ToUrlSlug (System.String value) [0x00008] in <28071e62f2f449e682962e05af20a3d7>:0
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.MapMovie (NzbDrone.Core.MetadataSource.SkyHook.Resource.MovieResult result) [0x00036] in <28071e62f2f449e682962e05af20a3d7>:0
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Sonarr 3.0.3.624 on the same server is unaffected and works.
I'm running Mono 6.0.0.319 on Arch and Radarr/Sonarr are both fine. I'll build a 6.0.0327 and see how it goes. I'm not sure this is a support issue.
Just fixed this, I had to install libmono-i18n4.0-all and it seems fine now!
I think it is related to https://github.com/Radarr/Radarr/issues/1367
Most helpful comment
Just fixed this, I had to install libmono-i18n4.0-all and it seems fine now!