cadia-lvl / LOBE

LOBE is a recording client made specifically for TTS data collections. It supports multiple collections, single and multi-speaker, and can prompt sentences based on phonetic coverage.
Apache License 2.0
5 stars 5 forks source link

Possible fix for "level 6 verification error" #38

Closed G-Thor closed 3 years ago

G-Thor commented 3 years ago

Upon completing level 5 in verification users get an error when attempting to verify. According to the logs this is caused by the verification level check, in line 319-320 of lobe/views/verification/verification.py . Checking whether the verification level the user has is indeed in the defined verification levels should stop the error from occurring. This may also occur for other achievements so adding it to the other checks in the future might be wise.