Not sure if bad configuration or bug? #57

Closed
opened 2025-11-20 04:16:35 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @AleAlejandrok on GitHub (Mar 22, 2022).

I was testing the bot in another test server and then added him to my main server. I am using Overseer and got everything working on the test server. When I added him to the main server he spit this error out.

Troubleshooting taken: restarted the bot while he was joined to the main server and while he wasn't. Kicked him from the test server. The only other bot running slash commands on the main server is muse.

Thank you for this project! I hope I am not being silly and overlooking something incredibly grave.

==============================================
2022-03-22T14:35:40.104Z 9700eab42371 FATAL [doplarr.discord:159] - Error in registering commands

java.lang.Thread.run  Thread.java: 831
java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 630
java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1130
...  
clojure.core/binding-conveyor-fn/fn  core.clj: 2038
discljord.messaging.impl/step-agent/fn  impl.clj: 1191
discljord.messaging.impl/make-request!  impl.clj: 1146
discljord.messaging.impl/make-request!/make-request  impl.clj: 1141
...  
discljord.messaging.impl/fn  impl.clj: 905
clojure.lang.ExceptionInfo: Attempted to overwrite with invalid guild commands
code: 50001
message: "Missing Access"

Originally created by @AleAlejandrok on GitHub (Mar 22, 2022). I was testing the bot in another test server and then added him to my main server. I am using Overseer and got everything working on the test server. When I added him to the main server he spit this error out. Troubleshooting taken: restarted the bot while he was joined to the main server and while he wasn't. Kicked him from the test server. The only other bot running slash commands on the main server is muse. Thank you for this project! I hope I am not being silly and overlooking something incredibly grave. ============================================== 2022-03-22T14:35:40.104Z 9700eab42371 FATAL [doplarr.discord:159] - Error in registering commands java.lang.Thread.run  Thread.java: 831 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 630 java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1130 ...   clojure.core/binding-conveyor-fn/fn  core.clj: 2038 discljord.messaging.impl/step-agent/fn  impl.clj: 1191 discljord.messaging.impl/make-request!  impl.clj: 1146 discljord.messaging.impl/make-request!/make-request  impl.clj: 1141 ...   discljord.messaging.impl/fn  impl.clj: 905 clojure.lang.ExceptionInfo: Attempted to overwrite with invalid guild commands code: 50001 message: "Missing Access"
saavagebueno added the bug label 2025-11-20 04:16:35 -05:00
Author
Owner

@kiranshila commented on GitHub (Mar 23, 2022):

This certainly seems like a configuration issue - make sure you've enabled both applications.commands and bot when you created the invite link

@kiranshila commented on GitHub (Mar 23, 2022): This certainly seems like a configuration issue - make sure you've enabled both `applications.commands` and `bot` when you created the invite link
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#57