Pushbullet - Name resolution error

Currently unable to setup Pushbullet and receiving the following error:

Message
Unable to send test message: Error: NameResolutionFailure: Error: NameResolutionFailure

Exception
System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0 
  at System.Net.HttpWebRequest.GetRequestStream () [0x00000] in <filename unknown>:0 
  at RestSharp.Http.WriteRequestBody (System.Net.HttpWebRequest webRequest) [0x00000] in <filename unknown>:0 
  at RestSharp.Http.PostPutInternal (System.String method) [0x00000] in <filename unknown>:0 
  at RestSharp.Http.AsPost (System.String httpMethod) [0x00000] in <filename unknown>:0 
  at RestSharp.RestClient.DoExecuteAsPost (IHttp http, System.String method) [0x00000] in <filename unknown>:0 
  at RestSharp.RestClient.Execute (IRestRequest request, System.String httpMethod, System.Func`3 getResponse) [0x00000] in <filename unknown>:0 

Wondering if I can get a bit more information than this that might allow me to confirm if it is a DNS issue on my local network or if there is any known issue/fix.

It looks like a DNS issue, can you ping it from the machine running Sonarr?

1 Like

Yep was a DNS issue on my end, all fixed now. Basically changed the subnet of my home network and forgot to update the DNS Server address that DHCP was sending out to clients. It technically impacted my entire network yet for somehow I avoided noticing any issues prior to this problem. Thanks for the help :smile: