not connecting
See original GitHub issueconst Browser = require('zombie');
const browser = new Browser();
Browser.localhost('http:/www.google.com',3000);
browser.debug();
browser.visit('/');
Sat, 09 Apr 2016 15:11:51 GMT zombie Opened window http://localhost/
Sat, 09 Apr 2016 15:11:51 GMT zombie Resource error Error: connect ECONNREFUSED 127.0.0.1:80
at Object.exports._errnoException (util.js:870:11)
at exports._exceptionWithHostPort (util.js:893:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1057:14)
Sat, 09 Apr 2016 15:11:51 GMT zombie TypeError: connect ECONNREFUSED 127.0.0.1:80
$ node --version
v4.4.0
What am i doing wrong here? Its also ignoring the port 3000;
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Fix internet connection problems on Android devices
If you can't access the Internet on your Android device, either through an app or a website, try these troubleshooting steps. Signs of...
Read more >No Internet Connection? How to Troubleshoot Internet Issues
Is your Wi-Fi connected but you still aren't getting internet? We've put together a guide to help you troubleshoot your network and get...
Read more >Fix Wi-Fi connection issues in Windows - Microsoft Support
Try these things first to help you fix or narrow down the connection problem. Make sure Wi‑Fi is turned on. Select the "No...
Read more >Can't Connect to Internet? How to Troubleshoot - Electric AI
Can't Connect to Internet? Here's 9 Ways to Troubleshoot · 1. Check for Physical Connectivity Issues · 2. Restart the Router · 3....
Read more >13 Tips to Troubleshoot Your Internet Connection | PCMag
If your computer's having problems, see if your tablet or someone else's laptop can connect to the internet. If the problem only happens...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seeing almost the same error
Gives me
TypeError: connect ECONNREFUSED 127.0.0.1:3000
Replicated as well:
application running:
run the default example test but used my app’s
localhost:3000
address:same error:
Environment: