2025-04-25T05:42:33.259Z ACTOR: Pulling Docker image of build ZTqtMjAbIfEniZRx6 from registry. 2025-04-25T05:42:33.366Z ACTOR: Creating Docker container. 2025-04-25T05:42:33.495Z ACTOR: Starting Docker container. 2025-04-25T05:42:35.710Z [apify] INFO Initializing Actor... 2025-04-25T05:42:35.714Z [apify] INFO System info ({"apify_sdk_version": "2.2.1", "apify_client_version": "1.9.0", "crawlee_version": "0.5.4", "python_version": "3.12.8", "os": "linux"}) 2025-04-25T05:42:35.911Z [apify] ERROR Actor failed with an exception 2025-04-25T05:42:35.914Z Traceback (most recent call last): 2025-04-25T05:42:35.916Z File "/usr/src/app/src/general_data_scraper.py", line 77, in _trigger_job 2025-04-25T05:42:35.918Z response.raise_for_status() 2025-04-25T05:42:35.921Z File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status 2025-04-25T05:42:35.923Z raise HTTPError(http_error_msg, response=self) 2025-04-25T05:42:35.925Z requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.datamagnet.co/api/v1/test/apify/trigger 2025-04-25T05:42:35.928Z 2025-04-25T05:42:35.930Z During handling of the above exception, another exception occurred: 2025-04-25T05:42:35.932Z 2025-04-25T05:42:35.934Z Traceback (most recent call last): 2025-04-25T05:42:35.937Z File "/usr/src/app/src/general_data_scraper.py", line 59, in run 2025-04-25T05:42:35.939Z self._trigger_job() 2025-04-25T05:42:35.942Z File "/usr/src/app/src/general_data_scraper.py", line 88, in _trigger_job 2025-04-25T05:42:35.944Z raise Exception(f"Failed to trigger job: {str(e)}") 2025-04-25T05:42:35.950Z Exception: Failed to trigger job: 400 Client Error: Bad Request for url: https://api.datamagnet.co/api/v1/test/apify/trigger 2025-04-25T05:42:35.952Z 2025-04-25T05:42:35.954Z During handling of the above exception, another exception occurred: 2025-04-25T05:42:35.956Z 2025-04-25T05:42:35.958Z Traceback (most recent call last): 2025-04-25T05:42:35.960Z File "/usr/src/app/src/main.py", line 41, in main 2025-04-25T05:42:35.962Z results = scraper.run() 2025-04-25T05:42:35.964Z ^^^^^^^^^^^^^ 2025-04-25T05:42:35.967Z File "/usr/src/app/src/general_data_scraper.py", line 64, in run 2025-04-25T05:42:35.968Z raise Exception(f"Scraping failed: {str(e)}") 2025-04-25T05:42:35.970Z Exception: Scraping failed: Failed to trigger job: 400 Client Error: Bad Request for url: https://api.datamagnet.co/api/v1/test/apify/trigger 2025-04-25T05:42:35.972Z [apify] INFO Exiting Actor ({"exit_code": 91})