teldrive icon indicating copy to clipboard operation
teldrive copied to clipboard

[Bug]: Documentation doesn't fully specify what needs to be in config.toml

Open TangentFoxy opened this issue 11 months ago • 2 comments

Describe the bug

When running after following Usage instructions, the following error occurs:

Error: required flag(s) "tg-app-hash", "tg-app-id" not set

Apparently, I need to have something like this in config.toml?

[tg]
app-id = "something"
app-hash = "something else"

Nothing in the docs specifies what these values are or where to get them from. Even the example config.toml doesn't include these.

Repoduction

.

Expected behavior

.

Version

latest

Which Platform are you using?

Linux

Additional context

No response

TangentFoxy avatar Feb 06 '25 21:02 TangentFoxy

An old version of the docs specified that these are the API ID and API HASH for your Telegram account, which are just misnamed here. They can be accessed from my.telegram.org

TangentFoxy avatar Feb 06 '25 22:02 TangentFoxy

Related #37

TangentFoxy avatar Feb 06 '25 22:02 TangentFoxy