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
950 stars 193 forks source link

Running slack-export-viewer returns errors #128

Open nvitiritti opened 4 years ago

nvitiritti commented 4 years ago

Additionally when the browser starts I receive a internal server error.

ErinJKTruesdell commented 4 years ago

Also getting this error. Hacked around it by replacing message["bot_id"] in lines 32 and 33 with message.get("bot_id")

TechsUK commented 2 years ago

I am not sure if this really helps, but I got it working easily in WSL in Windows 10, following the unix install track