Noob question: Errors during execution - channel_not_found and invalid link #218
Replies: 1 comment
-
Hey @rhodessteve, you need to use the channelIDs or URLs, not the channel names. Running "dump"Run the
For example, I'm interested in "random" channel, its ID is Run the dump:
Running "export"To run the export, do this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have downloaded the latest executable for MacOS (2.3.4) to a folder, and connected to my Slack instance. After trying more complex dumps and exports using files with a channel list in and dumping with a date range, all that failed, so I tried a more basic slackdump.
Using ./slackdump without any parameters, i've found that the only channels it can access is #general and #random. If i try any other channel i get a "channel_not_found" error, and if there are any special characters in the channel title (- or _ or ') then I get an invalid link error. If i'm not in the channel and there are no special characters in the channel title, I also get invalid link.
It appears to be trying to read the folder in which slackdump sits and trying to process them, so for example I get
2023/05/02 17:12:56 invalid link: "README.rst"
. I moved this and the LICENSE file to a folder called docs and tried again. The next run I excluded random and general (./slackdump ^random ^general
) and received this, as if its trying to process the docs folder and the slackdump app itself, while not finding any other channels.I figure I must be missing something pretty obvious but I can't see what that is.
Beta Was this translation helpful? Give feedback.
All reactions