-
Notifications
You must be signed in to change notification settings - Fork 42
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
Unable to play audio #459
Comments
@alphadose Local version is working for me too, but I think @agharshit08 is talking about Archive's assistant. |
@hyzhak @yagyanshbhatia This could be a possible reason for the errors:- The Google Cloud Functions uses Node version 6.11.5 to deploy the application. There is a lot of async/await in the current codebase. The async/await syntax was available from Node 7.6 and its not available in version 6.11.5 used by Google. So unless internet archive uses something like Babel to convert ES6 to ES5 before launching in production, this could be the possible error. |
i want to work on this issue. |
@hyzhak I would really like to work on this, and resolve and optimize the codebase |
Assistant app failed to play audio when user gave response in the following order
Live Concerts
The Phil Lesh and Friends
Randomly
After that it leaves the conversation too.
The text was updated successfully, but these errors were encountered: