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
vvprojをダブルクリックしてVOICEVOXを起動&読み込む際、ファイル名に#が含まれているとエラーになります。
#
ユーザーの方からの報告により発覚しました。 https://x.com/yozakura_ken/status/1774422776310640954?s=20
EISDIR: illegal operation on a directory, readとなる
EISDIR: illegal operation on a directory, read
#を含めたファイルをダブルクリックで読み込もうとする
プロジェクトファイルをダブルクリックして起動するとき、この辺りでURLにファイルパスを含む形でページをロードします。
voicevox/src/backend/electron/main.ts
Line 424 in e45ad64
たぶんこのあたりのURL文字エンコードが上手くいってないか何かが原因な気がします。
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
不具合の内容
vvprojをダブルクリックしてVOICEVOXを起動&読み込む際、ファイル名に
#
が含まれているとエラーになります。ユーザーの方からの報告により発覚しました。
https://x.com/yozakura_ken/status/1774422776310640954?s=20
現象・ログ
EISDIR: illegal operation on a directory, read
となる再現手順
#
を含めたファイルをダブルクリックで読み込もうとするその他
プロジェクトファイルをダブルクリックして起動するとき、この辺りでURLにファイルパスを含む形でページをロードします。
voicevox/src/backend/electron/main.ts
Line 424 in e45ad64
たぶんこのあたりのURL文字エンコードが上手くいってないか何かが原因な気がします。
The text was updated successfully, but these errors were encountered: