wampire icon indicating copy to clipboard operation
wampire copied to clipboard

Example endpoint does not handle argument types correctly

Open NeoVance opened this issue 5 years ago • 1 comments

Running endpoint example and api_user example, the addition example is not able to parse it's arguments correctly.

Enter a command (or type "help")
add 10,10
Error: CallError { reason: InvalidArgument, args: Some([String("Expected integer, got 10")]), kwargs: None }

NeoVance avatar Feb 26 '19 19:02 NeoVance