# Common Issues

### “The webhook for this channel could not be found” <a href="#no-webhook" id="no-webhook"></a>

This means Tippy was not able to create a [webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) for the output channel. When this happens, make sure Tippy has the correct permissions for the output channel.

![](/files/6F73U5snGONL6XuwKyue)

Once this is set, run the setup command again (`*confessionsetup`). Then click the 📤 output channel button, and mention your output channel. This should reconfigure the webhook and solve your issue!&#x20;

### “Confessions are not enabled” <a href="#not-enabled" id="not-enabled"></a>

This simply means you have not fully enabled confessions yet. To fix this, run the setup command (`*confessionsetup`) and press the 🔄 button to turn them on! Make sure the setting reads "Currently: Enabled"

### “No output channel was found” <a href="#no-output" id="no-output"></a>

This means the output channel in the setup has not been properly configured yet. To fix this issue, run the setup command (`*confessionsetup`) and press the 📤 button. Then mention a channel you want to use as output channel.

### “The output channel seems to have been deleted” <a href="#output-deleted" id="output-deleted"></a>

This means the output channel was previously correctly configured, but afterwards, Tippy lost access to the output channel. Most likely this means the channel has been deleted. To fix this, run the setup command (`*confessionsetup`) and press the 📤 button. Then mention a channel you want to use as the new output channel.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tippy.cafe/modules/confessions/common-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
