You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
The member cache, randomly it seems when the system is brought up, will refuse to populate itself and calls like Alchemy.Cache.member(guild_id, id) never return anything until restarted and tested again. When it is not working it returns nothing but {:error, "Failed to find an entry for <whateverID> in section members"}.
The text was updated successfully, but these errors were encountered:
I'll update soon! The bot stays online for extended periods and the cache not working was pretty random, but the commit of the fix looks reliable. I'd say if you don't hear back from me in a few weeks then it's good. I'm going to remove a few of my checks that force it to restart when it detects a dead cache so it should be a bit crashy if it happens at that point. :-)
The member cache, randomly it seems when the system is brought up, will refuse to populate itself and calls like
Alchemy.Cache.member(guild_id, id)
never return anything until restarted and tested again. When it is not working it returns nothing but{:error, "Failed to find an entry for <whateverID> in section members"}
.The text was updated successfully, but these errors were encountered: