[BUG] chat release-v1.8.4
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 159
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
OpenIM Server Version
release-v3.8.3
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
2025-11-14 11:40:49.093 ERROR [PID:17159] DefaultLoggerModule [undefined version] [imapi/call.go:61] api caller failed {"operationID": "CheckOpenIM1763091652049272500", "api": "/auth/get_admin_token", "duration": 0.000912076, "req": "secret:"openIM123" userID:"imAdmin"", "error": "Error: 404 page not found | -> imapi.caller[...].call() /home/open-im/chat/pkg/common/imapi/call.go:94 -> imapi.caller[...].Call() /home/open-im/chat/pkg/common/imapi/call.go:59 -> imapi.(*Caller).getAdminTokenServer() /home/open-im/chat/pkg/common/imapi/caller.go:99 -> imapi.(*Caller).GetAdminTokenCache() /home/open-im/chat/pkg/common/imapi/caller.go:80 -> main.CheckOpenIM() /home/open-im/chat/tools/check-component/main.go:56 -> main.performChecks.func3() /home/open-im/chat/tools/check-component/main.go:126 -> main.performChecks() /home/open-im/chat/tools/check-component/main.go:141 -> main.main() /home/open-im/chat/tools/check-component/main.go:107"}
Screenshots Link
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the failing /auth/get_admin_token request from tools/check-component/main.go through pkg/common/imapi/caller.go and pkg/common/imapi/call.go. Run the component check against the stated release versions and determine why the request returns 404; done means the check no longer reports this failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100