Hey @viet uhā¦think Iāve run into a small change in the API. Occasionally, A userās burned field in their user_specific in the vocabulary_list, which was previously a boolean, now contains null. Please let me know if Iām wrong about this, but Kaniwani is now puking up a fair few errors on userās trying to unlock lower levels when this is the case. Seems pretty sporadic though, I havenāt encountered it myself yet.
"requested_information": [
{
"id": 1176,
"level": 12,
"character": "ęē« ",
"kana": "ć¶ćććć",
"meaning": "article, sentence, composition",
"percentage_correct": 92,
"user_specific": {
"srs": "burned",
"srs_numeric": 9,
"unlocked_date": 1440221730,
"available_date": null,
"burned": null, <---------------------THIS ONE
"burned_date": 1484280316,
"meaning_correct": 17,
"meaning_incorrect": 3,
"meaning_max_streak": 6,
"meaning_current_streak": 6,
"reading_correct": 17,
"reading_incorrect": 0,
"reading_max_streak": 17,
"reading_current_streak": 17,
"meaning_note": null,
"reading_note": null,
"user_synonyms": null
}
},
Not sure if this is intended or not. Little odd since they have a burned date, but null value in burned field. @rfindley have you run into this?