Scala-API-Wrapper
Scala-API-Wrapper copied to clipboard
Getting 404: Not found while invoking wallet create on local machine.
I've added the full detail of the issue on the stackoverflow. Please have a look at:
https://eosio.stackexchange.com/questions/1632/getting-404-not-found-v1-wallet-create-while-creating-a-wallet-using-htt
It seems, the code to form the uri in org.nsjames.utils.Settings.scala line # 20 is incorrect. As it was printing the incorrect uri. It was putting an extra "/" in the URI.
/v1//wallet/create (See carefully, we have double "//" after v1 which was solve by removing the extra "/".
Tested this locally by removing the extra "/" and publishing locally.