Open etcy opened 3 years ago
If I do the following:
The missing channel now shows correctly (in english). It's going to be a nightmare to do this manually.
Any suggestions would help. Please?
I found this is caused by the python's zipfile module. I could view channels of non ascii (Japanese) name by following steps.
slack-export-viewer -z slack.zip --test
# slack.zip extracted to /tmp/_slackviewer/25cd7aec2905895ca03da1a3a96fb755621e4964
rm -rf /tmp/_slackviewer/25cd7aec2905895ca03da1a3a96fb755621e4964/*
unzip slack.zip -d /tmp/_slackviewer/25cd7aec2905895ca03da1a3a96fb755621e4964
slack-export-viewer -z slack.zip
Only 4 out of 100+ channel names are english for me. So after running this, only the 4 channels appear on the side bar. I checked the zip file just to be sure. The folders and json are intact. If I view the json file, it shows the folder names correctly (since the JSON is in UTF8).
OS is Windows 10, Japanese ver.
Any ideas?