In general I have not had any problems. The github is at
https://github.com/ttrftech/NanoVNA and there is an issues list but some things seem more like a 'wish list'.
I have taken lots of data with the Nanovna-saver program including downloading S parameters and saving the cal sets.
I downloaded the binary that is listed as the latest:
https://github.com/ttrftech/NanoVNA/releases/tag/0.8.0Also, I am not a software type, but I did compile the master as listed and it did work OK, but not with the saver program.
The saver program gave me this error list when I tried to run it with my compilation: ( it seems to not have a valid version )
Traceback (most recent call last):
File "NanoVNASaver\NanoVNASaver.py", line 516, in serialButtonClick
File "NanoVNASaver\NanoVNASaver.py", line 538, in connect_device
File "NanoVNASaver\Hardware\Hardware.py", line 111, in get_VNA
File "NanoVNASaver\Hardware\NanoVNA.py", line 40, in __init__
File "NanoVNASaver\Hardware\VNA.py", line 61, in __init__
File "NanoVNASaver\Hardware\VNA.py", line 186, in readVersion
IndexError: list index out of range
So, I went back to the binary v 0.8.0 which does not give any errors.