NodeUI - Node price not refreshed in UI
Describe the bug The fees reported by NodeUI and the actual proposal sometimes differ.
To Reproduce
- Open NodeUI. See proposed Price/GiB. In my case, nodeUI reports 0.1228532 MYST/GiB (Price/h seems to get reported correctly, so left out here
- Open a connection to that node by searching for its identity in the android(or desktop app). Connect to node. Price gets reported as: 0.1317/GiB
- Refresh nodeUI to make sure we did not just miss an update: NodeUI still reports 0.1228532 Myst/GiB
- trying to get the proposal from the very node shows that the node announced the right MYST/GiB myst connection proposals | grep 0x64952ed1742b65ea56ef9d1445a92d9f59af0475 | Identity: 0x64952ed1742b65ea56ef9d1445a92d9f59af0475 | Type: residential | Country: DE | Price: 0.000733/hour 0.131913/GiB |
- This happens on multiple nodes, I just grabbed this one for testing. To make sure I get unbiased results, I connected to the node using cellular network.
Expected behavior NodeUI and the network propose the same prices
Screenshots
Environment (please complete the following information):
- Node version: 1.2.2
- OS: Raspbian, Debian bullseye, Debian Bookworm
- Desktop app version (if applicable): latest
- Docker (if applicable): no docker used
- Your identity (if applicable): 0x64952ed1742b65ea56ef9d1445a92d9f59af0475
Hi, sorry for the late reply. When such an issue occurs, could you do a curl on that node to get the latest price and report if there is a missmatch: curl localhost:4050/prices/current?
Also about step 4. in your description, did you pull this proposal using the node that is showing the bad price or some other? This could be some cache issue, did you try to see if the prices change in UI if use incognito mode?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity for a long time. If this issue is still valid, please ping a maintainer and ask them to label it as "pinned". Thank you for your contributions.
Hi @veldspar Is the issue resolved?