Cyrix126 / gupaxx

Fork of Gupax integrating the XMRvsBeast Raffle
https://xmrvsbeast.com
GNU General Public License v3.0
21 stars 3 forks source link

Windows: Size of Node DB at 0B #19

Open Cyrix126 opened 1 day ago

Cyrix126 commented 1 day ago

Originally reported by @MKRajan29 in https://github.com/Cyrix126/gupaxx/issues/18

OS & Version:

Windows 10 & Windows 11

Bug

In the Status tab on Process sub-menu, the size of the DB will stay at 0B

Steps

Steps to reproduce the behavior:

  1. Start Monerod
  2. Click on Status Tab process submenu
  3. See error on column "Node".

Screenshots

image

Additional context

Linux is not affected.

Note to myself

Need to see what's the output of /json_rpc with method get_info on Windows. Tried with curl but I'm getting parse output error when the same arguments works on Linux. The http client in Gupaxx seems to be doing fine since the rest of the stats are available. Need to run the monerod on Windows and try to get a response from Linux.