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
908 stars 192 forks source link

User of message subtype "file_comment" not parsing #120

Open bknope opened 4 years ago

bknope commented 4 years ago

The user id is under the key "comment" with the "user" value instead of in the main section.

This appears to only be occurring when the message is a subtype of "file_comment".

Console output reports: "ERROR:root:unable to find user in..." because it is not looking in the "comments" key.