You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I migrated everything to v4 and the app does not startup. I mounted the config dir. I attached my config further below.
I'm trying to run the provided container on my QNAP NAS. That used to work with v3.
The v4 container works on my PC but not on my NAS. Is that caused by dropping the arm/v6 arm/v7 support?
Screenshots or Logs
RequestError: getaddrinfo EAI_AGAIN api.github.com
at ClientRequest.<anonymous> (/usr/app/node_modules/got/dist/source/core/index.js:956:111)
at Object.onceWrapper (events.js:520:26)
at ClientRequest.emit (events.js:412:35)
at ClientRequest.origin.emit (/usr/app/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
at TLSSocket.socketErrorListener (_http_client.js:475:9)
at TLSSocket.emit (events.js:400:28)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:71:26)
parse error: Expected another key-value pair at line 9, column 3
node dist/src/entrypoint-config.js
[2021-10-16 04:59:13.963 +0200] ERROR (RequestError/18 on 581164b8b054): getaddrinfo EAI_AGAIN api.github.com
RequestError: getaddrinfo EAI_AGAIN api.github.com
at ClientRequest.<anonymous> (/usr/app/node_modules/got/dist/source/core/index.js:956:111)
at Object.onceWrapper (events.js:520:26)
at ClientRequest.emit (events.js:412:35)
at ClientRequest.origin.emit (/usr/app/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
at TLSSocket.socketErrorListener (_http_client.js:475:9)
at TLSSocket.emit (events.js:400:28)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:71:26)
cat: can't open '/tmp/config.json': No such file or directory
cat: can't open '/tmp/config.json': No such file or directory
cat: can't open '/tmp/config.json': No such file or directory
cat: can't open '/tmp/config.json': No such file or directory
Setting timezone:
Run on startup:
Run once:
Exiting...
Describe the bug
I migrated everything to v4 and the app does not startup. I mounted the config dir. I attached my config further below.
I'm trying to run the provided container on my QNAP NAS. That used to work with v3.
The v4 container works on my PC but not on my NAS. Is that caused by dropping the arm/v6 arm/v7 support?
Screenshots or Logs
docker-compose
config.json
The text was updated successfully, but these errors were encountered: