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

api/fetch-rssにエンコードされたURLを送るとエラーが発生する #15014

Open
1 task done
AmaseCocoa opened this issue Nov 21, 2024 · 0 comments · May be fixed by #15015
Open
1 task done

api/fetch-rssにエンコードされたURLを送るとエラーが発生する #15014

AmaseCocoa opened this issue Nov 21, 2024 · 0 comments · May be fixed by #15015
Labels
⚠️bug? This might be a bug

Comments

@AmaseCocoa
Copy link
Contributor

AmaseCocoa commented Nov 21, 2024

💡 Summary

#14826 の影響で、フロントエンドのRSSの取得ではエンコードされたURLが送られるようになりましたが、バックエンドではエンコードされたURLにリクエストするため正常に処理できず、INTERNAL_ERRORが発生する

🥰 Expected Behavior

正常にRSSが取得できる

🤬 Actual Behavior

INTERNAL_ERRORが発生する

📝 Steps to Reproduce

  1. (Pull Requestが適用されていないサーバーで)/api/fetch-rss?url=http%253A%252F%252Ffeeds.afpbb.com%252Frss%252Fafpbb%252Fafpbbnewsにアクセスする
  2. INTERNAL_ERRORが返却される

💻 Frontend Environment

* Model and OS of the device(s): Windows 10 22H2
* Browser: Google Chrome v131.0.6778.71
* Server URL: https://mi.amase.xyz (misskey.flowersでも発生)
* Misskey: v2024.11.0-alpha.1

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service: Docker Compose
* Misskey: v2024.11.0-alpha.1
* Node: 20.18.0
* PostgreSQL: 16
* Redis: 6.3.4 (KeyDB)
* OS and Architecture: Docker (x64)

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
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
3 participants