------Error Stack Begin------
TypeError: Cannot read property 'body' of undefined
at Object.handle (C:\Users\mi\AppData\Local\Programs\PicGo\resources\app.asar\node_modules\picgo\dist\src\plugins\uploader\qiniu.js:67:51)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
-------Error Stack End-------
2020-09-26 14:26:16 [PicGo INFO] Before transform
2020-09-26 14:26:16 [PicGo INFO] Transforming...
2020-09-26 14:26:17 [PicGo INFO] Before upload
2020-09-26 14:26:17 [PicGo INFO] beforeUploadPlugins: renameFn running
2020-09-26 14:26:17 [PicGo INFO] Uploading...
2020-09-26 14:26:18 [PicGo WARN] failed
2020-09-26 14:26:18 [PicGo ERROR]
------Error Stack Begin------
TypeError: Cannot read property 'body' of undefined
at Object.handle (C:\Users\mi\AppData\Local\Programs\PicGo\resources\app.asar\node_modules\picgo\dist\src\plugins\uploader\qiniu.js:67:51)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
-------Error Stack End-------
2020-09-26 14:27:11 [PicGo INFO] Before transform
2020-09-26 14:27:11 [PicGo INFO] Transforming...
2020-09-26 14:27:12 [PicGo INFO] Before upload
2020-09-26 14:27:12 [PicGo INFO] beforeUploadPlugins: renameFn running
2020-09-26 14:27:12 [PicGo INFO] Uploading...
2020-09-26 14:27:12 [PicGo WARN] failed
2020-09-26 14:27:12 [PicGo ERROR]
------Error Stack Begin------
TypeError: Cannot read property 'body' of undefined
at Object.handle (C:\Users\mi\AppData\Local\Programs\PicGo\resources\app.asar\node_modules\picgo\dist\src\plugins\uploader\qiniu.js:67:51)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
-------Error Stack End-------
检查一下七牛的配置有问题,上传出错了
5.9.1-arch1-1
PicGo-2.3.0-beta.3.AppImage
每次上传完后,pico会卡一会,没法操作picogo
picgo 中的也不会更新,需要自己重新选择显示的图床才会更新
(node:77210) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'webContents' of null
at kt (/tmp/.mount_PicGo-CVXiar/resources/app.asar/background.js:16:34506)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
(node:77210) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'webContents' of null
at kt (/tmp/.mount_PicGo-CVXiar/resources/app.asar/background.js:16:34506)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
(node:77210) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:77210) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
github下载太慢了,还有没有其他下载的渠道?
没有官方的,有其他人上传的。百度搜搜应该挺多的
2020-10-30 15:34:09 [PicGo ERROR] StatusCodeError: 404 - {"message":"Branch master not found","documentation_url":"https://docs.github.com/rest/reference/repos#create-or-update-file-contents"}
------Error Stack Begin------
StatusCodeError: 404 - {"message":"Branch master not found","documentation_url":"https://docs.github.com/rest/reference/repos#create-or-update-file-contents"}
at new StatusCodeError (D:\Program Files (x86)\PicGo\resources\app.asar\node_modules\request-promise-core\lib\errors.js:32:15)
at Request.plumbing.callback (D:\Program Files (x86)\PicGo\resources\app.asar\node_modules\request-promise-core\lib\plumbing.js:104:33)
at Request.RP$callback [as _callback] (D:\Program Files (x86)\PicGo\resources\app.asar\node_modules\request-promise-core\lib\plumbing.js:46:31)
at Request.self.callback (D:\Program Files (x86)\PicGo\resources\app.asar\node_modules\request\request.js:185:22)
at Request.emit (events.js:200:13)
at Request.<anonymous> (D:\Program Files (x86)\PicGo\resources\app.asar\node_modules\request\request.js:1161:10)
at Request.emit (events.js:200:13)
at IncomingMessage.<anonymous> (D:\Program Files (x86)\PicGo\resources\app.asar\node_modules\request\request.js:1083:12)
at Object.onceWrapper (events.js:288:20)
at IncomingMessage.emit (events.js:205:15)
-------Error Stack End-------
你这个错误很明显啊,"Branch master not found", 说明你这个仓库没有master分支啊,你改成你现在仓库有的分支就行了啊。