UTDNebula / api-tools

CLI-based tool which facilitates the scraping, parsing, and uploading of data for Nebula Labs' API.
MIT License
5 stars 13 forks source link

Diagnose and fix/suppress chromedp errors #36

Open jpahm opened 2 weeks ago

jpahm commented 2 weeks ago

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:

sreenidhi-gs commented 1 week ago

Hello! This is my first task and I would love to try and fix this issue.

jpahm commented 1 week ago

Hello! This is my first task and I would love to try and fix this issue.

Sounds great, it's all yours!