runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/sqlalchemy/sql/base.py", line 1617, in __getattr__ return self._index[key][1] KeyError: '_data' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from GoogleScraper import scrape_with_config, GoogleSearchError File "/usr/local/lib/python3.10/site-packages/GoogleScraper/__init__.py", line 20, in <module> from GoogleScraper.core import scrape_with_config File "/usr/local/lib/python3.10/site-packages/GoogleScraper/core.py", line 14, in <module> from GoogleScraper.caching import CacheManager File "/usr/local/lib/python3.10/site-packages/GoogleScraper/caching.py", line 12, in <module> from GoogleScraper.output_converter import store_serp_result File "/usr/local/lib/python3.10/site-packages/GoogleScraper/output_converter.py", line 19, in <module> csv_fieldnames = sorted(set(Link.__table__.columns._data.keys() + SERP.__table__.columns._data.keys()) - {'id', 'serp_id'}) File "/usr/local/lib/python3.10/site-packages/sqlalchemy/sql/base.py", line 1619, in __getattr__ raise AttributeError(key) from err AttributeError: _data

Container logs:

Fetching error logs...