karashiiro / TextToTalk

Chat TTS plugin for Dalamud. Has support for triggers/exclusions, several TTS providers, and more!
MIT License
46 stars 30 forks source link

Polly Issues #145

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, I'm currently having trouble when using Polly as a backend. It was working until last week, but since then there are no voices to select from. I thought to wait for a bit and see if it would be fixed with updates, but I continue to have the same issue even after v1.21.7.0, which refers to the issues I'm having.

Since this is the first time I'm opening an issue, please let me know if there is missing information I should provide.

image image
karashiiro commented 1 year ago

It looks like you don't have access keys set; those might have been cleared out at some point. Try restoring those (or generating new ones) and then see if it works.

If it doesn't, send your dalamud.log file (at %AppData%\XIVLauncher\dalamud.log) and I can see what the specific issue is.

ghost commented 1 year ago

Thank you for the help, I made new credentials and now I can select the voices for the standard engine, but still no voices are available for the Neural engine, which was what I was using before.

Since in the logs the error appears to be related to the region selected, I tried changing the regions (sa-east-1, us-east-2, us-west-2) and repeating the process, but the same error relating to the region is repeated on the logs. I'll attach the log below for more detailed information.

dalamud.log

Thanks again!

karashiiro commented 1 year ago

The Neural TTS regions are listed here: https://docs.aws.amazon.com/polly/latest/dg/NTTS-main.html#ntts-regions

Can you try using us-east-1 as a test? It should have full feature support.

ghost commented 1 year ago

You are right, it works for us-east-1. I didn't know about the region restrictions, I'm sorry for the trouble.

Thanks for the help!