79467845

Date: 2025-02-25 20:56:32
Score: 0.5
Natty:
Report link

The error occurs because wait_for config paramenter is interpreted incorrectly. According to the error, it should not be integer but string. According to the Crawl4AI docs, wait_for should be a CSS selector or a JavaScript expression. So you can modify your script to use wait_for="css:#dataset-resources" (which seems to be the container for the dataset download links).

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sannis