Aman
DIAdiscord.js - Imagine an app
•Created by Aman on 9/13/2024 in #djs-questions
fetchRecommendedShardCount
Ok thank you
9 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 9/13/2024 in #djs-questions
fetchRecommendedShardCount
2) That's nice
1) "concurrency identify limit" means?
max_concurrency
field in the session start limit?9 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 9/13/2024 in #djs-questions
fetchRecommendedShardCount
As for
guildsPerShard
I guess that 1000
was the per shard limit back then9 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 9/13/2024 in #djs-questions
fetchRecommendedShardCount
I'm aware of the first two statements; when might
multipleOf
be of use if not the shard number given by Discord? Also, if additional shards are spawned wouldn't it cost the user more resources than what would actually be in use?9 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
thanks for helping
11 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
the error was fixed for distube but i wouldn't like to use it for something djs already does
11 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
i see.. ok
11 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
for context, i'm trying to stream radio channels from https://ilovemusic.de/streams/
i was told the same that its an ffmpeg problem, so i tried 3 different [free] hosts that run linux with ffmpeg v4-5, none worked. so i tried it locally on ubuntu 22.04 with ffmpeg v6 and still nothing
11 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
i tried what you said and it works, but isn't this inconsistent that urls work on windows but not on linux / ubuntu given most vps use it
11 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
why else would i be posting here 🤦, the issue you mention is called premature close ig
11 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 5/14/2024 in #djs-voice
Unable to play from external URLs on linux based systems
@discordjs/voice: v0.17.0
node: v20.13.1
11 replies
DIAdiscord.js - Imagine an app
•Created by BTX on 11/14/2023 in #djs-voice
Can't install on Node JS 20
it's a problem with nodejs
4 replies
DIAdiscord.js - Imagine an app
•Created by BTX on 11/14/2023 in #djs-voice
Can't install on Node JS 20
* uninstall nodejs
* make sure python and vsc22 are installed properly
* re-install nodejs and run
npm i -g npm@latest
4 replies
DIAdiscord.js - Imagine an app
•Created by Nils on 11/14/2023 in #djs-questions
Sharding times out after several other shards launched successfully
There's a similar issue posted on GitHub, maybe try this
https://github.com/discordjs/discord.js/issues/7191#issuecomment-1193150881
9 replies
DIAdiscord.js - Imagine an app
•Created by Nils on 11/14/2023 in #djs-questions
Sharding times out after several other shards launched successfully
You should set the timeout to
-1
I guess9 replies
DIAdiscord.js - Imagine an app
•Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
That happens when there's a network interruption of any kind (e.g. restarting your bot without leaving the voice channel first, etc)
14 replies
DIAdiscord.js - Imagine an app
•Created by VLADY 🛡 on 11/11/2023 in #djs-voice
How to make the bot leave a voice chat?
it's
me.voice.disconnect()
14 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 11/1/2023 in #djs-questions
Shard Manager is destroyed almost immediately
thanks again
10 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 11/1/2023 in #djs-questions
Shard Manager is destroyed almost immediately
I've always used that
catch
for killing the process.. the debug gave no clue so never thought to check it10 replies
DIAdiscord.js - Imagine an app
•Created by Aman on 11/1/2023 in #djs-questions
Shard Manager is destroyed almost immediately
true true
10 replies