gabceb / atom-web-view

Package to open a web browser inside Atom
MIT License
52 stars 8 forks source link

Cannot get 0.0.0.0:3000 url #10

Closed mrded closed 10 years ago

mrded commented 10 years ago

localhost:3000 opens fine, but 0.0.0.0 is not.

davidwparker commented 10 years ago

I wasn't even able to load localhost:3000 Atom 1.107.0

v3ss0n commented 10 years ago

Not working anywhere and this project seems to be abandoned.

gabceb commented 10 years ago

The reason why it does not work is because 0.0.0.0 is not a valid IP address. You can read more at Is 0.0.0.0 a valid IP address?.

Use localhost or 127.0.0.1 instead

davidwparker commented 10 years ago

@gabceb - maybe you missed where it wasn't working on localhost either...

gabceb commented 10 years ago

@davidwparker have you tried the latest version. I will try tomorrow but Im pretty it was working with the new changes.

davidwparker commented 10 years ago

@gabceb - cool- it kind of works. It loads localhost, but there are a few other bugs. Want me to create new issues for those? localhost takes on atom's theme for colors / WebGL doesn't work.

gabceb commented 10 years ago

Sure. You can open them and I will take a look