App continues to display tips as unlockable after 'lbrynet support abandon --claim_id=...' withdrew them all
See original GitHub issueThe Issue
Described in the title.
Steps to Reproduce
- Tip your own content via the command line (i’m not 100% sure this is actually needed to reproduce the issue, but I had done it)
- Have someone else tip the content as well
- Run
lbrynet support abandon --claim_id=...
to unlock all the tips from (1) and (2).
Expected Behavior
The app should show the tips from others as having been unlocked, because they have been as far as I can tell (lbrynet resolve
shows no supports).
Actual Behavior
The little ‘unlock tip’ icon is still there, but if you try to do it, there will be an error unlocking the tip.
System Configuration
App | 0.32.1 Daemon (lbrynet) | 0.37.0 Platform | Linux (Linux-5.0.9-2-MANJARO-x86_64-with-arch-Manjaro-Linux)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
lbry-desktop/app-strings.json at master
"This app is running with an incompatible version of the LBRY protocol. You can still use it, but there may be issues. Re-run...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The new transactions might be there but the apps cache doesn’t know the support was removed.
He’s talking about abandoning them from command line and then not allowing the app to refresh this data. Unless it doesn’t go away after refresh, then there may be a bug but I’m pretty sure I tried this and it worked.
If it was done in app, it would be reflected. We have a separate ticket to allow this (I think, and if not, I’ll open one).