You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Bitkit starts without being able to retrieve price data (has happened to me a few timesunder normal conditions) and it doesn't have past data to use then it displays a dash for the dollar value (see first screenshot). From then on it does not attempt to fix this state even if network conditions are good. As a result, there is no price data for creating a LN channel (see second screenshot).
It would be good to prevent access to any action that requires live price data on the client side.
It would be good to retry obtaining price data if it has been unsuccessful.
Reproduce
With no network (aeroplane mode)
With a new instance of Bitkit
Create a new wallet
Allow network access (disable aeroplane mode)
Tap the 0 bitcoin balance to display dollar
Observe a dash for dollar price instead of 0 (this is probably an ok representation but there are no attempts to update live price data, even with a manual pull-down to refresh)
Tap Receive at the bottom
Tap Receive on Spending Balance
Input valid amount and Continue
Observe 'Undefined' fiat amount in description
Tap Continue
Observe CJIT Error and no progression to create invoice
Screenshots / Recording
Dollar value displays with a dash when there is no price conversion info
Attempting to create CJIT channel displays 'undefined' and produces error
catch-21
changed the title
[Bug]: No recovery when failing to obtain price data for conversion resulting in error when interacting with Blocktank
[Bug]: No retry attempt when failing to obtain price data for conversion resulting in error when interacting with Blocktank
May 15, 2024
catch-21
changed the title
[Bug]: No retry attempt when failing to obtain price data for conversion resulting in error when interacting with Blocktank
[Bug]: No constraints or retry attempt when failing to obtain price data for conversion resulting in error when interacting with Blocktank
May 15, 2024
Tested on v118
This is much improved. I see that the price data is updated automatically and correctly.
However, I did notice that the $0 service provider fee and CJIT Error: init_channel_manager can be provoked when attempting to receive spending balance with no network. @limpbrains would you suggest addressing here or in new issue?
Describe the bug
If Bitkit starts without being able to retrieve price data (has happened to me a few timesunder normal conditions) and it doesn't have past data to use then it displays a dash for the dollar value (see first screenshot). From then on it does not attempt to fix this state even if network conditions are good. As a result, there is no price data for creating a LN channel (see second screenshot).
It would be good to prevent access to any action that requires live price data on the client side.
It would be good to retry obtaining price data if it has been unsuccessful.
Reproduce
Screenshots / Recording
Dollar value displays with a dash when there is no price conversion info
Attempting to create CJIT channel displays 'undefined' and produces error
Operating system
Android 13 TKQ1.220829.002
Bitkit version
d710a89
Log output
No response
The text was updated successfully, but these errors were encountered: