I tried
steem.api.setOptions({url:'https://api.steemitdev.com', useAppbaseApi:true});
...But unfortunately the same error.
I tried
steem.api.setOptions({url:'https://api.steemitdev.com', useAppbaseApi:true});
...But unfortunately the same error.
Ok I believe this is due to (1) using the legacy call
format, combined with (2) not specifying start_author
and start_permlink
. If you include both of those keys and set them to blank, it should work. Please confirm that this solves the problem and we'll loosen the call
format restriction.
That nailed it, thank you!
And we don't even need to set the useAppbaseApi: true option
👍I've gone ahead and made those two parameters optional again since a lot of calls seem to be omitting them. Also the API will be returning more helpful error messages now.