18 lines
370 B
Markdown
18 lines
370 B
Markdown
# Troubleshooting
|
||
|
||
If something isn’t working, rerun with debug logging enabled:
|
||
|
||
```sh
|
||
takopi --debug
|
||
```
|
||
|
||
Then check `debug.log` for errors and include it when reporting issues.
|
||
|
||
You can also run a preflight check:
|
||
|
||
```sh
|
||
takopi doctor
|
||
```
|
||
|
||
This validates your Telegram token, chat id, topics setup, file transfer permissions, and voice transcription configuration.
|