• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

tts inconsistent bug

Tsunderella

Active Member
Operating System: Debian Jesse
SinusBot Version: Latest
TS3 Version: 3.1.8
Problem Description :
Okay so i made my own web api to play sapi5 on linux i was using __LOCALE for changing the voice and i'm not sure whats going on, but going to the links manually works, but for one of them it doesn't. If someone apart of sinusbot want's the actual links to things i can private message them. I can't really figure out what the problem is.

Edit: So i found a fix, but it still doesn't add up because it inconstantly worked the other way added %20 where spaces are works 100% of the time.

LOCALE: "Vocalizer Expressive Kyoko Harpo 22kHz" errors
Code:
2018/03/29 18:18:54 e127f37b 61959031 INFO   CHAT 2 [admin @ Dokka-Bae] < !say test text > / OK
2018/03/29 18:18:54 e127f37b          DEBUG  Server seems broken or unreachable. Maybe ICY? Trying GET
2018/03/29 18:18:54 e127f37b          DEBUG  Server seems broken, doesn't understand us. Hopefully it's a stream...
2018/03/29 18:18:54 [AUDIOPROXY     ] Streaming https://tts.*********.net/?v=Vocalizer Expressive Kyoko Harpo 22kHz&t=test+text
2018/03/29 18:18:54 [AUDIOPROXY     ] Stopped https://tts.*********.net/?v=Vocalizer Expressive Kyoko Harpo 22kHz&t=test+text: 171 bytes transferred

LOCALE: "IVONA 2 Justin OEM" Works
Code:
2018/03/29 18:22:28 e127f37b 61959031 INFO   CHAT 2 [admin @ DokkaBae] < !say test text > / OK
2018/03/29 18:22:29 [AUDIOPROXY     ] Streaming https://tts.*********.net/?v=IVONA 2 Justin OEM&t=test+text
2018/03/29 18:22:30 [AUDIOPROXY     ] Stopped https://tts.*********.net/?v=IVONA 2 Justin OEM&t=test+text: 70946 bytes transferred
2018/03/29 18:22:30 e127f37b 61959031 DEBUG  New channel  () ID eea50b91-95c7-499f-bf73-702072eb403d (cc 0)
2018/03/29 18:22:31 e127f37b 61959031 DEBUG  Removing closed channel  () ID eea50b91-95c7-499f-bf73-702072eb403d
2018/03/29 18:22:31 e127f37b 61959031 DEBUG  Deleting channel  () ID eea50b91-95c7-499f-bf73-702072eb403d (cc 0)

LOCALE: "IVONA 2 Hans OEM" Errors
Code:
2018/03/29 18:31:50 e127f37b 61959031 INFO   CHAT 2 [admin @ DokkaBae] < !say test > / OK
2018/03/29 18:31:50 e127f37b          DEBUG  Server seems broken or unreachable. Maybe ICY? Trying GET
2018/03/29 18:31:50 e127f37b          DEBUG  Server seems broken, doesn't understand us. Hopefully it's a stream...
2018/03/29 18:31:50 [AUDIOPROXY     ] Streaming https://tts.*********.net/?v=IVONA 2 Hans OEM&t=test
2018/03/29 18:31:50 [AUDIOPROXY     ] Stopped https://tts.*********.net/?v=IVONA 2 Hans OEM&t=test: 171 bytes transferred
 
Last edited:
Top