-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using any IP dosen't work, spits out either ERR_CONNECTION_TIMED_OUT or ERR_CONNECTION_REFUSED. #177
Comments
have you tried 127.0.0.1? |
that did not work |
then it's most likely an issue on your end, it works for me |
if it does, what port did you put? |
i used 80, but on some platforms yt2009 might not launch with it (on windows it should be fine) |
using win 10. do you have any idea or something on how to fix this? |
Still no help.. |
You might want to try using WSL or host on the cloud |
please don't spread misinformation, all development is done on Windows, so it is in fact supported. @JoshKellyIsLying you may have some program blocking port 80. if no other ports work, maybe some windows firewall thing? if you get any errors while starting up, sending them here would probably give a lead on what's going on |
I get this error when i run yt2009 after-setup: |
nothing else? maybe something up with your firewall settings then? try a different port |
i've tried 8080 before, tat didnt work |
i remember also putting the firewall settings to be public net instead of private but i don't really know |
could as well be that, you can always change those in windows firewall advanced settings, changing both inbound and outbound rules for nodejs |
it's still worth updating your code or the library you're using to use alternatives to the |
Try to find out what process 127.0.0.1 is using I will provide a PowerShell command Get-Process -Id (Get-NetTCPConnection -LocalPort 80).OwningProcess Provide what you are seeing in PowerShell so we can see what to do next. |
the |
i did this and nothing happened |
If nothing has happened, then 127.0.0.1 is not occupied by any program. |
Are there no alternatives? |
I've finally installed it correctly but when i try to use the IP i used it dosen't work and gives one of the errors on the title. I've tried MINE, I've tried LOCAL ones, heck, even random ones but NOTHING works.
The text was updated successfully, but these errors were encountered: