cta-wave / dpctf-test-runner

Repo for the DPCTF Test Runner
Other
0 stars 3 forks source link

running TR from PC browser returns "this site can't be reached" #59

Closed gitwjr closed 1 month ago

gitwjr commented 1 month ago

@louaybassbouss @jpiesing I added my IP address to the config.json after installing the TR in the virtual environment directory. When I run http://10.0.0.125:8000/_wave/finish.htm in a browser I get "this site refused to connect". If I change the config.json to use "localhost" the the test configuration page runs. When I run a test it shows it is running but no tests are actually run. The tab that would show the video running says "This site can’t be reached10.0.0.125 refused to connect."

Any suggestions? It seems that the TR can't connect to my PC's local IP address when it is entered into config.json but it can connect to localhost. It seems something is misconfigured with my network or in the host file. I can ping it, it shows up in ipconfig, etc. so the IP address appears to be correct.

gitwjr commented 1 month ago

Restarted the env and docker this am and ran using localhost in browser. It is now running. Seems stopping and restarting ubuntu and/or env/docker is necessary. I was editing the config.json, trying it out, receiving the refuse to connect, changing the host override, and trying again without stopping/restarting. Moving onto recordings and then OF.
Closing this issue.