runtime error
Exit code: 1. Reason: 2025-02-18 18:01:17,632 - INFO - Fetching static data from https://fantasy.premierleague.com/api/bootstrap-static/ 2025-02-18 18:01:17,684 - ERROR - Failed to fetch static data. Status code: 403 Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from nlp_utils import process_query File "/home/user/app/nlp_utils.py", line 9, in <module> teams = fpl_client.get_teams() File "/home/user/app/fpl_client.py", line 35, in get_teams teams = self.data.get('teams', []) AttributeError: 'NoneType' object has no attribute 'get'
Container logs:
Fetching error logs...