Skip to content
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

"This site can't be reached" #19

Closed
thundergolfer opened this issue Apr 22, 2016 · 12 comments
Closed

"This site can't be reached" #19

thundergolfer opened this issue Apr 22, 2016 · 12 comments

Comments

@thundergolfer
Copy link

pip install worked correctly and command line indicates server is running:

running on http://0.0.0.0:500/ (Press CTRL+C to quit)

However when the browser tab opens you get a "This site can't be reached error".

@hfaran
Copy link
Owner

hfaran commented Apr 22, 2016

Are you on Windows? If so, try localhost instead of 0.0.0.0

@hfaran
Copy link
Owner

hfaran commented Apr 22, 2016

Yeah, I'm going to guess that's the case; I'll make the default host localhost to be more Windows-friendly. Serving on all interfaces is probably a bad idea by default anyways.

@hfaran hfaran closed this as completed in 9b9dc93 Apr 22, 2016
@thundergolfer
Copy link
Author

Thanks! That fixed it, going to locahost:5000

@hfaran
Copy link
Owner

hfaran commented Apr 22, 2016

I've got 0.1.3 ready to push to PyPI but it seems like PyPI is down right now... whenever it comes back up I'll push it. :P

@hfaran
Copy link
Owner

hfaran commented Apr 24, 2016

PyPI was finally behaving today so the push has been fixed.

@Newbiegalau
Copy link

pip install worked correctly and command line indicates server is running:

running on http://localhost:5000/

However when the browser tab opens you get a "This site can't be reached error".

@Newbiegalau
Copy link

Im using windows 7 and have install xamp, mysql on my pc can you help me

@hfaran
Copy link
Owner

hfaran commented Apr 29, 2016

@ottominggu Are you sure you're using the latest version? pip install slack-export-viewer -U to make sure.

The latest version is working perfectly fine for me on Windows 10.

@Newbiegalau
Copy link

pip install slack-export-viewer -U
Requirement already up-to-date: slack-export-viewer in c:\python27\lib\site-packages
Requirement already up-to-date: flask in c:\python27\lib\site-packages (from slack-export-viewer)
Requirement already up-to-date: click in c:\python27\lib\site-packages (from slack-export-viewer)
Requirement already up-to-date: markdown2 in c:\python27\lib\site-packages (from slack-export-viewer)
Requirement already up-to-date: emoji in c:\python27\lib\site-packages (from slack-export-viewer)
Requirement already up-to-date: itsdangerous>=0.21 in c:\python27\lib\site-packages (from flask->slack-export-viewer)
Requirement already up-to-date: Werkzeug>=0.7 in c:\python27\lib\site-packages (from flask->slack-export-viewer)
Requirement already up-to-date: Jinja2>=2.4 in c:\python27\lib\site-packages (from flask->slack-export-viewer)
Requirement already up-to-date: MarkupSafe in c:\python27\lib\site-packages (from Jinja2>=2.4->flask->slack-export-viewer)

@Newbiegalau
Copy link

the result still same whats is wrong with my setup cause i already follow all step

@hfaran
Copy link
Owner

hfaran commented Apr 30, 2016

Opened #22 to follow up with your issue

@RiyaBasale
Copy link

Hello i am facing the same problem with flask, when i use the local host as u recommended i am getting 404 Not Found error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants