karashiiro / TextToTalk

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

crash after new update #68

Open Alistair1231 opened 2 years ago

Alistair1231 commented 2 years ago

I think the new update which is supposed to fix the lexicons causes an issue. My game outright crashed just now. TTS stopped playing, so I ran /ttsconfig and clicked save & load and wanted to select the lexicons, but the game crashed. The log was too long for a github issue, so here's a pastebin

karashiiro commented 2 years ago

I still have no clue what's causing the error in the first place, but I put another guard around the small amount of code I changed and added more logging, so you might get more information from log messages now? All I added in the last update for the Polly backend was a thing to retry TTS without lexicons if that exception happened.

New update: https://github.com/goatcorp/DalamudPlugins/pull/1826