Closed ap88 closed 1 year ago
The error comes from the maintainers name. I fixed it myself by changing output.decode() to output.decode('utf8','strict') in line 32 of inspector.py and additionally you have to change ins.format.cli() to ins.format.cli().encode(encoding='utf8') in line 24 of runlike.py
The filepath can be read in the error message
@Walle123 thank you. Would you like to submit a patch?
@lavie I am pretty new to github and do not know how to do that
I'd be happy to help.
e.g. if you know you have to change inspector.py
you can click the edit button and get an editor: https://github.com/lavie/runlike/edit/master/runlike/inspector.py
Then you commit the changes and submit a PR (pull request).
I think i did it right. Thank you for your help
Appreciated.
The builds did fail, but it's not your fault. There's a known issue with dockerhub.
I'll fix it soon. Not today though, unfortunately. Very short on time.
I have a container running from the ownyourbits/nextcloudpi-armhf image. Trying to export with the command runlike nextcloud crashes with the following output: