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 frequent and inconsistent 500 Bad Gateway Errors from fetch_asset, fetch_pool, etc calls. Looking at tinyman/v1/client.py I noticed the AlgoExplorer API Link referenced seems to be the old API. Based on their developer docs: https://algoexplorer.io/api-dev/v2 the new URL is https://algoexplorerapi.io (Current used in file is https://api.algoexplorer.io). I tried changing that value in a local copy of this module and it started working consistently. I believe a similar shift is also needed for the testnet client as well.
The text was updated successfully, but these errors were encountered:
Yes also all internal functions use the algod client and not possibilty to swap to the indexer. As algoexploer is dismissing the algod apis should be changed something. Indexer returns the response inside a key, like {'accounts': ...}, so the current tinymanClient is not compaitble with indexer
Hi, thank you for reporting this. I think this issue has been addressed with this PR #29 . So, I want to close this issue, please feel free to reopen it if you disagree.
Hey,
I'm getting frequent and inconsistent 500 Bad Gateway Errors from fetch_asset, fetch_pool, etc calls. Looking at tinyman/v1/client.py I noticed the AlgoExplorer API Link referenced seems to be the old API. Based on their developer docs: https://algoexplorer.io/api-dev/v2 the new URL is https://algoexplorerapi.io (Current used in file is https://api.algoexplorer.io). I tried changing that value in a local copy of this module and it started working consistently. I believe a similar shift is also needed for the testnet client as well.
The text was updated successfully, but these errors were encountered: