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を入力するとエラーになる #10839

Closed
mappi-pr opened this issue May 12, 2023 · 2 comments
Closed

ノート検索でURLを入力するとエラーになる #10839

mappi-pr opened this issue May 12, 2023 · 2 comments
Labels
⚠️bug? This might be a bug

Comments

@mappi-pr
Copy link
Contributor

💡 Summary

ノート検索画面で、"https://"から始まるURLを検索するとプロンプトにメッセージが空のエラーが表示される。
開発者ツールを参照するとAPIが500エラーで返却されている。

🥰 Expected Behavior

入力したURLを含むノートの検索結果が表示される。

🤬 Actual Behavior

image

📝 Steps to Reproduce

1.ノート検索画面を開く
2.「 https://www.youtube.com/watch?v=Efrlqw8ytg4 」で検索する
3.エラー発生

📌 Environment

Misskey version:13.12.2
PostgreSQL version:?(Misskey.io)
Redis version:?(Misskey.io)
Your OS:mac OS 13.3.1 (a)
Your browser:Google Chrome 113.0.5672.92

@mappi-pr mappi-pr added the ⚠️bug? This might be a bug label May 12, 2023
@tamaina
Copy link
Contributor

tamaina commented May 12, 2023

(リンクをリモートのユーザー/投稿として参照してしまっているのが原因)

@mappi-pr
Copy link
Contributor Author

@tamaina アドバイスいただきありがとうございます!
\packages\frontend\src\pages\search.note.vue(L.69~)
'https://'で検索された際に「照会(ap/show)」の挙動になるため、
「照会」できないURLが入力されてしまったときに、
ap/showのINTERNAL_ERRORが返却されてしまうということだったんですね。。。

#10582 (comment)

  1. ノート検索/照会 という感じでボタンを置く
  2. 検索を押したら、ユーザーが照会可能ならノート検索の上にユーザーを表示、ハッシュタグが入力されたらハッシュタグ検索結果を表示

先行Issueあったので、重複扱いでクローズさせていただきます。

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
None yet
Development

No branches or pull requests

2 participants