telegram-client icon indicating copy to clipboard operation
telegram-client copied to clipboard

Unable to connect to telegram

Open tarun-grid opened this issue 1 year ago • 1 comments

I am trying to run client_async.rs present at path and followed the version matrix as described here, still I am facing issues. for

telegram-client = "0.8.1" rtdlib = { version = "0.8.1", features = [ "sys" ] } getting UPDATE_APP_TO_LOGIN error

telegram-client = "0.8.0" rtdlib = { version = "0.8.1", features = [ "sys" ] } getting UPDATE_APP_TO_LOGIN error

telegram-client = "1.8.0" rtdlib = { version = "1.8.0", features = [ "sys" ] } getting Valid api_id must be provided. error

telegram-client = "1.8.1" rtdlib = { version = "1.8.1", features = [ "sys" ] } getting Valid api_id must be provided. error

Please suggest some solution

I am using apple mac M2 and M1 chips

tarun-grid avatar Dec 18 '24 08:12 tarun-grid

It should be this issue: https://github.com/fewensa/rtdlib/issues/8

Dima-369 avatar May 19 '25 08:05 Dima-369