Skip to content
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

最新版本(Release 2.8.6)不论是Lagrange/LLOneBot/NapCatQQ均无法正常加载联系人页面 #126

Closed
Starry-Sky-World opened this issue Sep 22, 2024 · 6 comments
Labels
🐛 错误 影响使用的 BUG

Comments

@Starry-Sky-World
Copy link

错误来源

Stapxs QQ Lite(All)

描述错误

使用编译的Windows/MacOS/Linux有概率出现报错提示(OneBotv11,LLOnebot/Lagrange)
连接成功后,不会显示联系人
手搓调用获取联系人Api是正常的

复现流程

打开2.8.6 版本

  • 输入Lagrange/LLOnebot/NapCatQQ连接地址+密钥,点击登录
    (此时有概率发生报错[直接弹窗口])
  • 连接成功后,打开联系人,大概率会像下面那样(或者是只显示群组)(2.7.16版本是正常的)
    image
  • 如果你随机打开了一个群,就会提示加载消息失败,并且无法发送消息(有概率可以)。(2.7.16版本是正常的)

截图

image
image

版本信息

**提供三个Windows/Web(qq.starryfun.icu)/Web(https://qq.stysusu.top/)

Debug Info - 2024/9/22 13:34:47
================================
System Info:
    OS Name          -> Windows 10
    Browser Name     -> chrome
    Browser Version  -> 118.0.5993
    Electron Version -> 27.3.11
Application Info:
    Uptime           -> 308.99 s
    Package Version  -> 2.8.6
    Runtime env      -> production
    Service Work     -> false
Backend Info:
    Bot Info Name    -> LLOneBot
    Bot Info Version -> 3.27.3
    Loaded Config    -> NapCat.Onebot
View Info:
    Doc Width        -> 1208 px
Network Info:
    Github           -> 1757 ms
    Link API         -> failed
Debug Info - 2024/9/22 13:35:12
================================
System Info:
    OS Name          -> Windows 10
    Browser Name     -> edge-chromium
    Browser Version  -> 129.0.0
Application Info:
    Uptime           -> 1495.21 s
    Package Version  -> 2.8.6
    Runtime env      -> production
    Service Work     -> true
Backend Info:
    Bot Info Name    -> Lagrange.OneBot
    Bot Info Version -> 0.0.3
    Loaded Config    -> Lagrange.OneBot
View Info:
    Doc Width        -> 1275 px
Network Info:
    Github           -> 638 ms
    Link API         -> failed
Debug Info - 2024/9/22 13:35:40
================================
System Info:
    OS Name          -> Windows 10
    Browser Name     -> edge-chromium
    Browser Version  -> 129.0.0
Application Info:
    Uptime           -> 1698.77 s
    Package Version  -> 2.8.6
    Runtime env      -> production
    Service Work     -> true
Backend Info:
    Bot Info Name    -> Lagrange.OneBot
    Bot Info Version -> 0.0.3
    Loaded Config    -> Lagrange.OneBot
View Info:
    Doc Width        -> 1275 px
Network Info:
    Github           -> 778 ms
    Link API         -> failed

更多

有概率报错弹出(构建的客户端版本,非WEB),没复制...

@Stapxs
Copy link
Owner

Stapxs commented Sep 23, 2024

https://github.com/Stapxs/Stapxs-QQ-Lite-2.0/releases/tag/v2.8.2

2.8 版本不支持 napcat 1.0 了,更新下版本 emmm
其他俩确实没测试得康康

@Stapxs Stapxs added the 🐛 错误 影响使用的 BUG label Sep 23, 2024
@Stapxs Stapxs added this to the 九月累积更新 milestone Sep 23, 2024
@Stapxs
Copy link
Owner

Stapxs commented Sep 23, 2024

拉格兰确实有点问题
llob 的带分组的好友列表没有更新成 napcat 那种格式所以出了点问题 🤔

Stapxs added a commit that referenced this issue Sep 23, 2024
✨ 支持群头衔显示
🎨 支持了映射表合并,便于更灵活的调整映射
🎨 对消息文本处理中的 at 进行显示优化
🐛 修正 LLOneBot 好友分组解析失效的问题 <- #126
🐛 修正 Lagrange 分组名称的显示问题 <- #126
Stapxs added a commit that referenced this issue Sep 23, 2024
✨ 支持群头衔显示
🎨 支持了映射表合并,便于更灵活的调整映射
🎨 对消息文本处理中的 at 进行显示优化
🐛 修正 LLOneBot 好友分组解析失效的问题 <- #126
🐛 修正 Lagrange 分组名称的显示问题 <- #126
@Starry-Sky-World
Copy link
Author

拉格兰确实有点问题 llob 的带分组的好友列表没有更新成 napcat 那种格式所以出了点问题 🤔

修复了踢我一脚,马上来编译web端()

@Stapxs
Copy link
Owner

Stapxs commented Sep 24, 2024

顺带一提如果要部署在根目录下,web 端也有构建好的.png
image

@Starry-Sky-World
Copy link
Author

顺带一提如果要部署在根目录下,web 端也有构建好的.png image

so,什么时候开发防撤回,jpg

@Stapxs
Copy link
Owner

Stapxs commented Sep 26, 2024

llob 的带分组的好友列表没有更新成 napcat 那种格式所以出了点问题

LLOneBot 3.33.8 把接口改成一样的了,改了代码又给改回去了 XD

Stapxs added a commit that referenced this issue Sep 30, 2024
✨ 增加对群成员头衔的显示支持
✨ 优化好友列表动画
✨ 优化日志系统便于更好的调试
✨ 搜索消息功能,现在你可以在已加载的消息中搜索内容
🐛 修正遗留的消息记录有效性判断代码不适用于所有 bot 的问题 <- #129
🐛 修正了获取历史消息的一个小问题,由 3179848 损坏 <- #129
🐛 修正了历史消息加载返回为空的时候导致的 UI 卡死问题,由 619d6e4 损坏
🐛 修正戳一戳判定错误的问题
🐛 修正 Lagrange 分组名称的显示问题 <- #126
🐛 禁言通知未判断来源 <- #124
🎨 支持了映射表合并,便于更灵活的调整映射
🎨 对消息文本处理中的 at 进行显示优化
🎨 修正消息通知流程中的一处代码错误
🎨 修正代码构建器中的一处无用代码,优化一处代码实现
🎨 将多语言功能翻新为更常用的 POT/PO 格式
🎨 现在正式构建中将不会再出现 source map
💄 At 消息现在会隔开一段距离不混在一起
💄 遇到了一个 UI 错位的问题,尝试修复了一下但是不知道好没好(之后没遇到过)
💄 优化 At 信息悬浮窗样式
💄 优化好友列表分组显示样式
💄 优化更新日志弹窗
♿ 补充遗漏的翻译文本
♿ 好友列表现在也将按照拼音排序
♿ 调整 sw 和 electron 下 QQ 头像资源的缓存策略,防止显示过期头像
♿ 修正统计信息设置处的链接打开的方式
♿ 群成员列表现在改为按照拼音首字母排序
🔨 在开发者模式下现在会显示页面 fps
💚 修正由于 webpack 5 导致的 web 构建依赖缺失问题,由 61c6627 损坏
➕ 新增依赖:gettext-parser、util
@Stapxs Stapxs closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 错误 影响使用的 BUG
Projects
None yet
Development

No branches or pull requests

2 participants