-
Notifications
You must be signed in to change notification settings - Fork 172
Troubleshooting
If you have an issue, check here before opening an issue. This page will also contain issue standards.
- This likely means that Vector is not running escape pod firmware like he should be. He authenticated with the official servers. Follow the first section of the installation steps again, and make sure he actually gets to recovery mode. His face will show either "anki.com/v" or "ddl.io/v" if he is in recovery mode.
Vector has working commands, and is communicating with wire-pod, but isn't showing up as a bot in "Bot Settings".
- Follow the last section of the installation guide. You need to go back to the vector-wirepod-setup page and finish authentication. You don't only use the site once.
- This error appears on the vector-wirepod-setup page when the bot reports an error communicating with wire-pod. This is a common error and many things could be causing it.
- If you are very stuck and have tried every step in this section, consider joining the Discord and posting in the #wirepod-help channel.
-
Make sure you don't have an official escape pod running, or any other device with the hostname
escapepod
. -
Make sure you are using the latest version of wire-pod. If you are using a prepackaged application (WirePod), download the latest version from the releases page.
-
escapepod.local
must resolve to your wire-pod instance. You can check this by opening a browser on another device on the same network and going to http://escapepod.local:8080 -
Restart your Vector and the device running wire-pod a few times. mDNS can be finnicky.
-
Try toggling some router settings. Google your router model and figure out how to get to the configuration page. Look for settings related to "UPnP", "Multicast", "Zeroconf" (Zero Config), and/or "mDNS" and make sure they are turned on. Also try finding "AP Isolation" and make sure that is turned off.
-
Wait a minute or so and try again. mDNS broadcasts every 60 seconds, you might just need to wait for that.
-
Ensure any firewalls are disabled or are allowing traffic between wire-pod and Vector.
-
If you are running wire-pod on Linux, try:
sudo hostnamectl set-hostname escapepod
sudo systemctl restart avahi-daemon
-
If you have an issue apart from these, feel free to open an issue. Note that I do not follow Discussions.
-
If you are facing an issue, an issue MUST contain the following:
- A detailed description of what you are facing. I will not accept just an "it doesn't work".
- Hardware details. For instance, if you are running wire-pod on a Raspberry Pi 4, include that.
- What steps have you tried, if any?
- What software version is Vector on? Include the entire version string. You can see this by going to the CCIS screen.
-
Feature requests should also be done via issues. That can be done however you want at the moment.