os.getlogin
call fails when user doesn't have GPIO permissions
#149
Labels
bug
Something isn't working
os.getlogin
call fails when user doesn't have GPIO permissions
#149
Discussed in #141
The call to
os.getlogin()
when the user does not have GPIO permissions can fail withOSError: [Errno 6] No such device or address
in some cases.@jhuettner do remember if, when you created the
mqttany
user, they were a member of any groups other thanmqttany
?The text was updated successfully, but these errors were encountered: