You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading URIs from standard input, crawler-add should silently skip blank lines. Currently it attempts (but fails) to add an empty URI instead:
crawler-add: Error: %ANANSI-E-5004: failed to derive root from URI <>
crawler-add: Error: %ANANSI-E-2002: failed to add URI to crawl queue <> at stdin:35
The text was updated successfully, but these errors were encountered:
When reading URIs from standard input,
crawler-add
should silently skip blank lines. Currently it attempts (but fails) to add an empty URI instead:The text was updated successfully, but these errors were encountered: