The API endpoints listing in the lib/settings.py module need to be updated to reflect changes made by algoexplorer.
At the end of Feb 2022, the original endpoints were deprecated and are no longer in service. When trying to batch mint some NFTs, this results in an 404 that gets obscured by nested try/except statements in the algosdk.
The API endpoints listing in the
lib/settings.py
module need to be updated to reflect changes made by algoexplorer.At the end of Feb 2022, the original endpoints were deprecated and are no longer in service. When trying to batch mint some NFTs, this results in an 404 that gets obscured by nested try/except statements in the
algosdk
.MWE 1: Failure
MWE 2: Success