Ninzore

Results 59 comments of Ninzore

你都部署成功了我不需要看你安装过程吧...

我用你的项目试了,可以用

你现在把gocq的log level 改成info或debug,确定是不是真的没有问题

我自己也重新安装了一次,没有出现问题

虽然不知道是什么问题,你先把`plugin/pixivImage.js`这样弄一下吧,重启然后看看有没啥输出 ```javascript import axios from "axios"; const deleteMsg = global.config.pixiv.deleteMsg; function pixivCheck(context, replyFunc, bot) { console.log(111) if (/^看看p站.?/i.test(context.message)) { let pic_id = /\d+/.exec(context.message); console.log(222,pic_id) if (pic_id != null) singleArtwork(pic_id[0], replyFunc,...

只有111和222是吗,没到3?

那现在中间部分改成这样 ```javascript async function checkImage(url, method = 'HEAD') { console.log(22) return axios({ url, method }).catch(err => {return err.response}); } function imageCQcode(pic_id) { return `[CQ:image,,cache=0,file=https://pixiv.cat/${pic_id}.jpg]`; } async function singleArtwork(pic_id, replyFunc, context,...

emmmm, 你试试服务器直接访问 `https://pixiv.cat/93918985.jpg`呢,crul wget都行,是不是连不上但是也不会有error,只能等timeout?你是用的腾讯云?

`pixiv.cat`这个代理站之前国内是可以直连的,看来现在麻了。那先做成走代理吧,之后不用代理站走主站了

可以有,优先级不高