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
@guiglass I'm guessing that you ran into the same issue I just did. My lock file has this package pinned to v0.5.0, which is the highest tagged version. That version is pretty different (and older) than what's in master. Try fetch_user() instead.
That said, v0.5.0 appears to use the V1 api, which is not recommended.
I see in example you call to patreon.API.get_identity()
But when i exactly try the same I get:
AttributeError: 'API' object has no attribute 'get_identity'
Has it been removed?
How do I get currently_entitled_amount_cents?
The text was updated successfully, but these errors were encountered: