I've seen some reads flake, especially on startup:
Error retrieving channel from discord for command executor: HTTP 403 Forbidden, {"code": 50001, "message": "Missing Access"}
^ this happened for initial load executors, and it succeeded the next time I tried. My theory is that this is a race condition on the Discord side. Consider adding a retry policy for things like this, where the program can wait a small # of times for some small # of milliseconds (100?) before trying again.
I've seen some reads flake, especially on startup:
^ this happened for initial load executors, and it succeeded the next time I tried. My theory is that this is a race condition on the Discord side. Consider adding a retry policy for things like this, where the program can wait a small # of times for some small # of milliseconds (100?) before trying again.