Rustam
Rustam
Thanks! Looks like there's some malformed file within that channel - there's an ID of this file ("FGHGC2XFG"), but no name, no URL etc. Very strange. But glad to hear...
I have prepared a tool for #115, that shows the RAW output of the API - can I ask you to run it on that channel, and copy/paste the JSON...
Very interesting - it looks like it's a "deleted remote file" according to the [this doc](https://api.slack.com/messaging/files/remote#removing) Probably they are so rare, that no one ever had this special case with...
TODO: - [ ] Handle tombstone files - [x] Open an issue with slack-go/slack on "tombstone" files.
@pawelgnatowski I was trying to reproduce this the other day, the same way I did with #119 (the test code is in the issue I've opened with slack lib https://github.com/slack-go/slack/issues/1104),...
Excellent, thank you! Reproduced straight away! ``` _experiments/slack/bug109$ go run . 2022/08/31 17:26:07 strconv.Atoi: parsing "null": invalid syntax exit status 1 ```
Created an issue https://github.com/slack-go/slack/issues/1107 and PR https://github.com/slack-go/slack/pull/1106 for the upstream library.
Hey @pawelgnatowski , sorry, I was too focused on the API issue, and the reactions and bookmarks completely slipped my mind. I'll create a separate issue for those, not to...
Hey @csaket, it is possible to pull the thumbnails along with files. Biggest question is - where to pull those thumbnails to? Could you tell more about "thumbnails are broken...
Thanks @csaket , I will have a look. Last time I experimented with slack-export-viewer I noticed that it doesn't allow to download files, even if the file link is pointing...