jamie
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
if it doesn't log in on time, it won't continue. does the ready event fire?
edited to add: you're using a lot of intents, which is a lot of info - you can try increasing the timeout or figure out why its taking so long to start up
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
.
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
because you don’t remove the manager spawn; you still need that in order to spawn the shards. the redundant part is the “amount”
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
there's a lot going on before any of your shards are even able to spawn, it may be that
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
also, are there any other errors before/after the timeout?
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
sorry, my bad, i totally misunderstood/got myself lost :DyanSigh:
this is redundant:
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
ah, that wasn't what i meant to do, my bad for the duplicate
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
also, youre using a lot of intents, do you need every single one?
32 replies
DIAdiscord.js - Imagine a bot
•Created by Booboo v(=∩_∩=)フ on 7/15/2024 in #djs-questions
Sharding Client To Long to be Ready Error
this part, amount should be totalShards afaik
not sure if its the sole issue but just skimming through real quick :thumb:
32 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
sorry for the late reply, thank you so much!
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
this is apart of an entire file called SupportThreadService, but this is the function itself for the cleaning threads part of the service
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
gotcha :thumb:
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
someone had suggested logging the performance times to see how long some intensive operations take, and that one seems to be the only one that gradually takes longer and longer
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
this bot is in one server (100k+ members) and does a lot with threads, including sifting through them in our support once every minute to either ping our support team if no one has answered for 10+ minutes, or ping the member who opened it if they haven't responded in 20+ minutes - im kinda wondering if this might be it
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 6/16/2024 in #djs-questions
undici connection errors
issue just reoccurred today, i haven't been able to trace anything causing an issue. these errors spawn out of nowhere as i just caught it
14 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 3/5/2024 in #djs-questions
duplicated interactions
:PLUMPblink: i think i fixed it actually...? it seems it was something in my shardingmanager file (main.js)
11 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 3/5/2024 in #djs-questions
duplicated interactions
it also emits the console log twice though :EGGsweat:
11 replies
DIAdiscord.js - Imagine a bot
•Created by jamie on 3/5/2024 in #djs-questions
duplicated interactions
returns 1 listener for interactionCreate
11 replies