Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TangentFoxy opened this issue Feb 6, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@TangentFoxy
Copy link

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 TangentFoxy added the bug Something isn't working label Feb 6, 2025
@TangentFoxy
Copy link
Author

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
Copy link
Author

Related #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant