Ori
Ori
Explore posts from servers
RRailway
Created by Ori on 8/24/2024 in #✋|help
Bun project with node-canvas not working
Hello, I'm trying to run a Discord Bot that uses node-canvas, but I'm getting some errors when it's running. Something to do with apt packages. This is the repo: https://github.com/Communivents/ceramique And the error:
149 | :icons_dgreen: **We will ask you to stop**

150 | :icons_dyellow: **You will get a warn**

151 | :icons_Wrong: **You will be banned from the server for 1 week**

152 | :icons_ban: **Permanent Ban**

153 |

154 | After all, be nice :m_Hug:`).setColor("#6246be")]}},Lo=[];for(let H of Object.keys(EZ))Lo.push({name:H,value:H});r2({data:new bH.SlashCommandBuilder().setName("embed").setDescription("Sends an embed by preset or json").setDefaultMemberPermissions(bH.PermissionFlagsBits.Administrator).addSubcommand((H)=>H.setName("json").setDescription("Send an embed from JSON").addStringOption((_)=>_.setName("embed").setRequired(!0).setDescription("JSON of the embed"))).addSubcommand((H)=>H.setName("preset").setDescription("Send an embed from a preset").addStringOption((_)=>_.setName("embed").setDescription("Preset embed to send").setRequired(!0).addChoices(...Lo))),async execute(H){const _=H.options.getString("embed");if(!_){H.reply(bH.blockQuote("Couldnt find the 'embed' string option."));return}switch(H.options.getSubcommand()){case"json":{const L=await H.channel?.send({embeds:[JSON.parse(_)]});H.reply({content:L?.url,ephemeral:!0});break}case"preset":{const L=Object.keys(EZ).find((N)=>N.toLowerCa



TypeError: libpixman-1.so.0: cannot open shared object file: No such file or directory

at /$bunfs/root/ceramique:154:8989

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:154:9183

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:196:12

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:204:3997

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:204:16731

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:204:17011

at /$bunfs/root/ceramique:2:814

at /$bunfs/root/ceramique:205:4477

at /$bunfs/root/ceramique:2:814

at /$bunfs/root/ceramique:205:6662

at /$bunfs/root/ceramique:2:814

at /$bunfs/root/ceramique:205:7730
149 | :icons_dgreen: **We will ask you to stop**

150 | :icons_dyellow: **You will get a warn**

151 | :icons_Wrong: **You will be banned from the server for 1 week**

152 | :icons_ban: **Permanent Ban**

153 |

154 | After all, be nice :m_Hug:`).setColor("#6246be")]}},Lo=[];for(let H of Object.keys(EZ))Lo.push({name:H,value:H});r2({data:new bH.SlashCommandBuilder().setName("embed").setDescription("Sends an embed by preset or json").setDefaultMemberPermissions(bH.PermissionFlagsBits.Administrator).addSubcommand((H)=>H.setName("json").setDescription("Send an embed from JSON").addStringOption((_)=>_.setName("embed").setRequired(!0).setDescription("JSON of the embed"))).addSubcommand((H)=>H.setName("preset").setDescription("Send an embed from a preset").addStringOption((_)=>_.setName("embed").setDescription("Preset embed to send").setRequired(!0).addChoices(...Lo))),async execute(H){const _=H.options.getString("embed");if(!_){H.reply(bH.blockQuote("Couldnt find the 'embed' string option."));return}switch(H.options.getSubcommand()){case"json":{const L=await H.channel?.send({embeds:[JSON.parse(_)]});H.reply({content:L?.url,ephemeral:!0});break}case"preset":{const L=Object.keys(EZ).find((N)=>N.toLowerCa



TypeError: libpixman-1.so.0: cannot open shared object file: No such file or directory

at /$bunfs/root/ceramique:154:8989

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:154:9183

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:196:12

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:204:3997

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:204:16731

at /$bunfs/root/ceramique:2:685

at /$bunfs/root/ceramique:204:17011

at /$bunfs/root/ceramique:2:814

at /$bunfs/root/ceramique:205:4477

at /$bunfs/root/ceramique:2:814

at /$bunfs/root/ceramique:205:6662

at /$bunfs/root/ceramique:2:814

at /$bunfs/root/ceramique:205:7730
26 replies
RRailway
Created by Ori on 2/23/2024 in #✋|help
Unami template doesn’t work with a custom domain
Hi, I’ve recently joined railway and wanted to host my umami analytics there. I successfully deployed it, and it works in the default railway url, but in my custom domain (cloudflare): - redirects don’t work - the login page and dashboard is broken Could someone help me? I’ve spent an hour debugging and searching and still can’t find the cause
24 replies