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

SSML input not valid; cannot find 'speak' element. #1

Closed
baileyherbert opened this issue Jul 31, 2016 · 2 comments
Closed

SSML input not valid; cannot find 'speak' element. #1

baileyherbert opened this issue Jul 31, 2016 · 2 comments

Comments

@baileyherbert
Copy link

Latest version causing crash in audio routers including CheVolume.

Error: 0x80045009
Description: SSML input not valid; cannot find 'speak' element.

Specifically: Speak

085: IfExist, %CommandBuffer%
086: FileDelete, %CommandBuffer%
088: if LogFile = ""
089: {
090: MsgBox,Log file not specified. Please add in your logfile to the script variables section.
091: Exit
092: }
094: TTS.Speak(StartupText)

The startup text does play until the script is routed to Line 1. Any suggestions?

@axynos
Copy link
Owner

axynos commented Jul 31, 2016

Add the log file.

@baileyherbert
Copy link
Author

Did the trick. Thanks.

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

2 participants