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
voiced Neon that my first name is Gary.
Could never get a response from Neon.
nmi_user_info.yml added some stuff to my name
Steps to Reproduce
fresh install of 7.5b40, voiced my location, voiced my timezone
later did a voiced 'my first name is Gary'
when queried - got no response -- by voice or mana.....
edited miscellaneous characters in my name
Works Now.....
this is the modified by voice: [extra stuff after 'Gary'
(venv) neon@neon:~$ cat .config/neon/ngi_user_info.yml
user:
first_name: Gary . " <<< this is what voice input created,
<<< could not get a voice/txt answer
<<< 'what is my first name'
**** did get an answer to 'my location' !!!!
middle_name: ''
last_name: ''
preferred_name: ''
full_name: Gary . "
dob: YYYY/MM/DD
It looks like STT in this case added punctuation which usually shouldn't happen. Two places we could handle this:
In the personal skill, clean any non-alpha characters from the configured name
In the user-settings skill, clean any non-alpha characters before saving the recorded name to configuration
My inclination is to normalize things going INTO configuration, but checking it here could also help catch weird configuration values since that can be changed outside of the settings skill too
Description
voiced Neon that my first name is Gary.
Could never get a response from Neon.
nmi_user_info.yml added some stuff to my name
Steps to Reproduce
fresh install of 7.5b40, voiced my location, voiced my timezone
later did a voiced 'my first name is Gary'
when queried - got no response -- by voice or mana.....
edited miscellaneous characters in my name
Works Now.....
Relevant Code
this is the original::
this is the modified by voice: [extra stuff after 'Gary'
Other Notes
bad_ngi-logs.tar.gz
The text was updated successfully, but these errors were encountered: