Hello!! I am using the change password feature of ...
# support-questions-legacy
h
> Hello!! I am using the change password feature of supertokens' FastAPI Python SDK. But I am getting an error : -
Copy code
raise GeneralError(msg) from previous
> supertokens_python.exceptions.GeneralError: Initialisation not done. Did you forget to call the SuperTokens.init function?
Here is my API
r
hey @himanshukukreja_ have you called the init function of the recipe from which you are using the functions?
h
Yes Init function is called at the start of the application
r
which recipe?
And which recipe are you calling the functions from?
If the error is saying that init is not called, then it must be some silly mistake on your end. Please double check
h
Rest all the other APIs are working fine
Only change-password have this issue
r
please check which recipes you have initialised vs which one you are using
h
yeah you are write I was using wrong recipie
Thnx for help
3 Views