There appears to be an issue with the create_btcpay API. The following error is thrown when trying to create a btcpay transaction during a valid/pending order match.
'NoneType' object has no attribute 'split'
The screenshots below show testnet transactions.
create_btcpay request during valid order match... fails
get_order_matches request showing order match in 'pending' status
The text was updated successfully, but these errors were encountered:
Mentioned it briefly in RPBT Telegram a bit ago. It appears to cause a new Server error dialog to appear for each error thrown in FreeWallet. (Thanks for the great wallet, BTW — FULLACCESS holder here!)
After some further investigation, it appears that the create_btcpay transaction requires that a source address be specified, even though the documentation indicates order_match_id is the only required field.
jdogresorg commentedFeb 8, 2018
•
edited
There appears to be an issue with the
create_btcpay
API. The following error is thrown when trying to create a btcpay transaction during a valid/pending order match.'NoneType' object has no attribute 'split'
The screenshots below show testnet transactions.
create_btcpay
request during valid order match... failsget_order_matches
request showing order match in 'pending' statusThe text was updated successfully, but these errors were encountered: