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

Error heroku deploy "not support platform undefined" #102

Open
alfaben12 opened this issue Apr 24, 2020 · 1 comment
Open

Error heroku deploy "not support platform undefined" #102

alfaben12 opened this issue Apr 24, 2020 · 1 comment

Comments

@alfaben12
Copy link

Error: say.export(): does not support platform undefined

how to fix this problem?

@alfaben12 alfaben12 changed the title Error heroku deploy Error heroku deploy "not support platform undefined" Apr 24, 2020
@tlhunter
Copy link
Collaborator

The say.export() method is not supported on Linux, which is what Heroku runs your code on:
https://github.com/Marak/say.js#feature-matrix

To get this to work someone will need to add support for exporting audio on Linux.

You did find a bug though in that this.platform is not being set:

throw new Error(`say.export(): does not support platform ${this.platform}`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants