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
I am running arsenic within docker with chromedriver, but it complains:
docker@75fbccca7ba8:/docs$ python test.py 0 2
Starting ChromeDriver 91.0.4472.19 (1bf021f248676a0b2ab3ee0561d83a59e424c23e-refs/branch-heads/4472@{#288}) on port 53603
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1623448645.578][SEVERE]: bind() failed: Cannot assign requested address (99)
ChromeDriver was started successfully.
I tried to read https://bugs.chromium.org/p/chromedriver/issues/detail?id=780 but I can't be sure if they mean --whitelisted-ips="" verbatim or --whitelisted-ips="" typed in the shell which ought to result in --whitelisted-ips= passed to chromedriver.
Also, that ticket is 6 years old, things could have changed.
May I suggest that you try starting chromedriver manually, from another terminal with different values for this flag to see what may actually work?
I am running arsenic within docker with chromedriver, but it complains:
my code looks like this:
But that doesn't work. Is there a way we can configure the --whitelisted-ips option for the Chromedrive via code?
The text was updated successfully, but these errors were encountered: