AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

error reporting - more info needed #215

Closed willwade closed 4 years ago

willwade commented 4 years ago

If you have a file with a dictionary in it - and you have a wrong file location - you get an error message which isnt that useful:

 Feelings
    I'm tired
    I'm in pain
    I'm ok thanks
    I'm Bored
    I'm sad
    I'm Angry
I will spell it<meta data-spell-branch  data-spell-update-dyn-onchange>
    <meta data-dyn="spell-word-prediction" data-words-file="bncfrequency_daz.json" data-max-nodes="3"  data-predict-after-n-chars="3">
    <meta data-dyn="spell-letter-prediction" data-words-file="bncfrequency_daz.json">
    Space <meta data-spell-letter=" ">
    Undo <meta data-spell-delchar>
    Finish <meta data-spell-finish>

You get:

Screenshot 2020-04-16 at 11 04 02

Yet I can see in the debugger its clearly stating that the dictionary file is missing. Not sure if this is a feature or a bug.. !