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

BGM機能で、エラーが発生した際にリカバリーが効かない #1757

Closed
mtripg6666tdr opened this issue Jun 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@mtripg6666tdr
Copy link
Owner

音声ソースの最後のキャッシュの有効期限が切れた際に発生するエラーのあと、自動的に再取得して再生する際に失敗している模様
発生するエラー

TypeError: Cannot read properties of undefined (reading 'basicInfo')
TypeError: Cannot read properties of undefined (reading 'basicInfo')
    at PlayManagerWithBgm.play (/app/dist/Component/PlayManager.js:148:66)
    at PlayManagerWithBgm.replacementMethod (/app/dist/logger.js:176:37)
    at PlayManagerWithBgm.play (/app/dist/Component/PlayManagerWithBgm.js:55:22)
    at PlayManagerWithBgm.onStreamFailed (/app/dist/Component/PlayManager.js:614:28)
    at PlayManagerWithBgm.handleError (/app/dist/Component/PlayManager.js:505:28)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
@mtripg6666tdr
Copy link
Owner Author

#1875 で解決された模様

@mtripg6666tdr
Copy link
Owner Author

#2010 で追加修正。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant