rkusa / DATIS

DCS World Automatic Terminal Information Service (ATIS) broadcasted through Simple Radio Standalone (SRS)
MIT License
89 stars 21 forks source link

Azure cognitive services as TTS doesn't work anymore #143

Closed Maverick87Shaka closed 6 days ago

Maverick87Shaka commented 3 months ago

Dear all, Since we make some changes on our infrastructure over the time, I'm not sure from when the problem starts, but now we're not able anymore to use Azure TTS for our DATIS.

Here our log in debug mode:

2024-05-30T10:30:05.305172300+02:00 DEBUG datis_core - Incirlik report has changed -> executing TTS
2024-05-30T10:30:05.629128400+02:00 ERROR datis_core - ATIS Incirlik failed: Azure error: 
2024-05-30T10:30:05.629174800+02:00 INFO datis_core - Restarting ATIS Incirlik in 60 seconds ...
2024-05-30T10:30:21.070508100+02:00 DEBUG datis_core - Hatay Position: LatLngPosition { lat: 36.363765392314, lng: 36.285534221232, alt: 76.549774169922 }
2024-05-30T10:30:21.070527500+02:00 DEBUG datis_core - Report: <speak version="1.0" xml:lang="en">
This is Hatay information Bravo. 
Runway in use is 2 2. 
<phoneme alphabet="ipa" ph="w&#618;nd">Wind</phoneme> 1 8 8 at 2 knots. 
Temperature 2 3 DECIMAL 5 celcius. 
ALTIMETER 2 NINER NINER 3. 
REMARKS. 
1 ZERO 1 3 hectopascal. 
QFE 2 NINER 6 6 <break time="500ms" /> or 1 ZERO ZERO 4. 
End information Bravo.
</speak>
2024-05-30T10:30:21.070530500+02:00 DEBUG datis_core - Hatay report has changed -> executing TTS
2024-05-30T10:30:21.380824500+02:00 ERROR datis_core - ATIS Hatay failed: Azure error: 
2024-05-30T10:30:21.380876800+02:00 INFO datis_core - Restarting ATIS Hatay in 60 seconds ...
2024-05-30T10:31:21.001244400+02:00 DEBUG datis_core - Incirlik Position: LatLngPosition { lat: 37.003756579352, lng: 35.422744402792, alt: 52.57780456543 }
2024-05-30T10:31:21.001265700+02:00 DEBUG datis_core - Report: <speak version="1.0" xml:lang="en">
This is Incirlik information Kilo. 
Runway in use is 2 3. 
<phoneme alphabet="ipa" ph="w&#618;nd">Wind</phoneme> 1 8 8 at 2 knots. 
Temperature 2 3 DECIMAL 7 celcius. 
ALTIMETER 2 NINER NINER 2. 
REMARKS. 
1 ZERO 1 3 hectopascal. 
QFE 2 NINER 7 4 <break time="500ms" /> or 1 ZERO ZERO 7. 
End information Kilo.
</speak>
2024-05-30T10:31:21.001270600+02:00 DEBUG datis_core - Incirlik report has changed -> executing TTS
2024-05-30T10:31:21.343195600+02:00 ERROR datis_core - ATIS Incirlik failed: Azure error: 
2024-05-30T10:31:21.343233300+02:00 INFO datis_core - Restarting ATIS Incirlik in 60 seconds ...

Not sure what is going on, from what I can see there are some strange characters in the phonename...maybe it's that the problem?

Maverick87Shaka commented 6 days ago

Not sure what is going on, but after trying it once more, today start works again. Maybe it was some strange things happening on the specified endpoint that I normally use. Thanks