Replies: 1 comment
-
Hi! It seems that the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I use a Runtipi on a Raspberry Pi at my home, and I saw that there's a Planka app available. However, when I try to install it, it keeps giving errors after several attempts. Here's the log.
planka | node:internal/process/promises:288
planka | triggerUncaughtException(err, true /* fromPromise /);
planka | ^
planka |
planka | Error: getaddrinfo ENOTFOUND base
planka | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
planka | errno: -3008,
planka | code: 'ENOTFOUND',
planka | syscall: 'getaddrinfo',
planka | hostname: 'base'
planka | }
planka |
planka | Node.js v18.20.4
planka | Tried 28 times. Waiting 5 seconds...
planka | node:internal/process/promises:288
planka | triggerUncaughtException(err, true / fromPromise */);
planka | ^
planka |
planka | Error: getaddrinfo ENOTFOUND base
planka | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
planka | errno: -3008,
planka | code: 'ENOTFOUND',
planka | syscall: 'getaddrinfo',
planka | hostname: 'base'
planka | }
planka |
planka | Node.js v18.20.4
planka | Tried 29 times. Waiting 5 seconds...
Beta Was this translation helpful? Give feedback.
All reactions