Molunerfinn / PicGo

:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
https://molunerfinn.com/PicGo/
MIT License
24.2k stars 2.24k forks source link

[Bug]: 上传失败,日志显示png url 有转义 #1259

Closed qbmiller closed 4 months ago

qbmiller commented 4 months ago

前置阅读 | Pre-reading

PicGo的版本 | PicGo Version

v2.4.0-beta.7

系统信息 | System Information

Mac(arm64)

问题重现 | Bug reproduce

image

image image

macos 一开始老版本2.3.1 也不行。好久没用,再用这样。报错后,更到最新也这错

相关日志 | Logs

2024-07-05 12:58:14 [PicGo INFO] Uploading... Current uploader is [tcyun] 2024-07-05 12:58:45 [PicGo WARN] failed 2024-07-05 12:58:45 [PicGo ERROR] { "method": "PUT", "url": "http://xxxx-xxxxxx.cos.ap-beijing.myqcloud.com/blog%2F2024%2F07c956c9c0eda692863279669625bf47df.png", "statusCode": 0, "message": "read ETIMEDOUT", "stack": "Error: read ETIMEDOUT\n at TCP.onStreamRead (node:internal/stream_base_commons:220:20)", "response": { "status": 0, "statusCode": 0, "body": "" } } 2024-07-05 12:58:45 [PicGo ERROR] { "method": "PUT", "url": "http://xxxxx-xxxx.cos.ap-beijing.myqcloud.com/blog%2F2024%2F07c956c9c0eda692863279669625bf47df.png", "statusCode": 0, "message": "read ETIMEDOUT", "stack": "Error: read ETIMEDOUT\n at TCP.onStreamRead (node:internal/stream_base_commons:220:20)", "response": { "status": 0, "statusCode": 0, "body": "" } }

Molunerfinn commented 4 months ago

这个转义不是 picgo 做的,是你的插件做的

qbmiller commented 4 months ago

这个转义不是 picgo 做的,是你的插件做的

自从用picgo就用这个插件。 原先一直是{hash} .改成hash也会转义。 picgo配置成blog +插件配置{hash}也不管用。这插件可是4-5年没更新了。 https://github.com/liuwave/picgo-plugin-rename-file

我这配置也3年多没更新了。最近1年几乎没用picgo . 今天用怎么折腾都不行了

Molunerfinn commented 4 months ago

picgo有更新 插件没更新的话有些是无法适配的 请去插件仓库反馈

qbmiller commented 4 months ago

picgo有更新 插件没更新的话有些是无法适配的 请去插件仓库反馈

感谢,辛苦作者!