We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
i have the same issue, do you have any progress
Sorry, something went wrong.
Hi @ppxu @Lily369
You should check if selectors (classess, ids, tags) exist on the page.
Suppose we want scrap a div with class .blog-title, but this class does not exist on page or anyhow it is wrong then it will always show error.
Also this error occurs when we try to scrap from SPA, because that time a simple axios request would not work.
No branches or pull requests
The text was updated successfully, but these errors were encountered: