Skip to content

Troubleshoot

Arpan Sarkar edited this page Nov 19, 2024 · 1 revision

If you cannot access the Halberd UI:

Port Conflict

  • Check if port 8050 is already in use
  • Use netstat -ano | findstr 8050 (Windows) or lsof -i :8050 (Linux/Mac)
  • Modify the port in Halberd.py if needed

Network Access

  • Ensure no firewall rules are blocking localhost access
  • Try using localhost instead of 127.0.0.1
  • Check if your browser can access other local web services

Common Issues

  • 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

Getting Help

If you encounter issues accessing Halberd:

  1. Check the terminal output for error messages
  2. Visit the GitHub Issues page
  3. Ensure all prerequisites are met