Does anyone know what is going on here?
This is in an unraid docker image
{“fatal”:true,“exit”:true,“status”:12,“pid”:27,“ppid”:20,“error”:“Library setup failed: ¹: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.”}
Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.: Library setup failed: ¹
Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.
at L.assertReadWriteExecutable (/ps/app/bin/main.js:9:191324)
at async Object.t.setupLibraryDataDir_ (/ps/app/bin/main.js:9:387513)
at async /ps/app/bin/main.js:9:626510
{“fatal”:true,“exit”:true,“status”:14,“pid”:27,“ppid”:20,“error”:“main setup failed: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.: Library setup failed: ¹”}
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.
at L.assertReadWriteExecutable (/ps/app/bin/main.js:9:191324)
at async Object.t.setupLibraryDataDir_ (/ps/app/bin/main.js:9:387513)
at async /ps/app/bin/main.js:9:626510
{“fatal”:true,“exit”:true,“status”:12,“pid”:25,“ppid”:18,“error”:“Library setup failed: ¹: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.”}
Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.: Library setup failed: ¹
Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.
at L.assertReadWriteExecutable (/ps/app/bin/main.js:9:191324)
at async Object.t.setupLibraryDataDir_ (/ps/app/bin/main.js:9:387513)
at async /ps/app/bin/main.js:9:626510
{“fatal”:true,“exit”:true,“status”:14,“pid”:25,“ppid”:18,“error”:“main setup failed: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.: Library setup failed: ¹”}
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 99/group 100.
at L.assertReadWriteExecutable (/ps/app/bin/main.js:9:191324)
at async Object.t.setupLibraryDataDir_ (/ps/app/bin/main.js:9:387513)
at async /ps/app/bin/main.js:9:626510