yonicd
yonicd
I found the same frustrating error. It is something in the guts of RSelenium. After a a few days of futzing with it I finished up a long open PR...
i think you are trying to do something similar to this: https://twitter.com/yoniceedee/status/1056587571042705410 the flow i envisioned in the past was to reun code in reprex with an r venue and...
Thank you for opening this issue. This is an issue related to RSelenium, see Issue https://github.com/yonicd/carbonate/issues/19. I would suggest trying [carbonace](https://github.com/yonicd/carbonace) which doesn’t depend on a webdriver to generate images.
Thanks for opening this issue! `_mrgconfig.yml file` is a bad copy paste from another template. that should be [carbon.yml](https://yonicd.github.io/carbonate/index.html#personal-configuration) if you have one.
This is the culprit. https://github.com/yonicd/carbonate/blob/master/R/selenium_functions.R#L44 @colinfay is there a way to find an open port?
this commit https://github.com/yonicd/carbonate/commit/bb0fd559330df28f849edd9b09fd3c935e13ad36 should solve the issue. ht to @dpastoor for pointing to how {fiery} finds a port. in practice the user wont feel the change, but there is now...
Is there a way to release unused ports along same lines of gc()? Or does that happen anyways with RSelenium/wdman?
thanks for the feedback. i'll try again :) interesting though that you are landing on unavailable ports that are chosen at random
i thought it may be the reperex envir ... but it's not ``` r library(carbonate) x Set via '~/carbon.yml' #> palette: #> - 171.0 #> - 175.0 #> - 195.0...
i see that wdman is 0.2.4 for you, i am using 0.2.5. RSelenium is 1.7.5 for you, i am using 1.7.7. sessioninfo ```r package * version date lib source askpass...