Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in windows Server VM #31

Open
xaled opened this issue Apr 23, 2020 · 1 comment
Open

Error in windows Server VM #31

xaled opened this issue Apr 23, 2020 · 1 comment

Comments

@xaled
Copy link

xaled commented Apr 23, 2020

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:

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:

    if operating_sys == settings.OS:
        release = get_os_version()

Thank you,

@EgeBalci
Copy link

I am getting the same exact error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants