open-im-sdk-web-wasm icon indicating copy to clipboard operation
open-im-sdk-web-wasm copied to clipboard

[BUG] After upgrading the server version to 3.8.3-patch4, the web end (3.8.3-patch3) cannot fetch historical messages. An error will be reported when initializing the sqlite database.

Open FtsCloud opened this issue 8 months ago • 3 comments

OpenIM Server Version

3.8.3-patch4

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

服务器版本升级到3.8.3-patch4之后,web端(3.8.3-patch3)拉取不到历史消息,看了下debug,sqlite数据库初始化的时候会报错(如图),每次将sqlite数据库删除后,刷新都会报这个错,不删数据库刷新就不会报错

Image

Screenshots Link

No response

FtsCloud avatar Mar 27 '25 04:03 FtsCloud

补充一下,服务端3.8.1版本是正常的

FtsCloud avatar Mar 27 '25 04:03 FtsCloud

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


To add, the server version 3.8.1 is normal

OpenIM-Robot avatar Mar 27 '25 04:03 OpenIM-Robot

Have you tried running electron-demo directly to connect to your server?

Bloomingg avatar Apr 09 '25 09:04 Bloomingg