-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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]: RequestError: Error: self signed certificate #912
Labels
Comments
所以这跟picgo没关系啊,之前能用最近不能用就是跟你的网络有关系,也不是我突然发了个版本就不能用了 |
这么说吧 如果gfw封禁了github导致picgo无法上传 你觉得是谁的问题 |
可是我用 picx 却可以上传: |
因为实现原理不同啊 你浏览器可以挂代理。picgo代理设置你也可以试试如果你有vpn的话 |
我小飞机挂了全局代理了,试过香港、日本和美国的节点 |
可以不用开全局代理 在picgo的代理设置里配置你自己vpn对应的http代理应该就可以 |
picgo的request环境不一定能拿到全局代理 |
好的,我试试 |
虽然实在不懂什么原因导致的,但是在 picgo 内设置了 上传代理 后的确可以了,感谢作者大大的耐心回复❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
前置阅读 | Pre-reading
PicGo的版本 | PicGo Version
v2.3.0
系统信息 | System Information
Windows
问题重现 | Bug reproduce
嗨,首先感谢作者大大的这个软件,对我来说真的很有用,但是我在使用中遇到了一些问题,具体描述如下:
图床为 github
4月份开始到前天一直都没有事,昨天开始突然上传不了图片,具体可能原因已经排除:
花了我一天上班时间搞了,望作者大大回复~
相关日志 | Logs
2022-05-25 15:59:02 [PicGo INFO] [PicGo Server] is listening at 55556
2022-05-25 15:59:02 [PicGo ERROR] startup error
------Error Stack Begin------
TypeError: Cannot read property 'status' of undefined
at be (C:\SWEngineer\PicGo\resources\app.asar\background.js:36:50456)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
-------Error Stack End-------
2022-05-25 15:59:32 [PicGo INFO] Before transform
2022-05-25 15:59:32 [PicGo INFO] Transforming... Current transformer is [path]
2022-05-25 15:59:32 [PicGo INFO] Before upload
2022-05-25 15:59:32 [PicGo INFO] beforeUploadPlugins: renameFn running
2022-05-25 15:59:32 [PicGo INFO] Uploading... Current uploader is [github]
2022-05-25 15:59:32 [PicGo WARN] failed
2022-05-25 15:59:32 [PicGo ERROR]
------Error Stack Begin------
RequestError: Error: self signed certificate
at new RequestError (C:\SWEngineer\PicGo\resources\app.asar\node_modules\request-promise-core\lib\errors.js:14:15)
at Request.plumbing.callback (C:\SWEngineer\PicGo\resources\app.asar\node_modules\request-promise-core\lib\plumbing.js:87:29)
at Request.RP$callback [as _callback] (C:\SWEngineer\PicGo\resources\app.asar\node_modules\request-promise-core\lib\plumbing.js:46:31)
at self.callback (C:\SWEngineer\PicGo\resources\app.asar\node_modules\request\request.js:185:22)
at Request.emit (events.js:200:13)
at Request.onRequestError (C:\SWEngineer\PicGo\resources\app.asar\node_modules\request\request.js:877:8)
at ClientRequest.emit (events.js:200:13)
at TLSSocket.socketErrorListener (_http_client.js:402:9)
at TLSSocket.emit (events.js:200:13)
at emitErrorNT (internal/streams/destroy.js:91:8)
-------Error Stack End-------
The text was updated successfully, but these errors were encountered: