runtime error

Exit code: 1. Reason: ๐Ÿ“ฅ Initializing Hardened Engine... Traceback (most recent call last): File "/app/app.py", line 66, in <module> engine = ProIntelligenceEngine() File "/app/app.py", line 26, in __init__ p_raw = pitching_stats(2015, 2025, ind=1) File "/usr/local/lib/python3.13/site-packages/pybaseball/cache/cache.py", line 58, in _cached result = func(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/pybaseball/datasources/fangraphs.py", line 203, in fetch return super().fetch(*args, **kwargs) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/pybaseball/datasources/fangraphs.py", line 154, in fetch self.html_accessor.get_tabular_data_from_options( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ self.QUERY_ENDPOINT, ^^^^^^^^^^^^^^^^^^^^ ...<5 lines>... row_id_name=self.ROW_ID_NAME, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/pybaseball/datasources/html_table_processor.py", line 90, in get_tabular_data_from_options return self.get_tabular_data_from_url( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ base_url, ^^^^^^^^^ ...<4 lines>... row_id_name=row_id_name, ^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/pybaseball/datasources/html_table_processor.py", line 74, in get_tabular_data_from_url raise requests.exceptions.HTTPError( f"Error accessing '{self.root_url + url}'. Received status code {response.status_code}" ) requests.exceptions.HTTPError: Error accessing 'https://www.fangraphs.com/leaders-legacy.aspx'. Received status code 403

Container logs:

Fetching error logs...