kardall
kardall
> Yes, for me what solved the issue was to put the first line of the XML label on the same line as the opening backtick. (I previously had the...
That's not what GET requests are for... they are for retrieving data via endpoints with additional URL parameters. No properly designed REST API should have body data in a GET.
the folder structure is the same as CNtools though, and the `priv/wallet/walletname/*.addr/.skey/.vkey` is the same as what CNtools does when you create a wallet or import a wallet with mnemonics....
Just got this same error when I tried to mint an nft as well...
helper.js line 145 > minting.actions instead of minting.action
Has been updated 4 days ago, update and the above fix was added :)
They have updated their code beyond that. It's different and I haven't gotten back into using this yet. So the code that I mentioned doesn't work anymore. It did, then...
https://github.com/Emurgo/cardano-serialization-lib/issues/415#issuecomment-1174788657 This worked, for whatever reason, this is the code that I have fiddled with just to get it to actually compile and function properly: ``` //get wallet address walletStore.wallet.api.getUsedAddresses().then(async...
That is the post method you have chosen, which is a x-www-url-encoded post object. Change it to JSON and it will put any fields you add as a json object...
Could it be that when the response comes back, you are not pulling the correct values? So in order to get the nestLiveVideoUrl0/1/2/3 parts, you would need to do something...