TLSharp icon indicating copy to clipboard operation
TLSharp copied to clipboard

Telegram server replied requesting a migration to DataCenter 4 when this connection was already using this DataCenter

Open mostafahk opened this issue 5 years ago • 3 comments

I got this error and worked on it about 10 Hours. I fixed problem by capturing IP address of DC4 and change server IP to it. DC

System.Net.Sockets.TcpClient GetClientTcp(string a, int p) { return new System.Net.Sockets.TcpClient("149.154.167.92", 443); }

mostafahk avatar Apr 17 '19 12:04 mostafahk

Can you create a PullRequest with your fix please? Thanks

knocte avatar Apr 17 '19 13:04 knocte

OK As soon as possible.

mostafahk avatar Apr 17 '19 13:04 mostafahk

I got this error and worked on it about 10 Hours. I fixed problem by capturing IP address of DC4 and change server IP to it. DC

System.Net.Sockets.TcpClient GetClientTcp(string a, int p) { return new System.Net.Sockets.TcpClient("149.154.167.92", 443); }

I have this issue even today.

Could you please submit your PR?

amirvenus avatar Jun 06 '21 02:06 amirvenus