Unable to check for updates or add new series

I am currently unable to check for updates - or get episodes for new shows that I add to the sonarr it adds the show but downloads no images or episode lists.

My log files are full of errors like this.

Failed to Update Scene Mappings:: Unable to connect to the remote server

System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 142.4.222.131:80
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
— End of inner exception stack trace —
at System.Net.HttpWebRequest.GetResponse()
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 85
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 160
at NzbDrone.Core.DataAugmentation.Scene.SceneMappingProxy.Fetch() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\DataAugmentation\Scene\SceneMappingProxy.cs:line 26
at NzbDrone.Core.DataAugmentation.Scene.ServicesProvider.GetSceneMappings() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\DataAugmentation\Scene\ServicesProvider.cs:line 16
at NzbDrone.Core.DataAugmentation.Scene.SceneMappingService.UpdateMappings() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\DataAugmentation\Scene\SceneMappingService.cs:line 109

I am running: 2.0.0.2850 on the dev branch.