How do I get the Mocha example to work #845
Answered
by
mefellows
theGhostJW
asked this question in
Q&A
|
Hi, When I run Looks like I am not getting a connection to the mock server. I have also tried just coping the directory without modification and running What else do I need to do to make this work? Thanks in advance to anyone who can help. Initially posted on stackoverflow |
Answered by
mefellows
Mar 23, 2022
Replies: 2 comments 3 replies
|
It looks like it could be an ipv6 issue. Could you please try binding explicitly to an address (not a hostname). e.g. 127.0.0.1 |
2 replies
Answer selected by
theGhostJW
|
I just ran your repository locally and got this Could you please set log level to debug and share the output? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like it could be an ipv6 issue. Could you please try binding explicitly to an address (not a hostname).
e.g. 127.0.0.1