-
Notifications
You must be signed in to change notification settings - Fork 189
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
Fly.io gossip glomers challenge 1 doesn't work with a binary file generated from a js file. #90
Comments
here's the node that'd handle the requests (running on port 3001) |
handlers are different. An express web server is not what's required here |
I'm not sure why you're getting this with You, uh, don't need to bind any network ports at all, by the way. I assume you've got some other reason for doing this, but debugging it is sort of out of scope for Maelstrom. |
I found the node.js used in the demo post creating this issue. This is resolved now. Thanks for your time. |
I'm using the following command to attempt the challenge 1:
./maelstrom test -w echo --bin "../node_solutions/echo/maelstrom-echo" node-count 1 --time-limit 10
What I observe is the following error (I've attached the relevant logs (zipped) for your reference too.
20240730T215850.374+0530.zip)
The text was updated successfully, but these errors were encountered: