question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TweetDuck update fails when behind a proxy

See original GitHub issue

Hi,

TweetDuck fails to check any updates when behind a proxy.

Looking at the active sockets, I see the update client is not using the system’s default proxy.

TCP 192.168.X.X:60541 140.82.121.5:443 SYN_SENT

I’ve set my proxy in few ways:

  1. as environment variables named http_proxy and https_proxy.
https_proxy=http://proxy.fqdn:3129
http_proxy=http://proxy.fqdn:3129
  1. using netsh winhttp set proxy proxy.fqdn:3129 as a SYSTEM user (so it’s applied OS wide, not just the current user)
  2. the proxy is also automatically discoverable within my network

Here is the report below.

[17/06/2021 16:05:42]
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 140.82.121.5:443
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   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.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

[17/06/2021 16:06:18]
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 140.82.121.5:443
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   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.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

[17/06/2021 16:18:30]
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 140.82.121.5:443
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   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.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)

Thank you for looking into this issue.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chylexcommented, Dec 25, 2021

Found some issues in the test build, so I might as well include this in the major update while I’m fixing things.

0reactions
aureqcommented, Dec 25, 2021

Thanks a lot for this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TweetDeck Not Working: How To Fix It ASAP
The most common reason behind your inability to access TweetDeck may be a server outage, glitch, maintenance update, or a server being down....
Read more >
Are you a Blue subscriber but TweetDeck not working for ...
Update the PC app; Check your network connection; Disable VPN or proxy services; Reach out to Twitter support. Check for server outages or ......
Read more >
Troubleshooting Cards | Docs | Twitter Developer Platform
I get the message, "Failed to get a proxied URL for the image." (or an image is not shown) ... I updated my...
Read more >
Google Chrome doesn't want to access Facebook
I'm behind a corporate proxy. The problem can be solved temporary by a chrome restart, a clear of facebook cookies or if I...
Read more >
Chocolatey Software | TweetDuck 1.25.4
Version Downloads Last Updated Status TweetDuck 1.25.4 42 Wednesday, July 19, 2023 Approved TweetDuck 1.25.3 86 Saturday, March 11, 2023 Approved TweetDuck 1.25.2 81 Monday, December...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found