fantasy
fantasy
Explore posts from servers
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
zlib-sync still broken with 22.0.0, lts it is then
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
(so i can accept an answer that gets updated)
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
https://github.com/nodejs/node/pull/52794 fixes it, but im still searching where it was introduced
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
wheres the fun if it were to just work :^)
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
._.
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
guess ill have to stick with the 22.0.0 then
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
just downgraded to 22.0.0, that also works on windows
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 5/3/2024 in #sapphire-support
node-gyp build problems with @sapphire/type
22.0.0 or 22.1.0?
64 replies
SIASapphire - Imagine a framework
Created by fantasy on 6/9/2023 in #discordjs-support
Error: Cannot properly serialize component type:
Figured it out: I imported ActionRowBuilder, TextInputBuilder and from @discordjs/builders while they need to be imported from discord.js
5 replies
SIASapphire - Imagine a framework
Created by fantasy on 6/9/2023 in #discordjs-support
Error: Cannot properly serialize component type:
This is the complete error message:
[ERROR] Encountered error while handling an interaction handler run method for interaction-handler "ticketmenuselect" at path "project\dist\interaction-handlers\ticketmenuselect.js" Error: Cannot properly serialize component type: undefined
at createComponentBuilder (project\node_modules\@discordjs\builders\src\components\Components.ts:100:10)
at <anonymous> (project\node_modules\@discordjs\builders\src\components\ActionRow.ts:103:53)
at Array.map (<anonymous>)
at ActionRowBuilder (project\node_modules\@discordjs\builders\src\components\ActionRow.ts:103:34)
at <anonymous> (project\node_modules\@discordjs\builders\src\interactions\modals\Modal.ts:74:8)
at Array.map (<anonymous>)
at ModalBuilder.addComponents (project\node_modules\@discordjs\builders\src\interactions\modals\Modal.ts:71:34)
at other (project\src\tickets\ticketModal.ts:193:8)
at MenuHandler.run (project\src\interaction-handlers\ticketmenuselect.ts:47:17)
at <anonymous> (project\node_modules\@sapphire\framework\src\lib\structures\InteractionHandlerStore.ts:36:28
[ERROR] Encountered error while handling an interaction handler run method for interaction-handler "ticketmenuselect" at path "project\dist\interaction-handlers\ticketmenuselect.js" Error: Cannot properly serialize component type: undefined
at createComponentBuilder (project\node_modules\@discordjs\builders\src\components\Components.ts:100:10)
at <anonymous> (project\node_modules\@discordjs\builders\src\components\ActionRow.ts:103:53)
at Array.map (<anonymous>)
at ActionRowBuilder (project\node_modules\@discordjs\builders\src\components\ActionRow.ts:103:34)
at <anonymous> (project\node_modules\@discordjs\builders\src\interactions\modals\Modal.ts:74:8)
at Array.map (<anonymous>)
at ModalBuilder.addComponents (project\node_modules\@discordjs\builders\src\interactions\modals\Modal.ts:71:34)
at other (project\src\tickets\ticketModal.ts:193:8)
at MenuHandler.run (project\src\interaction-handlers\ticketmenuselect.ts:47:17)
at <anonymous> (project\node_modules\@sapphire\framework\src\lib\structures\InteractionHandlerStore.ts:36:28
5 replies