Bonjour, j'ai un problème de message d'erreur " The operation select list item cannot accept the arguments: , [" "], [1]" quand je teste mon application sur AI companion alors que je ne l'avais pas au début c'est bizarre ! est ce que c'est parce que j'ai voulu intégrer une autre création de compte dans mon application ? voila mes blocs
premier écran de connexion (là ou il y a le message d'erreur)
As you can see from the error message, the value of one of your tags is an empty string and not a list as you expect it
Clear TinyDB and try testing again
My guess is, while developing you stored a wrong value in TinyDB... in one of your tags you stored an empty string, but in your blocks you expect a list...
For this you have to use that block once to initialize TinyDB again