Project
cortex
Description
When using an invalid CSS selector with --selector, the error message includes internal parser error types.
Error Message
Error: Invalid CSS selector: UnexpectedSelectorParseError(NoQualifiedNameInAttributeSelector(SquareBracketBlock))
Debug Logs
System Information
Windows 10/11
Version Tested: v0.1.1
Screenshots
No response
Steps to Reproduce
- Run
cortex scrape --selector "invalid[[[" https://example.com
Expected Behavior
Error: Invalid CSS selector syntax: unclosed bracket in "invalid[[["
Actual Behavior
Error: Invalid CSS selector: UnexpectedSelectorParseError(NoQualifiedNameInAttributeSelector(SquareBracketBlock))
Additional Context
No response
Project
cortex
Description
When using an invalid CSS selector with
--selector, the error message includes internal parser error types.Error Message
Debug Logs
System Information
Screenshots
No response
Steps to Reproduce
cortex scrape --selector "invalid[[[" https://example.comExpected Behavior
Actual Behavior
Additional Context
No response