From f0ecfdd36a5f18f9d402312c81da6622a582b031 Mon Sep 17 00:00:00 2001 From: Ilya Pirozhenko Date: Thu, 1 Oct 2015 10:52:40 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d080873..6c9161b 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,16 @@ You can contribute! If you have any questions don't afraid to ask! # FAQ -#### I get an error MIGRATE_XX? +#### I get an error MIGRATE_X? -You should change the telegram server address to XX. XX server address you can get from InitResponse. Address should be changed in [this file](https://github.com/sochix/TLSharp/blob/master/TLSharp.Core/Network/TcpTransport.cs) +You should change the telegram server address to X. X server address you can get from InitResponse or from Server addresses list. Address should be changed in [this file](https://github.com/sochix/TLSharp/blob/master/TLSharp.Core/Network/TcpTransport.cs) + +**Server addresses:** +* Server 1: 149.154.175.50:443 +* Server 2: 149.154.167.51:443 +* Server 3: 149.154.175.100:443 +* Server 4: 149.154.167.91:443 +* Server 5: 91.108.56.165:443 #### I get an exception: System.IO.EndOfStreamException: Unable to read beyond the end of the stream. All test methos except that AuthenticationWorks and TestConnection return same error. I did every thing including setting api id and hash, and setting server address.