We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.9.2
Windows
"piclist": { "_configName": "local", "_id": "5958d476-52b7-4d16-bd4e-bf4d6d1c35bb", "_createdAt": 1723863275585, "_updatedAt": 1723874964901, "host": "https://xxxxx.xxxxx.com", "port": "xxxxx", "picbed": "local", "configName": "config", "serverKey": "xxxxxxxxxxxxxx" },
按配置中一样的地址、端口和serverKey,可以正常走HTTP API上传图片,但是在客户端设置piclist uploader上传时则失败,错误日志见下
2024-08-17 14:08:05 [PicList INFO] Before transform 2024-08-17 14:08:05 [PicList INFO] Transforming... Current transformer is [path] 2024-08-17 14:08:05 [PicList INFO] Before upload 2024-08-17 14:08:05 [PicList INFO] beforeUploadPlugins: renameFn running 2024-08-17 14:08:05 [PicList INFO] Uploading... Current uploader is [piclist] 2024-08-17 14:08:06 [PicList WARN] failed 2024-08-17 14:08:06 [PicList ERROR] ------Error Stack Begin------ Error at Object.yr [as handle] (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:78585) at process.processTicksAndRejections (node:internal/process/task_queues:96:5) at async Gt.doUpload (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:47027) at async Gt.start (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:45869) at async pn.upload (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:158089) at async Object.upload (C:\Program Files\PicList\resources\app.asar\index.js:8:2101967) at async wo (C:\Program Files\PicList\resources\app.asar\index.js:8:2109816) at async IpcMainImpl.rpcEventHandler (C:\Program Files\PicList\resources\app.asar\index.js:8:2463698) -------Error Stack End------- 2024-08-17 14:08:06 [PicList ERROR] ------Error Stack Begin------ Error at Object.yr [as handle] (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:78585) at process.processTicksAndRejections (node:internal/process/task_queues:96:5) at async Gt.doUpload (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:47027) at async Gt.start (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:45869) at async pn.upload (C:\Program Files\PicList\resources\app.asar\node_modules\piclist\dist\index.cjs.js:1:158089) at async Object.upload (C:\Program Files\PicList\resources\app.asar\index.js:8:2101967) at async wo (C:\Program Files\PicList\resources\app.asar\index.js:8:2109816) at async IpcMainImpl.rpcEventHandler (C:\Program Files\PicList\resources\app.asar\index.js:8:2463698) -------Error Stack End-------
The text was updated successfully, but these errors were encountered:
自己加https了?
Sorry, something went wrong.
对😂我给整个服务套了个nginx做https的,有这方面的原因嘛? 我试了一下,不加https就直接连不上了
http api直接上传没问题,不知为啥客户端不行,照理走的是同一个地址呢🤔
没考虑自己做反代这种情况 代码里直接拼接的地址,我修改下判断逻辑
893da24
Kuingsmile
No branches or pull requests
前置阅读 | Pre-reading
PicList的版本 | PicList Version
v2.9.2
系统信息 | System Information
Windows
问题重现 | Bug reproduce
按配置中一样的地址、端口和serverKey,可以正常走HTTP API上传图片,但是在客户端设置piclist uploader上传时则失败,错误日志见下
相关日志 | Logs
The text was updated successfully, but these errors were encountered: