koishijs / koishi-plugin-adapter-onebot

OneBot 适配器
MIT License
26 stars 10 forks source link

The number NaN cannot be converted to a BigInt because it is not an integer #54

Open LingLambda opened 6 days ago

LingLambda commented 6 days ago

在本插件v6.7.2的‎src/types.ts更新中提交中第585行,修改的 if (BigInt(Math.abs(value)) < 1n << 32n) { 会使得 delGroupNotice() API 抛出错误 RangeError: The number NaN cannot be converted to a BigInt because it is not an integer 萌新不太清楚原因

LingLambda commented 6 days ago

暂时没发现对其他API存在的影响