You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even with the "log_level" set to "INFO", the logs are getting spammed with the WARNING
2025-01-01 13:25:16.569 - skills - ovos_bus_client.util.scheduler:schedule_event:232 - WARNING - Added event is scheduled in the past and will be called immediately: skill-ovos-date-time.openvoiceos:skill-ovos-date-time.openvoiceos_handle_play_hour_chime
I feel this should be fixed.
The text was updated successfully, but these errors were encountered:
You can avoid this by setting the location settings in mycroft.conf in a right way.
// Location where the system resides
// NOTE: Although this is set here, an Enclosure can override the value.
// For example a mycroft-core running in a car could use the GPS.
// Override: REMOTE
"location": {
"city": {
"code": "Lawrence",
"name": "Lawrence",
"state": {
"code": "KS",
"name": "Kansas",
"country": {
"code": "US",
"name": "United States"
}
}
},
"coordinate": {
"latitude": 38.971669,
"longitude": -95.23525
},
"timezone": {
"code": "America/Chicago",
"name": "Central Standard Time",
"dstOffset": 3600000,
"offset": -21600000
}
},
Otherwise the plugin will compare local with Chicago time, and that's for some people, in the past.
Even with the "log_level" set to "INFO", the logs are getting spammed with the WARNING
2025-01-01 13:25:16.569 - skills - ovos_bus_client.util.scheduler:schedule_event:232 - WARNING - Added event is scheduled in the past and will be called immediately: skill-ovos-date-time.openvoiceos:skill-ovos-date-time.openvoiceos_handle_play_hour_chime
I feel this should be fixed.
The text was updated successfully, but these errors were encountered: