I'm trying to run a queue bot on Discord but hitting some errors.
I'm trying to run a queue bot on Discord but hitting some errors.
Hi, here is what I get after installing the dependencies and making sure my database exists. I tried some troubleshooting but ended up only finding one common error when using uppercase or lowercase letters that I don't think applies to me even though I could be wrong. I have very little experience with PostgreSQL and Node.js, and almost no experience hosting a Discord bot either. If there is anything else you might need info for please let me know and I will share it here. any help is greatly appreciated thanks in advance Reptile error: alter table "queue_channels" add column "role_id" bigint - relation "queue_channels" does not exist at Parser.parseErrorMessage (C:\Users\Luke\Desktop\discord bot\node_modules\pg-protocol\dist\parser.js:287:98) at Parser.handlePacket (C:\Users\Luke\Desktop\discord bot\node_modules\pg-protocol\dist\parser.js:126:29) at Parser.parse (C:\Users\Luke\Desktop\discord bot\node_modules\pg-protocol\dist\parser.js:39:38) at Socket.<anonymous> (C:\Users\Luke\Desktop\discord bot\node_modules\pg-protocol\dist\index.js:11:42) at Socket.emit (node:events:394:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:289:9) at Socket.Readable.push (node:internal/streams/readable:228:10) at TCP.onStreamRead (node:internal/stream_base_commons:199:23) { length: 176, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: undefined, internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: 'd:\\pginstaller_13.auto\\postgres.windows-x64\\src\\backend\\catalog\\namespace.c', line: '434', routine: 'RangeVarGetRelidExtended'
I believe getting the most help from someone else would come from their creators. You can look at their GitHub page for more info, or you could try asking them directly through Discord support instead.