Can't save settings

Sonarr version (exact version): 2.0.0.4374
Mono version (if Sonarr is not running on Windows): 4.6.1
OS: Raspbian
((Debug logs)):
Description of issue: I’ve just set up sonarr and it mostly seems to be working. I can add series and trackers and a download client. However I can’t seem to save general setting like UI and media management. When I click the save button, there’s no confirmation pop up, and if I go to a different tab in sonarr and back to the settings, my changes have reset. If I check the logs, there is the following error.

Request Failed: Object reference not set to an instance of an object

System.NullReferenceException: Object reference not set to an instance of an object
  at NzbDrone.Core.Configuration.ConfigService.SaveConfigDictionary (System.Collections.Generic.Dictionary`2[TKey,TValue] configValues) [0x00032] in <a2def4a6d9e64792b741a24ccb4dcbec>:0 
  at NzbDrone.Api.Config.NzbDroneConfigModule`1[TResource].SaveConfig (TResource resource) [0x00055] in <a143f823b36e4fc78dd5c66323c92b04>:0 
  at NzbDrone.Api.REST.RestModule`1[TResource].<set_UpdateResource>b__44_0 (System.Object options) [0x0000e] in <a143f823b36e4fc78dd5c66323c92b04>:0 
  at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object)
  at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <1d2d9d0dd65e4620a58118842d0cad7a>:0 

I found someone here with the same issue who looks to have more better logs: https://www.reddit.com/r/sonarr/comments/5acirk/settings_unable_to_save/

Thanks

There is a fix for this in the develop branch and should be getting this released to the main release this weekend. Sorry for the issue!

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