Skip to content
This repository has been archived by the owner on Mar 10, 2018. It is now read-only.
Viktor Borisov edited this page Feb 1, 2018 · 5 revisions

I get a xxxMigrationException or a MIGRATE_X error!

TelegramClient library should automatically handle these errors. If you see such errors, please open a new Github issue with the details (include a stacktrace, etc.).

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.-

You should create a Telegram session. See configuration guide

Why do I get a FloodException/FLOOD_WAIT error?

It's likely Telegram restrictions, or a bug in TelegramClient (if you feel it's the latter, please open a Github issue). You can know the time to wait by accessing the FloodException::TimeToWait property.

Why does TelegramClient lacks feature XXXX?

  1. See supported methods. If the status is "planned", the function will be developed.
  2. You can be a contributor or a sponsor to speed-up developemnt of any feature.