You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an old firmware loaded in my NanoVNA-H and I used this new release of your Software and it was working fine. Then I installed DFUSeDemo and its corresponding STM32080 driver to upgrade the firmware of my NanoVNA-H. I used DisLord NanoVNA.H.v1.2.29.dfu for upgrade.
Since then following error is generated once I run this version of your software or any previous version of it from both x86 and x64 binaries. However the device with the above mentioned new firmware works fine with other softwares like NanoVNA-App by OneofEleven and VNASharp etc. Your app gives same error now whether device is connected or not, right at the start and does not load.
Traceback (most recent call last):
File "nanovna-saver.py", line 37, in
File "NanoVNASaver_main_.py", line 95, in main
File "NanoVNASaver\NanoVNASaver.py", line 128, in init
File "NanoVNASaver\Controls\MarkerControl.py", line 46, in init
File "NanoVNASaver\Marker\Widget.py", line 163, in init
File "NanoVNASaver\Marker\Widget.py", line 206, in buildForm
TypeError: object of type 'NoneType' has no len()
It may be possible that DFU app and its driver have conflict with your python based windows binaries.
The text was updated successfully, but these errors were encountered:
I had an old firmware loaded in my NanoVNA-H and I used this new release of your Software and it was working fine. Then I installed DFUSeDemo and its corresponding STM32080 driver to upgrade the firmware of my NanoVNA-H. I used DisLord NanoVNA.H.v1.2.29.dfu for upgrade.
Since then following error is generated once I run this version of your software or any previous version of it from both x86 and x64 binaries. However the device with the above mentioned new firmware works fine with other softwares like NanoVNA-App by OneofEleven and VNASharp etc. Your app gives same error now whether device is connected or not, right at the start and does not load.
Traceback (most recent call last):
File "nanovna-saver.py", line 37, in
File "NanoVNASaver_main_.py", line 95, in main
File "NanoVNASaver\NanoVNASaver.py", line 128, in init
File "NanoVNASaver\Controls\MarkerControl.py", line 46, in init
File "NanoVNASaver\Marker\Widget.py", line 163, in init
File "NanoVNASaver\Marker\Widget.py", line 206, in buildForm
TypeError: object of type 'NoneType' has no len()
It may be possible that DFU app and its driver have conflict with your python based windows binaries.
The text was updated successfully, but these errors were encountered: