Skip to content
New issue

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

Diagnose and fix/suppress chromedp errors #36

Open
2 tasks
jpahm opened this issue Oct 16, 2024 · 2 comments
Open
2 tasks

Diagnose and fix/suppress chromedp errors #36

jpahm opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
L1 A task suitable for someone who is comfortable helping with basic issues.

Comments

@jpahm
Copy link
Contributor

jpahm commented 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.:

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
@jpahm jpahm added the L1 A task suitable for someone who is comfortable helping with basic issues. label Oct 16, 2024
@sreenidhi-gs
Copy link

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

@jpahm
Copy link
Contributor Author

jpahm commented Oct 24, 2024

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

Sounds great, it's all yours!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1 A task suitable for someone who is comfortable helping with basic issues.
Projects
None yet
Development

No branches or pull requests

2 participants