Scala-API-Wrapper icon indicating copy to clipboard operation
Scala-API-Wrapper copied to clipboard

Getting 404: Not found while invoking wallet create on local machine.

Open manishatGit opened this issue 7 years ago • 1 comments

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

manishatGit avatar Jul 23 '18 05:07 manishatGit

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.

manishatGit avatar Jul 23 '18 07:07 manishatGit