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

Nothing but a Blank Page #183

Open KelSolaar opened 5 months ago

KelSolaar commented 5 months ago

Hello,

I pointed out the tool to one of our archives, the files were extracted:

...
random/2018-09-14.json
random/2024-01-21.json
random/2024-01-21.json
random/2022-04-13.json
random/2022-04-13.json
random/2023-09-24.json
random/2023-09-24.json
random/2017-02-18.json
random/2017-02-18.json
colour-science Slack export Sep 16 2014 - Jan 29 2024.zip extracted to /var/folders/xr/sf4r3m2s761fl25h8zsl3k4w0000gn/T/_slackviewer/21975f2b0fee5132c915b89cd732a9750f5102ff
 * Serving Flask app 'slackviewer.app'
 * Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://localhost:5000
Press CTRL+C to quit

However, I only get a blank page at http://localhost:5000:

<html><head><style type="text/css"></style></head><body></body></html>

Tested with 1.4.1, 1.3.0 and 1.2.1.

Cheers,

Thomas