does anyone have an idea, what could cause error:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
output = subprocess.check_output(cmd, startupinfo=None)
- It happens only after installation/upgrade of the plugin. If LoxBerry is restarted, the error isn't appearing
- It appears with every bash script call
- It appears in the log before the bash script output is received (possibly during)
- Everything seems to be working despite the error
- the content of bash script doesn't seem to the reason, it happens even with
#!/bin/bash # whoami
Thanks, Best regards,
Aleq
Kommentar