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

Locale "en-GB" causes error ERR_UNKNOWN #109

Open
sajdre opened this issue Nov 5, 2019 · 2 comments
Open

Locale "en-GB" causes error ERR_UNKNOWN #109

sajdre opened this issue Nov 5, 2019 · 2 comments

Comments

@sajdre
Copy link

sajdre commented Nov 5, 2019

Example:

window.TTS.speak({text: "some message", locale: "en-GB", rate: 1.65}, a => a, error => console.log(error))

It won't work, error function is called with ERR_UNKNOWN as an argument.

@orlyapps
Copy link

orlyapps commented Nov 7, 2019

got the same problem :/

@barun-pandit
Copy link

I got the same issue.

this.tts.speak({
text: "Welcome, I am Barun.",
locale: 'en-IN',
rate: 0.75
})
.then(() => {
console.log('Success');
})
.catch((reason: any) => {
console.log(reason) // here, I am getting ERR_UNKNOWN
});

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

No branches or pull requests

3 participants