-
-
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
七牛云中上传域名少个p,导致华东-浙江2无法上传 #863
Comments
因为一开始七牛的上传域名只有qiniu.com。 后续会给七牛补充一个选项,用于手动指定加速上传的地址 |
更新最新beta3即可 |
我也发现来了这个问题,上传失败 报错日志: |
声明:我已经仔细看过 文档、FAQ、和搜索过已经关闭的 issues 后依然没有找到答案,所以才发了一个新的 issue。
问题类型
Bug Report
PicGo 的相关信息
Windows 2.3.0
问题重现
七牛云创建了个华东-浙江2的对象存储,图片一直上传失败,调试后发现日志中的上传网址是
upload-cn-east-2.qiniu.com
,而七牛云文档中的是http(s)://upload-cn-east-2.qiniup.com
,在qiniu的后面少了个p,后来测试其它区域的上传网址少了p可以,但华东-浙江2就不行,官方文档中都是qiniup.com
,不知道为啥软件中是qiniu.com
七牛云存储区域
------Error Stack Begin------
RequestError: Error: getaddrinfo ENOTFOUND upload-cn-east-2.qiniu.com
at new RequestError (E:\Program Files\PicGo\resources\app.asar\node_modules\request-promise-core\lib\errors.js:14:15)
at Request.plumbing.callback (E:\Program Files\PicGo\resources\app.asar\node_modules\request-promise-core\lib\plumbing.js:87:29)
at Request.RP$callback [as _callback] (E:\Program Files\PicGo\resources\app.asar\node_modules\request-promise-core\lib\plumbing.js:46:31)
at self.callback (E:\Program Files\PicGo\resources\app.asar\node_modules\request\request.js:185:22)
at Request.emit (events.js:200:13)
at Request.onRequestError (E:\Program Files\PicGo\resources\app.asar\node_modules\request\request.js:877:8)
at ClientRequest.emit (events.js:200:13)
at Socket.socketErrorListener (_http_client.js:402:9)
at Socket.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: