docker-windows-volume-watcher icon indicating copy to clipboard operation
docker-windows-volume-watcher copied to clipboard

Failed to convert permissions: strconv.Atoi: parsing

Open jannwe opened this issue 6 years ago • 4 comments

Hello,

unfortunately I discovered an issue that prevents me from using the volume-watcher. The error message ist the following

Failed to convert permissions: strconv.Atoi: parsing "": invalid syntax

Maybe you have an idea how to deal with this @FrodeHus

jannwe avatar Jul 10 '18 07:07 jannwe

Same here. OpensSuSE linux 15.0 @FrodeHus I see this tool is sensitive to paths.

andriy-f avatar Sep 19 '18 08:09 andriy-f

I've seen this happen on occasion, but I can't reliably reproduce it so far.

FrodeHus avatar Sep 24 '18 07:09 FrodeHus

I've seen this happen on occasion, but I can't reliably reproduce it so far.

It happens when this script cannot find changed file in container. i.e. when relative paths of volumes on host don't match container WORKDIR path.

andriy-f avatar Sep 25 '18 11:09 andriy-f

I've seen this happen on occasion, but I can't reliably reproduce it so far.

It happens when this script cannot find changed file in container. i.e. when relative paths of volumes on host don't match container WORKDIR path.

Thank you for the clarification. But i don't understand what the solution to this issue is.

tv-enermarket avatar Oct 16 '19 09:10 tv-enermarket