Closed koo5 closed 1 year ago
I am running into the same issue with the stable
and latest
branches. There is no error if I don't mount a volume, but then I don't get output. Changes to the docker parameters (e.g. :z
, --privileged
, different paths) doesn't seem to change anything. --fuck-russia
doesn't appear to have any effect. Downgrading still works, but I'm sure that version will bit-rot eventually.
@jamestmartin can you specify the last version that works? Also, feel free to open a new issue since this one was closed by the author.
(took a bit of digging, but ...) the change in 2.36.3 was that the output path inside docker is no longer /app/out
but just /out
. It was noted in a changelog somewhere but i can't find that now.
(took a bit of digging, but ...) the change in 2.36.3 was that the output path inside docker is no longer
/app/out
but just/out
. It was noted in a changelog somewhere but i can't find that now.
Huh, that's from a while ago 🤔 Any clue why it would trigger the exception now? That directory shouldn't be any more protected than the previous one.
Maybe @jamestmartin only pulled now
(took a bit of digging, but ...) the change in 2.36.3 was that the output path inside docker is no longer
/app/out
but just/out
. It was noted in a changelog somewhere but i can't find that now.Huh, that's from a while ago 🤔 Any clue why it would trigger the exception now? That directory shouldn't be any more protected than the previous one.
At the time I posted, I didn't have the time to bisect the issue, and was just looking for whatever working version I could find. I probably should've opened a new issue in the first place since I already knew I last had it working with a more recent version in June.
I can't check now but i'd also be suspicious of the $APP_UID thing used in the dockerfile, fwiw my commandline has an explicit --user 1000 there for some reason .. :)
I can't check now but i'd also be suspicious of the $APP_UID thing used in the dockerfile, fwiw my commandline has an explicit --user 1000 there for some reason .. :)
The user used to be created and set manually before, but now it's provided implicitly by the base image. In any case, both the previous and the current behavior rely on a non-root user.
Version
2.36.3
Flavor
CLI (Command Line Interface)
Export format
HTML, TXT, JSON, CSV
Details
2.36.2 is ok:
Steps to reproduce
2.36.3: