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
Traceback (most recent call last):
File "/Users/Desktop/Projects/quote.py", line 5, in <module>
asset1 = client.fetch_asset(92772865)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tinyman/v1/client.py", line 25, in fetch_asset
asset.fetch(self.algod)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tinyman/assets.py", line 19, in fetch
params = algod.asset_info(self.id)['params']
AttributeError: module 'algosdk.v2client.algod' has no attribute 'asset_info'
I searched in client.py and assets.py but I have not found a way to change the params variable such that asset_info is recognized. I'm not sure how or why this error would occur because it is resulting in a de facto deprecation of the Python-SDK. Any advice or suggestions would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
I'm using the code from #36 but I am getting an error that is preventing any functional return.
Error
I searched in
client.py
andassets.py
but I have not found a way to change theparams
variable such thatasset_info
is recognized. I'm not sure how or why this error would occur because it is resulting in a de facto deprecation of the Python-SDK. Any advice or suggestions would be appreciated. Thanks!The text was updated successfully, but these errors were encountered: