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

[BUG] endpoint /user/update_user_info_ex failed #2845

Closed
supertobby opened this issue Nov 8, 2024 · 1 comment
Closed

[BUG] endpoint /user/update_user_info_ex failed #2845

supertobby opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@supertobby
Copy link

OpenIM Server Version

3.8.2

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

When I call the interface /user/update_user_info_ex, it triggers a panic in the backend service. The parameters and logs are as follows:
image
image

Screenshots Link

No response

@supertobby supertobby added the bug Categorizes issue or PR as related to a bug. label Nov 8, 2024
@icey-yu
Copy link
Member

icey-yu commented Nov 11, 2024

The correct parameter format should be:
{
"userInfo": {
"userID": "CHARACTER_27084546379173888",
"nickname": "Michelle",
"faceURL": "/rolesCHARACTER_27084546379173888/avatar/2024102210465678399062067.webp"
}
}

@openimsdk openimsdk deleted a comment from OpenIM-Robot Nov 11, 2024
@icey-yu icey-yu closed this as completed Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants