-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Other]: when i use oimws and use mini program sdk ,user login throw a excption #196
Comments
Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem. Join slack 🤖 to connect and communicate with our developers. |
This error indicates that CGO was not enabled when running the SDK. Simply configure CGO to be in an enabled state to resolve this issue. |
Please delete |
The oimws has been deprecated, and the new version of the jssdk is about to be released. |
What would you like to share?
10005 "error *errors.withStack not implement CodeError: init database ==> github.com/openimsdk/openim-sdk-core/v3/pkg/db.NewDataBase()@88: initDB failed ../../../../db/: ==> github.com/openimsdk/openim-sdk-core/v3/pkg/db.(*DataBase).initDB()@116: open db failed /root/openIM/oimws/_output/db/OpenIM_v3_yangge.db: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub: 10006 SdkInternalError"
Additional information
No response
The text was updated successfully, but these errors were encountered: