Incorecc
Incorecc
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/11/2024 in #djs-questions
Failure to push a slash command
Got it! I don't remember putting curly brackets and it doesn't agree with documentation
5 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/11/2024 in #djs-questions
Failure to push a slash command
C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@sapphire\shapeshift\dist\cjs\index.cjs:1469
return value instanceof this.expected ? Result.ok(value) : Result.err(new ExpectedValidationError("s.instance(V)", "Expected", value, this.expected));
^

ExpectedValidationError: Expected
at _InstanceValidator.handle (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@sapphire\shapeshift\dist\cjs\index.cjs:1469:75)
at _InstanceValidator.parse (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@sapphire\shapeshift\dist\cjs\index.cjs:939:90)
at assertReturnOfBuilder (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@discordjs\builders\dist\index.js:1620:53)
at MixedClass._sharedAddOptionMethod (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@discordjs\builders\dist\index.js:2389:5)
at MixedClass.addStringOption (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@discordjs\builders\dist\index.js:2360:17)
at file:///C:/Users/ADMIN/Desktop/Nexus%20Bot/commands/music/play.js:25:6
at ModuleJob.run (node:internal/modules/esm/module_job:222:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async file:///C:/Users/ADMIN/Desktop/Nexus%20Bot/deploy_commands.js:22:19 {
validator: 's.instance(V)',
given: undefined,
expected: [Function: SlashCommandStringOption]
}

Node.js v20.15.0
C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@sapphire\shapeshift\dist\cjs\index.cjs:1469
return value instanceof this.expected ? Result.ok(value) : Result.err(new ExpectedValidationError("s.instance(V)", "Expected", value, this.expected));
^

ExpectedValidationError: Expected
at _InstanceValidator.handle (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@sapphire\shapeshift\dist\cjs\index.cjs:1469:75)
at _InstanceValidator.parse (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@sapphire\shapeshift\dist\cjs\index.cjs:939:90)
at assertReturnOfBuilder (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@discordjs\builders\dist\index.js:1620:53)
at MixedClass._sharedAddOptionMethod (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@discordjs\builders\dist\index.js:2389:5)
at MixedClass.addStringOption (C:\Users\ADMIN\Desktop\Nexus Bot\node_modules\@discordjs\builders\dist\index.js:2360:17)
at file:///C:/Users/ADMIN/Desktop/Nexus%20Bot/commands/music/play.js:25:6
at ModuleJob.run (node:internal/modules/esm/module_job:222:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async file:///C:/Users/ADMIN/Desktop/Nexus%20Bot/deploy_commands.js:22:19 {
validator: 's.instance(V)',
given: undefined,
expected: [Function: SlashCommandStringOption]
}

Node.js v20.15.0
5 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
Ok understandable
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
I think I'm not allowed to show you code
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
ytdl
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
Im using a readable stream
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
ignore the Error: aborted with resource Its a custom error message I use for the audioplayer
state change:
from {"status":"buffering","resource":true,"stepTimeout":false}
to {"status":"playing","missedFrames":0,"playbackDuration":0,"resource":true,"stepTimeout":false}
Error: aborted
at connResetException (node:internal/errors:717:14)
at TLSSocket.socketCloseListener (node:_http_client:462:19)
at TLSSocket.emit (node:events:525:35)
at node:net:322:12
at TCP.done (node:_tls_wrap:588:7) {
code: 'ECONNRESET'
}
Error: aborted with resource
state change:
from {"status":"playing","missedFrames":0,"playbackDuration":47780,"resource":true,"stepTimeout":false}
to {"status":"idle","resource":false,"stepTimeout":false}
state change:
from {"status":"buffering","resource":true,"stepTimeout":false}
to {"status":"playing","missedFrames":0,"playbackDuration":0,"resource":true,"stepTimeout":false}
Error: aborted
at connResetException (node:internal/errors:717:14)
at TLSSocket.socketCloseListener (node:_http_client:462:19)
at TLSSocket.emit (node:events:525:35)
at node:net:322:12
at TCP.done (node:_tls_wrap:588:7) {
code: 'ECONNRESET'
}
Error: aborted with resource
state change:
from {"status":"playing","missedFrames":0,"playbackDuration":47780,"resource":true,"stepTimeout":false}
to {"status":"idle","resource":false,"stepTimeout":false}
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
Error: aborted
at connResetException (node:internal/errors:717:14)
at TLSSocket.socketCloseListener (node:_http_client:462:19)
at TLSSocket.emit (node:events:525:35)
at node:net:322:12
at TCP.done (node:_tls_wrap:588:7) {
code: 'ECONNRESET'
}
Error: aborted with resource
state change:
from {"status":"playing","missedFrames":0,"playbackDuration":47780,"resource":true,"stepTimeout":false}
to {"status":"idle","resource":false,"stepTimeout":false}
Error: aborted
at connResetException (node:internal/errors:717:14)
at TLSSocket.socketCloseListener (node:_http_client:462:19)
at TLSSocket.emit (node:events:525:35)
at node:net:322:12
at TCP.done (node:_tls_wrap:588:7) {
code: 'ECONNRESET'
}
Error: aborted with resource
state change:
from {"status":"playing","missedFrames":0,"playbackDuration":47780,"resource":true,"stepTimeout":false}
to {"status":"idle","resource":false,"stepTimeout":false}
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
├── @discordjs/[email protected] └─┬ [email protected] └── @discordjs/[email protected] deduped
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
theres no problem with shorter songs
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
interestingly it seems to take longer time to abort, like now it runs for 45 sec before stoping
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
I updated it to 0.16.0 and the issue still persists
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
0.15.0
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 10/17/2023 in #djs-voice
Bot suddenly stops playing music
I see But the aborts are very consistent, like exactly 40 seconds in and it just dies and this makes me believe it may not be a net issue Is there any other reason why the bot may have aborted?
17 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 4/13/2023 in #djs-questions
Cant upload commands
I see
6 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 4/13/2023 in #djs-questions
Cant upload commands
oh
6 replies
DIAdiscord.js - Imagine an app
Created by Incorecc on 4/13/2023 in #djs-questions
Cant upload commands
I think I do
6 replies
DIAdiscord.js - Imagine an app
Created by SirNuny on 4/6/2023 in #djs-voice
Check whether resource is valid
6 replies