Open Issues Need Help
View All on GitHub requests.exceptions.HTTPError when searching for nonexistent ign about 5 hours ago
AI Summary: When a user searches for a player with a non-existent in-game name (IGN), the application currently throws a `requests.exceptions.HTTPError` (404 Not Found) from the backend API. This unhandled exception results in a Flask error page being displayed. The system should instead gracefully handle this 'player not found' scenario, providing a user-friendly message.
Complexity:
2/5
bug good first issue