Hello everyone, I'd like to catch the error displayed by the function ek.set_app_key() when I pass a wrong key.
Can you please help me to do so using Python. I want to raise an error when the app key is wrong. I tried Try and Except but it seems that the message diplayed by ek.set_app_key() is not recognized as an error by python.
Thank you for your help.