28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Frequently Asked Questions
|
|
> Why is it saying "Cannot connect to host"?
|
|
|
|
Here are some common issues:
|
|
- You don't have a Lavalink node installed
|
|
- You have a Lavalink node, but it's not configured properly
|
|
- You have a Lavalink node and it's configured properly, but is unreachable due to firewall rules or a malformed network configuration.
|
|
|
|
If you are experiencing the first issue, you can download Lavalink [here.](https://github.com/freyacodes/Lavalink/releases/latest)
|
|
|
|
As for the other listed issues, either consult the Lavalink docs or go through the proper support channels for your specfic issue at hand.
|
|
|
|
For any other issues not listed here, please consult your preferred resource for more information.
|
|
|
|
> What experience do I need?
|
|
|
|
This library assumes that you have some experience with Python, asynchronous programming and the discord.py library.
|
|
|
|
> How do I install Pomice?
|
|
|
|
Refer to the [Installation](installation.md) section.
|
|
|
|
> How do I use Pomice?
|
|
|
|
If you are interested in learning how Pomice works, refer to the [API Reference](api/index.md) section.
|
|
|
|
If you want a quick example, refer to the [Quickstart](quickstart.md) section.
|