cli icon indicating copy to clipboard operation
cli copied to clipboard

Silent failure when unable to access the temporary directory

Open pjcdawkins opened this issue 1 year ago • 2 comments

For example, if originally installed as root, and then run as non-root, the CLI may fail with no output, because it can't access its temporary files:

image

pjcdawkins avatar Mar 22 '24 20:03 pjcdawkins

This is probably more general - the debug env var probably shouldn't be needed if the error is a fatal one

image

pjcdawkins avatar Mar 22 '24 20:03 pjcdawkins

If the directory exists, but we don't have access to it, we could start iterating until we find an available suffix (-1, -2, etc).

This will probably resolve #47, as each user will get their directory.

akalipetis avatar Mar 26 '24 10:03 akalipetis