RiiConnect24 / RC24-Bot

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/rc24
https://rc24.xyz/
MIT License
36 stars 7 forks source link

RiiTag command is not searching for users async #101

Closed sentry-io[bot] closed 3 years ago

sentry-io[bot] commented 4 years ago

Sentry Issue: RIICONNECT24-BOT-34

UnsupportedOperationException: Blocking operations are not permitted on the gateway thread
    at xyz.rc24.bot.utils.FinderUtil.retrieveMembers(FinderUtil.java:68)
    at xyz.rc24.bot.utils.FinderUtil.findMembers(FinderUtil.java:57)
    at xyz.rc24.bot.utils.SearcherUtil.findMember(SearcherUtil.java:43)
    at xyz.rc24.bot.commands.general.RiiTagCmd.execute(RiiTagCmd.java:69)
...
(20 additional frame(s) were not displayed)

One of the EventListeners had an uncaught exception