-
Notifications
You must be signed in to change notification settings - Fork 2
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
ECONNRESET when registering schema #7
Comments
Thanks for the report 👍 could you provide your system information and I wonder if you're using the release binaries for |
This might be related to an issue in NodeJS: nodejs/node#40702 not supporting happy eyeballs? Maybe try with NodeJS v20? Otherwise there seems to be this DNS config mentioned in this issue one can add as a workaround: |
macOS 13.0, node 19. used the latest pre-built binary for apple m2 (aquadoggo-v0.7.1-aarch64-apple-darwin). however I just updated to node 21.6.2 (npm 10.2.4) and now I get a different error, even after deleting and re-cloning/installing the example.
EDIT: If I remove |
I'm trying to run the example in the tutorial, and my
aquadoggo
node is running in another terminal process (v0.7.1), and then I runnpm run schema
and get this error:When I terminate the node and re-run the script, I get ECONNREFUSED as I might expect.
The text was updated successfully, but these errors were encountered: