Molunerfinn / PicGo

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

【bug】运行后界面黑色,什么都看不见 #733

Closed a6680 closed 10 months ago

a6680 commented 3 years ago

问题类型

不知道为什么运行PicGo-2.3.0-beta.8.AppImage后界面是黑色的什么都看不见,打开详细窗口也一样,删除.config/picgo和换其它版本也是一样的问题,可以正常点击但是看不见,前几天是可以正常运行的。

PicGo 的相关信息

PicGo版本:PicGo-2.3.0-beta.8.AppImage 所在平台:amd64 系统:ubuntu20.04

Molunerfinn commented 3 years ago

请提供一下报错日志、配置文件,以及回想是否有安装什么插件导致的。

Molunerfinn commented 3 years ago

把配置文件所在目录的package.json也贴上来

a6680 commented 3 years ago

把配置文件所在目录的package.json也贴上来 还没有安装插件,下载后就放一边了。

picgo.log文件

2021-08-29 16:01:18 [PicGo INFO] [PicGo Server] is listening at 36677 2021-08-29 16:01:18 [PicGo WARN] [PicGo Server] 36677 is busy, trying with port 36678 2021-08-29 16:01:18 [PicGo INFO] [PicGo Server] is listening at 36678 2021-08-29 16:19:31 [PicGo INFO] [PicGo Server] shutdown 2021-08-29 16:36:23 [PicGo INFO] [PicGo Server] is listening at 36677 2021-08-29 16:36:24 [PicGo WARN] [PicGo Server] 36677 is busy, trying with port 36678 2021-08-29 16:36:24 [PicGo INFO] [PicGo Server] is listening at 36678 2021-08-29 16:36:32 [PicGo INFO] [PicGo Server] shutdown

package.json文件

{"name":"picgo-plugins","description":"picgo-plugins","repository":"https://github.com/Molunerfinn/PicGo-Core","license":"MIT"}

Molunerfinn commented 3 years ago

配置文件呢

Molunerfinn commented 3 years ago

看起来有个进程已经占用了36677这个端口,可以检查一下是否是picgo的残留进程。

日志上没有什么额外的错误,看不出有什么问题

a6680 commented 3 years ago

我也想不出什么原因

data.json

{ "picBed": { "current": "smms", "uploader": "smms", "smms": { "token": "" } }, "settings": { "shortKey": { "picgo:upload": { "enable": true, "key": "CommandOrControl+Shift+P", "name": "upload", "label": "快捷上传" } }, "server": { "port": 36677, "host": "127.0.0.1", "enable": true }, "privacyEnsure": true, "showUpdateTip": true }, "picgoPlugins": {}, "debug": true, "PICGO_ENV": "GUI", "needReload": false }

Molunerfinn commented 3 years ago

不知道是什么原因无法复现。补充了可以打开调试器的功能,后续可以看看是否是前端界面报错导致的问题

JerryC8080 commented 3 years ago

+1

kktt007 commented 2 years ago

我也遇到过,windows和archlinux(仓库软件包没人更新了),然后右击应用重启有机率是好的

Molunerfinn commented 10 months ago

近期无更新的反馈,有更新的反馈再 reopen