XMuli / SunnyPages

Simple and beautiful screenshot software that supports Windows, macOS, and Linux. It also supports OCR and image translation features. | Sunny是一款简洁且漂亮的截图软件,支持Windows、MacOS和Linux系统,亦支持 OCR 和图片翻译
https://sunny.xmuli.tech
320 stars 17 forks source link

最新2.2.1版检查更新会报错退出 #47

Open wtksyjpy opened 1 month ago

wtksyjpy commented 1 month ago

我使用的 Linux Mint 22 内核是 6.8.0-46 使用 Sunny 最新的 2.2.1 版在检查更新时会报错退出:

onFinished() type: RT_check_update 2 terminate called after throwing an instance of 'nlohmann::json_abi_v3_11_2::detail::type_error' what(): [json.exception.type_error.304] cannot use at() with object

辛苦开发小哥得空了可以看看,谢谢!

XMuli commented 1 month ago

多谢反馈,排查原因是 Linux 只判断了 .deb 最新的版本,遗漏了 .AppImage ,会在后续版本中修复

XMuli commented 1 month ago

已修复,新版本已发布 v2.3 ; 可以验证一下

wtksyjpy commented 4 weeks ago

@XMuli 辛苦开发小哥! 我测了下,我直接手动点检查更新没有问题;但似乎设了每日检查,它自动触发的话会崩溃退出 (表现为我手动运行程序会崩溃,如果关掉自动检查更新那运行就没问题)

XMuli commented 3 weeks ago

好的,我再看看