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
I'm getting an error when calling tonapi.jettons.get_holders inside a for loop for several addresses, in the second call. The problem is with __getattributes and specifically with attributes.pop("logger") which raises KeyError: 'logger' in the second call. To note here, I've created a Tonapi instance outside the loop and am using that for all of the calls. I supposed this is the way it should be used.
The text was updated successfully, but these errors were encountered:
I'm getting an error when calling
tonapi.jettons.get_holders
inside a for loop for several addresses, in the second call. The problem is with__getattributes
and specifically withattributes.pop("logger")
which raisesKeyError: 'logger'
in the second call. To note here, I've created aTonapi
instance outside the loop and am using that for all of the calls. I supposed this is the way it should be used.The text was updated successfully, but these errors were encountered: