node icon indicating copy to clipboard operation
node copied to clipboard

Balance is always empty.

Open Zensey opened this issue 3 years ago • 0 comments

Describe the bug Total Earnings / Sessions time is always empty for myst node run natively on Windows

To Reproduce Steps to reproduce the behavior:

  1. run myst executable C:\Users\user\.mysterium-bin\myst.exe --config-dir=C:\Users\user\.mysterium --data-dir=C:\Users\user\.mysterium service --agreed-terms-and-conditions
  2. go to UI http://localhost:4449/#/dashboard
  3. http://localhost:4449/tequilapi/sessions/stats-aggregated?direction=Provided&provider_id=0x..... {"stats":{"count":0,"count_consumers":0,"sum_bytes_received":0,"sum_bytes_sent":0,"sum_duration":0,"sum_tokens":0}}

Environment (please complete the following information):

  • Node version: 1.9.5
  • OS: Windows 10

Log https://gist.github.com/Zensey/6f84db1cc1fa4ae97a4b74241e42dfb1

Context At the same time, the desktop application displays the balance correctly. On the other hand, with another .mysterium profile/identity that I have balance is shown.

Zensey avatar Jul 18 '22 09:07 Zensey