Skip to content
New issue

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

[Bug]: 使用picgo-plugin-pic-migrater-piclist时,疑似无法正确上传本地文件 #305

Open
3 tasks done
PaienNate opened this issue Mar 5, 2025 · 1 comment
Open
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@PaienNate
Copy link

前置阅读 | Pre-reading

PicList的版本 | PicList Version

v2.9.8

系统信息 | System Information

Windows

问题重现 | Bug reproduce

  1. 安装该插件
  2. 创建一个Markdown如下所示:
![image-20210917184550836](2021-09-14-3.4因果图/image-20210917184550836.png)
  1. 创建一个文件夹,文件夹名称为“2021-09-14-3.4因果图”,并放置“image-20210917184550836.png”文件。
  2. 对插件进行配置(我这里使用AWS S3自定义->R2)
  3. 获取报错

相关日志 | Logs

2025-03-05 09:17:47 [PicList INFO] [PicList Server] is listening at 36677 of 0.0.0.0
2025-03-05 09:17:47 [PicList INFO] Web server is not enabled
2025-03-05 09:17:47 [PicList INFO] File server is running, http://localhost:36699
2025-03-05 09:18:02 [PicList INFO] Migrating...
// 这里是我自己打印了一下文件路径信息,我的测试MD内有三张图片
2025-03-05 09:18:02 [PicList ERROR] C:\Users*\Desktop\blog*\source_posts\2021-09-14-3.3边界值分析法\image-20210917194413227.png
2025-03-05 09:18:02 [PicList ERROR] C:\Users*\Desktop\blog*\source_posts\2021-09-14-3.3边界值分析法\image-20210917194847344.png
2025-03-05 09:18:02 [PicList ERROR] C:\Users*\Desktop\blog*\source_posts\2021-09-14-3.3边界值分析法\image-20210917194858843.png
// 打印结束
2025-03-05 09:18:02 [PicList INFO] Before transform
2025-03-05 09:18:02 [PicList INFO] Transforming... Current transformer is [path]
2025-03-05 09:18:02 [PicList ERROR] read file [object Object] error
2025-03-05 09:18:02 [PicList ERROR] read file [object Object] error
2025-03-05 09:18:02 [PicList ERROR] read file [object Object] error
2025-03-05 09:18:02 [PicList INFO] Before upload
2025-03-05 09:18:02 [PicList INFO] beforeUploadPlugins: renameFn running
2025-03-05 09:18:02 [PicList INFO] Uploading... Current uploader is [aws-s3-plist]
2025-03-05 09:18:02 [PicList SUCCESS]

@PaienNate PaienNate added the bug Something isn't working label Mar 5, 2025
@Kuingsmile
Copy link
Owner

我试试看 这个插件是picgo作者写的 我只做了下piclist的适配改动

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants