inv2004 / ttop

System monitoring tool with historical data service, triggers and top-like TUI
MIT License
333 stars 5 forks source link

unsigned integer: strutils.nim(1091) #18

Closed adrianmihalko closed 1 year ago

adrianmihalko commented 1 year ago

I am getting error while opening ttop:

@ubuntu:~$ sudo ttop
invalid unsigned integer: 
strutils.nim(1091)       parseUInt
inv2004 commented 1 year ago

@adrianmihalko Can you please run ttop-debug version? It will output stacktrace for the error.

wget https://github.com/inv2004/ttop/releases/latest/download/ttop-debug

Thank you

inv2004 commented 1 year ago

@adrianmihalko Please find that the last version provides more detailed error info even without stacktrace (non -debug)

adrianmihalko commented 1 year ago

I can’t reproduce the issue for now, after a restart. I’ll add more info when it appears again. Thank you