Floatplane-Downloader icon indicating copy to clipboard operation
Floatplane-Downloader copied to clipboard

Error: EACCES: permission denied, mkdir '/.ffbinaries-cache' on start

Open CarbonCollins opened this issue 1 month ago • 8 comments

Hi,

Just tried to load the docker image into a helm chart to start using it, however, when I first started the image it crashed with the following error:

node:fs:1325
  const result = binding.mkdir(
                         ^

Error: EACCES: permission denied, mkdir '/.ffbinaries-cache'
    at Object.mkdirSync (node:fs:1325:26)
    at Kre (/fp/float.cjs:105:3995)
    at /fp/float.cjs:105:4009
    at /fp/float.cjs:1:263
    at /fp/float.cjs:105:8659
    at /fp/float.cjs:1:263
    at Object.<anonymous> (/fp/float.cjs:298:83474)
    at Module._compile (node:internal/modules/cjs/loader:1760:14)
    at Object..js (node:internal/modules/cjs/loader:1892:10)
    at Module.load (node:internal/modules/cjs/loader:1480:32) {
  errno: -13,
  code: 'EACCES',
  syscall: 'mkdir',
  path: '/.ffbinaries-cache'
}  

I was using the latest image which resolved to this image at the time: https://hub.docker.com/layers/inrix/floatplane-downloader/latest/images/sha256-ebc073d0cc20abc7ac77d8a9e22f7d94674dfa3dd02cfc3a3a24ea7ab250b4c6.

I'm not sure how to solve this as I searched previous issues and the wiki which didnt really make any mention to this specific issue nor does there seem to be any way of specifying what UID and GID is used in the container

CarbonCollins avatar Dec 13 '25 13:12 CarbonCollins