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

REST API: GET /downloadable_libraries が 500 Internal Server Errorを返す #1481

Closed
1 of 3 tasks
TORISOUP opened this issue Nov 14, 2024 · 2 comments · Fixed by #1483
Closed
1 of 3 tasks

REST API: GET /downloadable_libraries が 500 Internal Server Errorを返す #1481

TORISOUP opened this issue Nov 14, 2024 · 2 comments · Fixed by #1483
Labels

Comments

@TORISOUP
Copy link

不具合の内容

voicevox.exe 0.21.1を使用しています。
REST API の : GET /downloadable_libraries が "Internal Server Error"というレスポンスを返します。
エラーログは何も出力されませんでした。

現象・ログ

上記REST APIを使用すると"Internal Server Error"とだけ返ってくる。

再現手順

curl -X 'GET' \
  'http://localhost:50021/downloadable_libraries' \
  -H 'accept: application/json'

期待動作

VOICEVOXのバージョン

0.21.1

OSの種類/ディストリ/バージョン

  • Windows
  • macOS
  • Linux

Windows 11 Pro 64bit (23H2 22631.4391)
AMD Ryzen 9 5950X
RTX3090

その他

@Hiroshiba
Copy link
Member

ご報告ありがとうございます!!

/downloadable_librariesは製品版VOICEVOX.exeでまだサポートされていないもので、API は露出していないべきなのですが、露出していることが問題そうです。

調べてみたところ、サポートフラグをfalseにし忘れていることに気づきました 🙇
下記issueが解決すると、自動的にこちらのissueも解決となりそうです。

修正したいと思います!

@TORISOUP
Copy link
Author

ありがとうございます!状況を把握できました。
よろしくお願い致します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants