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

FIX: 未処理の例外が発生した場合スタックトレースが表示されない問題を修正 #1487

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

sabonerune
Copy link
Contributor

内容

未処理の例外が発生した場合global_execution_handler内で例外をそのまま捨てていました。
結果、例外はコンソールに一切表示されていませんでした。

この問題を修正します。

#1478 (comment)

関連 Issue

その他

例外の内容をレスポンスに含めるのは意図しない情報が外部に漏洩する可能性があるのでglobal_execution_handlerのレスポンスに含めてはいけないと思います。

PresetManagerでファイルの書き込み時にFileNotFoundErrorを捕捉するようになっているがこれは発生しない気がする…

@sabonerune sabonerune requested a review from a team as a code owner November 20, 2024 14:35
@sabonerune sabonerune requested review from Hiroshiba and removed request for a team November 20, 2024 14:35
Copy link
Member

@takana-v takana-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
1か所コメントしていますが、変更するかどうかはお任せします。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

PresetManagerでファイルの書き込み時にFileNotFoundErrorを捕捉するようになっているがこれは発生しない気がする…

こちらもぜひリファクタリングのプルリクエストいただければ!!
あ、ちなみにこれくらいの軽いリファクタリングであれば別のプルリクエストに含めていただいても大丈夫です 🙏

@Hiroshiba Hiroshiba merged commit 6c9fb74 into VOICEVOX:master Nov 22, 2024
4 checks passed
@sabonerune sabonerune deleted the fix/print-global-execution branch November 22, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REST API : post /add_preset が Internal Server Errorを返す
3 participants