got punycode error while server is starting #637
Unanswered
skyfall2022
asked this question in
Q&A
Replies: 2 comments
-
after downgrade to mynaparrot/plugnmeet-etherpad:v1.9.7, there is no such error. I believe it's compatibility issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is nothing wrong with this error and safe to ignore. Main problem was here: |
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
-
I just followed the install steps of https://www.plugnmeet.org/docs/developer-guide/setup-development. when the server was starting, I got the following errors:
···
etherpad-1 | [2025-01-15T09:53:08.631] [ERROR] settings - (node:29) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.etherpad-1 | (Use
node --trace-deprecation ...
to show where the warning was created)etherpad-1 | [2025-01-15T09:53:08.635] [ERROR] server - Error occurred while starting Etherpad
etherpad-1 | [2025-01-15T09:53:08.636] [ERROR] server - Metrics at time of fatal error:
etherpad-1 | {
etherpad-1 | "httpStartTime": 0,
etherpad-1 | "memoryUsage": 210554880,
etherpad-1 | "memoryUsageHeap": 84814512
etherpad-1 | }
etherpad-1 | [2025-01-15T09:53:08.636] [ERROR] server - Error: getaddrinfo ENOTFOUND host.docker.internal
etherpad-1 | at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)
etherpad-1 | [2025-01-15T09:53:08.636] [INFO] server - Exiting...
etherpad-1 | [2025-01-15T09:53:08.637] [INFO] server - Waiting for Node.js to exit...
etherpad-1 | [2025-01-15T09:53:08.641] [DEBUG] runCmd - Command returned successfully: pnpm --version
etherpad-1 | [2025-01-15T09:53:08.641] [INFO] plugins - pnpm --version: 9.0.4
etherpad-1 | [2025-01-15T09:53:09.149] [ERROR] settings - Can not perform Etherpad update check: AggregateError
etherpad-1 | [2025-01-15T09:53:13.635] [ERROR] server - Something that should have been cleaned up during the shutdown hook (such as a timer, worker thread, or open connection) is preventing Node.js from exiting
etherpad-1 | [2025-01-15T09:53:13.636] [ERROR] server - Enable
dumpOnUncleanExit
setting to get a dump of objects preventing a clean exitetherpad-1 | [2025-01-15T09:53:13.636] [ERROR] server - Forcing an unclean exit...
···
Beta Was this translation helpful? Give feedback.
All reactions