mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Update README.md
This commit is contained in:
parent
a4bfe5216c
commit
f0ecfdd36a
11
README.md
11
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue