tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.23k stars 1.47k forks source link

You may have encountered a bug in the Ruby interpreter or extension libraries. #297

Closed dronmaxman closed 6 years ago

dronmaxman commented 6 years ago

ruby 2.3.3p222 debian 9.1 https://github.com/centosadmin/redmine_telegram_common bundle exec rake telegram_common:bot

I want to use module with redmine plugin, when start plugin I have got error (see log file).

You may have encountered a bug in the Ruby interpreter or extension libraries. tdlib_1.log

levlam commented 6 years ago

You need to specify correct api_id (integer) and api_hash (string) in setTdlibParameters request. They can be obtained at https://my.telegram.org.

dronmaxman commented 6 years ago

Thanks to all. I found a problem - two factor authentication in telegram.