Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Punycode is deprecated #23

Open
Smorci opened this issue Apr 19, 2024 · 2 comments
Open

Punycode is deprecated #23

Smorci opened this issue Apr 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Smorci
Copy link
Contributor

Smorci commented Apr 19, 2024

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
Copy link
Collaborator

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

There is an issue about it here: openai/openai-node#780. This should be fixed in the next updated of the library: openai/openai-node#402 (comment).

@MadGeometer
Copy link

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

@CristinaEche CristinaEche reopened this Sep 29, 2024
@CristinaEche CristinaEche added Improvement New feature or request Hacktoberfest Issues to solve during the online event bug Something isn't working and removed Improvement New feature or request Hacktoberfest Issues to solve during the online event labels Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants