MinaFoundation / gptSurveySummarizer

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

Punycode is deprecated #23

Open Smorci opened 2 months ago

Smorci commented 2 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 2 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.