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
We've asked one of our constituencies to send us the output of FastIR Collector from a server. But, the program crashed with the following error:
Traceback (most recent call last):
File "main.py", line 424, in <module>
File "main.py", line 341, in set_options
File "main.py", line 79, in set_environment_options
TypeError: cannot concatenate 'str' and 'NoneType' objects
Failed to execute script main
Unfortunately we do not have any details about the setup except that it's a VM running Windows Server 2016 Standard.
The error seems to be cause by the function get_os_version() returning None value in line 71 of main.py:
Hello,
We've asked one of our constituencies to send us the output of FastIR Collector from a server. But, the program crashed with the following error:
Unfortunately we do not have any details about the setup except that it's a VM running Windows Server 2016 Standard.
The error seems to be cause by the function
get_os_version()
returning None value in line 71 ofmain.py
:Thank you,
The text was updated successfully, but these errors were encountered: