Errors after NZBGet 17.0 upgrade

Sonarr version (exact version): 2.0.0.4230
Mono version (if Sonarr is not running on Windows): 4.4.2 (Stable 4.4.2.11/f72fe45 Fri Jul 29 09:58:49 UTC 2016
OS: Debian 8
((Debug logs)) (posted to hastebin or similar):
Description of issue: After upgrading NZBGet to v17.0 I get the errors in the log, any ideas on how to fix it?

Unable to retrieve queue and history items from NZBGet: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.

System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.NetworkStream'.
  at System.Net.WebConnectionStream.EndWrite (IAsyncResult r) <0x40e241e0 + 0x0039f> in <filename unknown>:0 
  at System.Net.WebConnectionStream.Write (System.Byte[] buffer, Int32 offset, Int32 size) <0x40e22940 + 0x000bb> in <filename unknown>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000ca] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:51 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0003c] in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:33

Did you also upgrade mono to 4.4.2? Mono 4.4.1 and 4.4.2 both have a bug that causes that.

Thanks for the reply.

Yes, my mono version is 4.4.2.

So, nothing to do than wait for the next mono release?

Also, is the error important - does it keep Sonarr from working properly?

You could also downgrade to mono 4.2 if its available for your system.

It will cause issues, either getting queue/history from NZBGet or could also cause issues when sending an NZB to NZBGet.

I have downgraded mono to 4.2.4.4 for now, thanks.

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