Can not access web interface

Downloads are still running and drone is still processing, however, this is what appears in the log fle when you try to hit the web interface.

System.Net.WebException: An error occurred performing a WebClient request. —> System.ObjectDisposedException: The object was used after being disposed.
at System.Net.WebConnection.EndWrite2 (System.Net.HttpWebRequest request, IAsyncResult result) [0x00000] in :0
at System.Net.WebConnectionStream.WriteRequestAsyncCB (IAsyncResult r) [0x00000] in :0
— End of inner exception stack trace —
at System.Net.WebClient.UploadData (System.Uri address, System.String method, System.Byte[] data) [0x00000] in :0
at System.Net.WebClient.UploadData (System.String address, System.String method, System.Byte[] data) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.Net.WebClient:UploadData (string,string,byte[])
at NzbDrone.Common.Http.HttpProvider.PostCommand (System.String address, System.String username, System.String password, System.String command) [0x00000] in :0
at NzbDrone.Core.Notifications.Xbmc.JsonApiProvider.Notify (NzbDrone.Core.Notifications.Xbmc.XbmcSettings settings, System.String title, System.String message) [0x00000] in :0
at NzbDrone.Core.Notifications.Xbmc.XbmcService.Notify (NzbDrone.Core.Notifications.Xbmc.XbmcSettings settings, System.String title, System.String message) [0x00000] in :0
at NzbDrone.Core.Notifications.Xbmc.Xbmc.OnDownload (NzbDrone.Core.Notifications.DownloadMessage message) [0x00000] in :0
at NzbDrone.Core.Notifications.NotificationService.Handle (NzbDrone.Core.MediaFiles.Events.EpisodeDownloadedEvent message) [0x00000] in :0

Thats a connection with XBMC failing, it doesn’t have anything to do with drone’s WebUI.

What error do you see in your browser when trying to access the WebUI?

Got it.

No error displayed because the webui wont load

tried restarting drone, rebooting computer.

Eventually just did apt-get remove then apt-get install and it all works again.