hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
901 stars 189 forks source link

Access to local Host Denied #169

Closed andymorse closed 8 months ago

andymorse commented 11 months ago

Hey love your app, been using it on and off for a year or so and went to use it today and got Access to Local Host Denied on Mac and on Windows got Internal Server Error. Little lost, any issues you know about? Please let me know what time of logs I can send you to help.

hfaran commented 11 months ago

A good start would be specific details of the exact exceptions you're seeing (screenshots, logs, as many details as you can provide)

hclementeTera commented 10 months ago

I've bumped into the same problem @andymorse , this is specific to MacOS I've worked around it just by connecting to http://127.0.0.1:5000/ instead of http://localhost:5000/

for explanation see https://blog.yimingliu.com/2023/01/01/cannot-connect-to-flask-development-server-on-localhost-port-5000/

hfaran commented 8 months ago

Closing assuming the solution provided by @hclementeTera above is sufficient