shngmsw/ikabu

webhookの引用したときに、エラーが出る

Closed this issue · 0 comments

must

6月 16 00:01:03 ikabu-host node[2660296]: [[ERROR] dispander] CombinedError (2)
 6月 16 00:01:03 ikabu-host node[2660296]:   Received one or more errors
 6月 16 00:01:03 ikabu-host node[2660296]:   1 ExpectedValidationError > s.literal(V)
 6月 16 00:01:03 ikabu-host node[2660296]:   |   Expected values to be equals
 6月 16 00:01:03 ikabu-host node[2660296]:   |
 6月 16 00:01:03 ikabu-host node[2660296]:   |   Expected:
 6月 16 00:01:03 ikabu-host node[2660296]:   |   | null
 6月 16 00:01:03 ikabu-host node[2660296]:   |
 6月 16 00:01:03 ikabu-host node[2660296]:   |   Received:
 6月 16 00:01:03 ikabu-host node[2660296]:   |   | ''
 6月 16 00:01:03 ikabu-host node[2660296]:   2 ExpectedConstraintError > s.string.lengthGreaterThanOrEqual
 6月 16 00:01:03 ikabu-host node[2660296]:   |   Invalid string length
 6月 16 00:01:03 ikabu-host node[2660296]:   |
 6月 16 00:01:03 ikabu-host node[2660296]:   |   Expected: expected.length >= 1
 6月 16 00:01:03 ikabu-host node[2660296]:   |
 6月 16 00:01:03 ikabu-host node[2660296]:   |   Received:
 6月 16 00:01:03 ikabu-host node[2660296]:   |   | ''
 6月 16 00:01:03 ikabu-host node[2660296]:     at UnionValidator.handle (/home/bukichi/main/ikabu/node_modules/@sapphire/shapeshift/dist/index.js:1099:23)
 6月 16 00:01:03 ikabu-host node[2660296]:     at UnionValidator.parse (/home/bukichi/main/ikabu/node_modules/@sapphire/shapeshift/dist/index.js:207:88)
 6月 16 00:01:03 ikabu-host node[2660296]:     at EmbedBuilder.setDescription (/home/bukichi/main/ikabu/node_modules/@discordjs/builders/dist/index.js:316:26)
 6月 16 00:01:03 ikabu-host node[2660296]:     at /home/bukichi/main/ikabu/build/app/common/others.js:21:19
 6月 16 00:01:03 ikabu-host node[2660296]:     at Generator.next (<anonymous>)
 6月 16 00:01:03 ikabu-host node[2660296]:     at /home/bukichi/main/ikabu/build/app/common/others.js:8:71
 6月 16 00:01:03 ikabu-host node[2660296]:     at new Promise (<anonymous>)
 6月 16 00:01:03 ikabu-host node[2660296]:     at __awaiter (/home/bukichi/main/ikabu/build/app/common/others.js:4:12)
 6月 16 00:01:03 ikabu-host node[2660296]:     at composeEmbed (/home/bukichi/main/ikabu/build/app/common/others.js:18:12)
 6月 16 00:01:03 ikabu-host node[2660296]:     at /home/bukichi/main/ikabu/build/app/event/message_related/dispander.js:27:71
 6月 16 00:01:03 ikabu-host node[2660296]:     at Generator.next (<anonymous>)
 6月 16 00:01:03 ikabu-host node[2660296]:     at fulfilled (/home/bukichi/main/ikabu/build/app/event/message_related/dispander.js:5:58)
 6月 16 00:01:03 ikabu-host node[2660296]:     at runMicrotasks (<anonymous>)
 6月 16 00:01:03 ikabu-host node[2660296]:     at processTicksAndRejections (node:internal/process/task_queues:96:5)