philross opened this issue 2 years ago · 1 comments
username=os.getlogin() in src/config.py fails for certain machines.
username=os.getlogin()
For now we will catch the exception of os.getlogin() and will assign the string "unknownuser" to the username variable. In the future this should be handled in a smart way.
os.getlogin()