I'm using GNSDK API for recording the Song from microphone and then recognize it.
GNOperations.recognizeMIDStreamFromMic(this, config);
It was working fine with almost 90-95% accuracy, but since last 2-3 days it is returning Status Code: 9001 in almost all cases. So where can I find out the status code related documentation.
Am I exceeding the limit of API calls in Community Free Plan? If yes, then how many API calls we can make for the above mentioned method.
PS: I'm not able to find in this Gracenote Android Developers Guide