hisabimbola / slack-history-export

A NPM module that allows slack users export their history
MIT License
286 stars 45 forks source link

Empty export output #32

Open bperel opened 7 years ago

bperel commented 7 years ago

Run from Windows 7 Enterprise :

# slack-history-export -t "xoxp-XXXXX" -u myuser -d "C:/Users/mywinuser/Documents"
workingworking.working..working...workingworking.working..Done exporting history: file saved at C:/Users/mywinuser/ownCloud/1477484952719-myuser-slack-history.json

When I open the exported file I just see : []

The whole command execution took less than 4 seconds so it looks like it's more a fetching problem than an export file writing.

alexpersian commented 7 years ago

Seeing the same issue here. Unable to export using the token provide through the Slack "Test token generator". Output is empty.

macOS Sierra with the following command: slack-history-export -t "xoxp-XXXXX" -u username -F csv

hisabimbola commented 7 years ago

Hello @alexpersian @bperel I am currently rewriting this tool to make it more stable and solve lot of issues

I am sure the rewrite will fix this when it's done.