Skip to content

docker-compose question - Content fetcher 'html_webdriver' did not respond - [Errno -2] Name or service not known #189

Answered by dgtlmoon
conor-f asked this question in Q&A
Discussion options

You must be logged in to vote

So here the answer... when I ran set in the container I saw

$ set
WEBDRIVER_URL='"http://browser-chrome-test:4444/wd/hub"'

so it means the Yaml config is broken..

      environment:
-        - WEBDRIVER_URL="http://browser-chrome:4444/wd/hub"
+        - WEBDRIVER_URL=http://browser-chrome-test:4444/wd/hub

The answer is... remove the "'s from the environment: string :) see b99957f

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@conor-f
Comment options

Comment options

You must be logged in to vote
2 replies
@conor-f
Comment options

@dgtlmoon
Comment options

Comment options

You must be logged in to vote
1 reply
@conor-f
Comment options

Answer selected by dgtlmoon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #188 on August 18, 2021 10:28.