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
Currently in the process of scraping, chromedp will log various errors that don't seem to have any actual negative impact on the scraping process, i.e.:
ERROR: could not unmarshal event: unknown ClientNavigationReason value: initialFrameNavigation
and other, similar errors. These errors clutter the logs and should either be fixed or suppressed.
This issue involves performing two tasks:
Identify the cause of the errors -- particularly, whether they're due to an error on our part or a problem with chromedp itself
Fix or suppress the errors accordingly
The text was updated successfully, but these errors were encountered:
jpahm
added
the
L1
A task suitable for someone who is comfortable helping with basic issues.
label
Oct 16, 2024
Currently in the process of scraping, chromedp will log various errors that don't seem to have any actual negative impact on the scraping process, i.e.:
and other, similar errors. These errors clutter the logs and should either be fixed or suppressed.
This issue involves performing two tasks:
The text was updated successfully, but these errors were encountered: