tidyverse / rvest

Simple web scraping for R
https://rvest.tidyverse.org
Other
1.49k stars 343 forks source link

Chrome v128 - Error in with_random_port(): #421

Closed OlexiyPukhov closed 2 months ago

OlexiyPukhov commented 2 months ago

Similar problem that another user is experiencing with chromote:

https://github.com/rstudio/chromote/issues/170

The error that I get with sess <- read_html_live(some_link_here) is: Error in with_random_port(): ! Cannot find an available port. Please try again. Caused by error in startup(): ! Failed to start chrome. Error:

This is the same issue that the user in the linked thread has experienced. This is probably an issue with Chrome v128.

alireza5969 commented 2 months ago

My problem too.

OlexiyPukhov commented 2 months ago

The new update to chromote fixed the issue.