-
Notifications
You must be signed in to change notification settings - Fork 21
Troubleshoot
Arpan Sarkar edited this page Nov 19, 2024
·
1 revision
If you cannot access the Halberd UI:
- Check if port 8050 is already in use
- Use
netstat -ano | findstr 8050
(Windows) orlsof -i :8050
(Linux/Mac) - Modify the port in Halberd.py if needed
- Ensure no firewall rules are blocking localhost access
- Try using
localhost
instead of127.0.0.1
- Check if your browser can access other local web services
- Browser cache: Try clearing browser cache or using incognito mode
- Python environment: Ensure all dependencies are installed
- Process conflicts: Check for other running instances of Halberd
If you encounter issues accessing Halberd:
- Check the terminal output for error messages
- Visit the GitHub Issues page
- Ensure all prerequisites are met