mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 23:48:43 +00:00
1.1 KiB
1.1 KiB
Troubleshooting
This page collects common issues encountered when hosting or accessing flyers.
Tor connectivity
- Ensure Tor is allowed through your firewall. On systems using
ufwyou may need to runsudo ufw allow tor. - Some networks block Tor entirely. If you cannot reach onion services, try connecting over a different network or use a Tor bridge.
Firewall rules
- If
voxvera servefails to start OnionShare, verify that outbound connections on ports 9001 and 80 are permitted. - Corporate or university firewalls can block the hidden service ports required by Tor.
SELinux
- On SELinux-enabled distributions you may see
permission deniederrors when OnionShare writes to thehostdirectory. - Run
sudo chcon -Rt svirt_sandbox_file_t hostor disable SELinux enforcement for the folder.
If problems persist, consult the OnionShare and Tor documentation for more advanced configuration tips.
Electron GUI
If npm start fails with spawn voxvera ENOENT, the voxvera command is not in your PATH. Install it with pipx install voxvera or run ./install.sh from the repository.