-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating emojis stuck #56
Comments
How long did you wait before cancelling? Did it work on the second run? |
i waited for like 15 minutes or so, then aborted it. |
I'm having the same problem, let it running and when I get back to that screen, got this error lines `Saved Geojson file Ignoring exception in on_ready ^CTraceback (most recent call last): Looks it is locked when the first emote server gets full (50 emotes) and can't start saving at the second one, but at the first lines it is generating only one server, not sure if that can be the problem. |
Just updated to latest version after getting problems with emoji.
I ran the tools.py and deleted the old emoji server.
ran the nests.py.
All went well, when it wanted to make a new server it got stuck
Created emoji m111
Created emoji m315
Created emoji m273
Created emoji m161
Created emoji m451
Created emoji m79
Created emoji m459
Created emoji m325
Created emoji m7
Created emoji m396
Created emoji m185
Created emoji m283
Created emoji m328
Created emoji m535
Created emoji m100
Created emoji m194
Created emoji m265
Created emoji m339
Created emoji m10
Created emoji m165
Created emoji m370
Created emoji m258
Created emoji m77
Created emoji m191
Created emoji m114
Created emoji m255
Created emoji m252
and then nothing happens, the server is created went to it the bot is there.
but nothing gets posted later on.
in the end i stopped everything
Traceback (most recent call last):
File "nests.py", line 211, in on_ready
emote_refs = await get_emotes(bot, nesting_mons, config)
File "/home/job-bais/nestwatcher/nestwatcher/discord.py", line 56, in get_emotes
emoji = await free_guild.create_custom_emoji(name=emote_name, image=image)
File "/home/job-bais/venv/lib/python3.6/site-packages/discord/guild.py", line 1664, in create_custom_emoji
data = await self._state.http.create_custom_emoji(self.id, name, img, roles=roles, reason=reason)
File "/home/job-bais/venv/lib/python3.6/site-packages/discord/http.py", line 178, in request
await lock.acquire()
File "/usr/lib/python3.6/asyncio/locks.py", line 181, in acquire
yield from fut
concurrent.futures._base.CancelledError
The text was updated successfully, but these errors were encountered: