pR0Ps / slack-to-discord

Import a Slack export into a Discord server
https://pypi.org/project/slack-to-discord/
76 stars 11 forks source link

issue: Exception: Guild 'nameServer' not accessible to the bot. Available guild(s): #31

Closed c4pn91 closed 6 months ago

c4pn91 commented 7 months ago
2024-01-30 15:21:54 INFO     slack_to_discord.importer Extracting Slack export zip
2024-01-30 15:23:56 INFO     slack_to_discord.importer Logging the bot into Discord
2024-01-30 15:23:56 INFO     discord.client logging in using static token
2024-01-30 15:24:02 INFO     discord.gateway Shard ID None has connected to Gateway (Session ID: bd07fe63837ada8cbfa50195c9b81112).
2024-01-30 15:24:04 INFO     slack_to_discord.importer The bot has logged in!
2024-01-30 15:24:04 CRITICAL slack_to_discord.importer Failed to finish import!
Traceback (most recent call last):
  File "/home/xx/.local/lib/python3.8/site-packages/slack_to_discord/importer.py", line 412, in on_ready
    raise Exception(
Exception: Guild 'nameServer' not accessible to the bot. Available guild(s): 
2024-01-30 15:24:04 INFO     slack_to_discord.importer Bot logging out

Help me, please !

pR0Ps commented 7 months ago

Seems like the bot doesn't have access to the specified server/guild (or any guild, based on the Available guild(s): line in the error message). Did you set it up according to step 2 of the instructions here: https://github.com/pR0Ps/slack-to-discord?tab=readme-ov-file#instructions ?

pR0Ps commented 6 months ago

Assuming it was a configuration issue and closing. Feel free to reopen if not.