You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I had an old class that followed the previous documentation for generating addresses, and it was working perfectly. However, after upgrading to version 1.8.0, my handler class started encountering an error because GeneratingApi().generate_deposit_address() is returning a NoneType value. I have updated my code according to the new documentation here, but I am still getting a NoneType result.
Interestingly, when I check the online dashboard, I can see that the wallet address has been created.