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

ローカルユーザーをURLで照会できない #12996

Open
1 task
kakkokari-gtyih opened this issue Jan 15, 2024 · 1 comment
Open
1 task

ローカルユーザーをURLで照会できない #12996

kakkokari-gtyih opened this issue Jan 15, 2024 · 1 comment
Labels
⚠️bug? This might be a bug

Comments

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Jan 15, 2024

💡 Summary

照会欄に自サーバーのユーザーを(acctではなく)URLで入力し照会した際にエラーが発生する

🥰 Expected Behavior

ローカルのユーザーとして照会できる

🤬 Actual Behavior

できない

{
    "message": "Internal error occurred. Please contact us if the error persists.",
    "code": "INTERNAL_ERROR",
    "id": "5d37dbcb-891e-41ca-a3d6-e690c97775ac",
    "kind": "server",
    "info": {
        "e": {
            "message": "resolveLocal: type @xxxxxxxxxxxxxx unhandled",
            "code": "Error",
            "id": "de433b01-35ff-4646-8ca8-4d86f5555dee"
        }
    }
}

📝 Steps to Reproduce

  1. 照会を開く
  2. 同一サーバー上のユーザーをURLで照会する

💻 Frontend Environment

* Model and OS of the device(s): Windows 11 22H2
* Browser: Chrome 120.0.6099.217 (Official Build)
* Server URL: misskey.io (ほかサーバーでも検証済)
* Misskey: v2023.12.2-io.2e

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@kakkokari-gtyih kakkokari-gtyih added the ⚠️bug? This might be a bug label Jan 15, 2024
@GrapeApple0
Copy link
Sponsor Contributor

ここで@から始まるユーザーのURLをURIに整えてあげれば直りそう?

public parseUri(value: string | IObject): UriParseResult {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
Status: Triage
Development

Successfully merging a pull request may close this issue.

2 participants