Zaros
Zaros
SIASapphire - Imagine a framework
Created by Zaros on 10/26/2023 in #sapphire-support
customJobOptions or bullJobsOptions
thx!
9 replies
SIASapphire - Imagine a framework
Created by Zaros on 10/26/2023 in #sapphire-support
customJobOptions or bullJobsOptions
It doesn't work for me To correct this on my bot, I added this line just after creating my SapphireClient
container.tasks.client.jobsOpts.removeOnComplete = true
container.tasks.client.jobsOpts.removeOnComplete = true
9 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/28/2023 in #sapphire-support
ApplicationCommandRegistries.setDefaultGuildIds is not a function
its working, thx !
10 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/28/2023 in #sapphire-support
ApplicationCommandRegistries.setDefaultGuildIds is not a function
4.5.3
10 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/28/2023 in #sapphire-support
ApplicationCommandRegistries.setDefaultGuildIds is not a function
@Helpers bongoTap
10 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/6/2023 in #sapphire-support
Duplicate Tasks
I use nodemon, so yes, that's probably it
11 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/6/2023 in #sapphire-support
Duplicate Tasks
I cleared everything that was in RedisInsight and restarted my node instance and the problem is fixed 👌
11 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/6/2023 in #sapphire-support
Duplicate Tasks
I've never used RedisInsight, I'm not sure how to check that
11 replies
SIASapphire - Imagine a framework
Created by Zaros on 9/6/2023 in #sapphire-support
Duplicate Tasks
I don't have any other tasks with the same name Maybe the problem is in bullmq
11 replies
SIASapphire - Imagine a framework
Created by Chessie on 7/22/2023 in #sapphire-support
pollSync error
No description
14 replies
SIASapphire - Imagine a framework
Created by Chessie on 7/22/2023 in #sapphire-support
pollSync error
Hello I have the same error :
F:\DiscordBot\ig-bot\node_modules\@sapphire\utilities\dist\lib\pollSync.js:10
AbortSignal.abort().reason.constructor
^

TypeError: Cannot read properties of undefined (reading 'constructor')
at Object.<anonymous> (F:\DiscordBot\ig-bot\node_modules\@sapphire\utilities\dist\lib\pollSync.js:10:29)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (F:\DiscordBot\ig-bot\node_modules\@sapphire\utilities\dist\index.js:38:19)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
F:\DiscordBot\ig-bot\node_modules\@sapphire\utilities\dist\lib\pollSync.js:10
AbortSignal.abort().reason.constructor
^

TypeError: Cannot read properties of undefined (reading 'constructor')
at Object.<anonymous> (F:\DiscordBot\ig-bot\node_modules\@sapphire\utilities\dist\lib\pollSync.js:10:29)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (F:\DiscordBot\ig-bot\node_modules\@sapphire\utilities\dist\index.js:38:19)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
Node Version : v16.11.0
14 replies