We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
0.21.1
Windows 11 Pro 64bit (23H2 22631.4391) AMD Ryzen 9 5950X RTX3090
The text was updated successfully, but these errors were encountered:
ご報告ありがとうございます!!
/downloadable_librariesは製品版VOICEVOX.exeでまだサポートされていないもので、API は露出していないべきなのですが、露出していることが問題そうです。
/downloadable_libraries
調べてみたところ、サポートフラグをfalseにし忘れていることに気づきました 🙇 下記issueが解決すると、自動的にこちらのissueも解決となりそうです。
修正したいと思います!
Sorry, something went wrong.
ありがとうございます!状況を把握できました。 よろしくお願い致します。
Successfully merging a pull request may close this issue.
不具合の内容
voicevox.exe 0.21.1を使用しています。
REST API の : GET /downloadable_libraries が "Internal Server Error"というレスポンスを返します。
エラーログは何も出力されませんでした。
現象・ログ
上記REST APIを使用すると"Internal Server Error"とだけ返ってくる。
再現手順
期待動作
VOICEVOXのバージョン
0.21.1
OSの種類/ディストリ/バージョン
Windows 11 Pro 64bit (23H2 22631.4391)
AMD Ryzen 9 5950X
RTX3090
その他
The text was updated successfully, but these errors were encountered: