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

fix/sleep_5_before_speak #67

Merged
merged 2 commits into from
Jun 4, 2024
Merged

fix/sleep_5_before_speak #67

merged 2 commits into from
Jun 4, 2024

Conversation

JarbasAl
Copy link
Member

@JarbasAl JarbasAl commented Jun 4, 2024

as reported in chat, It takes about 5 seconds from the message bus to the audio playback


Jun 04 16:39:41 mark2 ovos-core[3047]: 2024-06-04 16:39:41.736 - skills - ovos_bus_client.apis.gui:show_pages:448 - DEBUG - Updating gui data: {'weatherCode': 0, 'currentTimezone': 'Tue, June 04 16:39', 'currentTemperature': 31.2, 'weatherCondition': 'images/sun.svg', 'weatherLocation': 'Montreal, Canada', 'highTemperature': 31.7, 'lowTemperature': 15.8, 'chanceOfPrecipitation': 0, 'windSpeed': 2.91, 'humidity': 30, 'hourlyForecast': {'hours': [{'time': '5 PM', 'precipitation': 0, 'temperature': 31.2, 'weatherCondition': 0}, {'time': '6 PM', 'precipitation': 2, 'temperature': 30.9, 'weatherCondition': 0}, {'time': '7 PM', 'precipitation': 4, 'temperature': 30.4, 'weatherCondition': 0}, {'time': '8 PM', 'precipitation': 6, 'temperature': 29.1, 'weatherCondition': 0}]}, 'forecast': {'all': [{'weatherCondition': 2, 'highTemperature': 32.0, 'lowTemperature': 17.4, 'date': 'Wed'}, {'weatherCondition': 8, 'highTemperature': 26.4, 'lowTemperature': 18.2, 'date': 'Thu'}, {'weatherCondition': 2, 'highTemperature': 21.6, 'lowTemperature': 15.2, 'date': 'Fri'}, {'weatherCondition': 10, 'highTemperature': 16.3, 'lowTemperature': 12.2, 'date': 'Sat'}]}, '__from': 'skill-ovos-weather.openvoiceos'}
Jun 04 16:39:46 mark2 ovos-core[3047]: 2024-06-04 16:39:46.814 - skills - skill_ovos_weather:_speak_weather:1009 - INFO - Speaking dialog: current-weather-local

https://matrix.to/#/!cmlvncOxnMnkkybXNy:matrix.org/$URxP_3WTsMf-Vv2bNO6jwOQoo8gesCMM4igVo7S3DA4?via=matrix.org&via=kanp.ai&via=matrix.aridgwayweb.com

as reported in chat, It takes about 5 seconds from the message bus to the audio playback

```

Jun 04 16:39:41 mark2 ovos-core[3047]: 2024-06-04 16:39:41.736 - skills - ovos_bus_client.apis.gui:show_pages:448 - DEBUG - Updating gui data: {'weatherCode': 0, 'currentTimezone': 'Tue, June 04 16:39', 'currentTemperature': 31.2, 'weatherCondition': 'images/sun.svg', 'weatherLocation': 'Montreal, Canada', 'highTemperature': 31.7, 'lowTemperature': 15.8, 'chanceOfPrecipitation': 0, 'windSpeed': 2.91, 'humidity': 30, 'hourlyForecast': {'hours': [{'time': '5 PM', 'precipitation': 0, 'temperature': 31.2, 'weatherCondition': 0}, {'time': '6 PM', 'precipitation': 2, 'temperature': 30.9, 'weatherCondition': 0}, {'time': '7 PM', 'precipitation': 4, 'temperature': 30.4, 'weatherCondition': 0}, {'time': '8 PM', 'precipitation': 6, 'temperature': 29.1, 'weatherCondition': 0}]}, 'forecast': {'all': [{'weatherCondition': 2, 'highTemperature': 32.0, 'lowTemperature': 17.4, 'date': 'Wed'}, {'weatherCondition': 8, 'highTemperature': 26.4, 'lowTemperature': 18.2, 'date': 'Thu'}, {'weatherCondition': 2, 'highTemperature': 21.6, 'lowTemperature': 15.2, 'date': 'Fri'}, {'weatherCondition': 10, 'highTemperature': 16.3, 'lowTemperature': 12.2, 'date': 'Sat'}]}, '__from': 'skill-ovos-weather.openvoiceos'}
Jun 04 16:39:46 mark2 ovos-core[3047]: 2024-06-04 16:39:46.814 - skills - skill_ovos_weather:_speak_weather:1009 - INFO - Speaking dialog: current-weather-local

```

https://matrix.to/#/!cmlvncOxnMnkkybXNy:matrix.org/$URxP_3WTsMf-Vv2bNO6jwOQoo8gesCMM4igVo7S3DA4?via=matrix.org&via=kanp.ai&via=matrix.aridgwayweb.com
@JarbasAl JarbasAl added the bug Something isn't working label Jun 4, 2024
@JarbasAl JarbasAl requested a review from goldyfruit June 4, 2024 21:00
@JarbasAl JarbasAl merged commit b1ba386 into dev Jun 4, 2024
1 of 11 checks passed
@JarbasAl JarbasAl deleted the fix/sleep_5_before_speak branch June 4, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants