-
Notifications
You must be signed in to change notification settings - Fork 173
PathFind Results Error #305
Comments
Maybe its just an interface problem, but its quite frustrating. |
I got this error message in dev version when performing the task above: |
ok, it looks like the error is inprocesing the returning results from pathfind, for XRP > IOU payments, generating wrong values for XRP, and this error causes the other paths to be hidden too. |
I'm having a similar problem with the pathfinding algorithm in the desktop client when trying to send small amounts of BTC to a wallet. It's really weird. It finds a path for 0.49 BTC but refuses to find a path for 0.4 BTC. |
Probably because 0.49 btc returns no paths for xrp > btc, only IOU > btc, Em sáb, 16 de jan de 2016 05:07, John Whelan [email protected]
|
When I try to create payments there were no results for the following values:
Sending USD: Values between 2 and 14 = no results, 1 or >14 worked
Sending BRL: Values between 5 and 54 = no results, < 5 or > 54 worked
EDIT: The values were the result of fulfilling two conditions:
1 - There is a valid path to deliver an IOU using XRP
2 - The amount of XRP used in the payment must be high enough to cause "Error: Exceeding max value of 100000000000\n"
Version: 1.3.2-60-g339e6e1
Im using windows 10 64bits version
The text was updated successfully, but these errors were encountered: