MinaFoundation / PGT_gptSurveySummarizer

Discord bot to gather your thoughts
3 stars 3 forks source link

Punycode is deprecated #23

Open Smorci opened 5 months ago

Smorci commented 5 months ago

When running both of the applications we get a DepracationWarning

summarizer-1 | (node:19) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. bot-1 | (node:19) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.

johnmarcou commented 5 months ago

Yes, this is caused by https://github.com/openai/openai-node library.

There is an issue about it here: https://github.com/openai/openai-node/issues/780. This should be fixed in the next updated of the library: https://github.com/openai/openai-node/pull/402#issuecomment-2016678933.

MadGeometer commented 2 weeks ago

Is there an ETA for fixing the Punycode issue? This is still happening with nodejs version = v21.7.3 "openai": "^4.60.0"