-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
UpdateResultsBytes failed: Unable to update interface: DAG.PutInterface failed: #5236
Comments
Hey @ConorTighe1995, If the error is still in the JSON input I'm gonna ask you to close this and move the discussion to https://discuss.ipfs.io/, maybe another IPFS user who has experience with computes.io could guide you on how to work with it; if you find out this is a separate error feel free to document it here. |
This error takes place at a different step in the process so I assumed it was unrelated, the encoding error is resolved and ipfs dag put worked fine, this is when the actual task is executed.
|
Yes, the JSON is valid. The error reported comes from Compute in but it's just reporting a server error, which can mean many things, and I can't find any references to https://github.com/computes/ipfs-http-api/blob/master/dag/put.go#L39 to see what input is actually being sent to the HTTP API. |
Could a office proxy be effecting the swarms ability to connect properly? they appear as peers but once I debug the daemon is see the following updates:
|
Yes. /cc @Stebalien |
Is there any documentation or solutions found on creating a swarm behind a proxy? Those issues dont really solve the problem just acknowledge them. |
Not that I know of, sorry.
Yes, they are more a reference to @Stebalien than to you, as this issue may be a duplicate of one of them. |
Ok cool ill keep looking into trying to get around this anyway ill keep an eye on those threads to see if any progress is made, thanks. |
Let's move the proxy discussion to libp2p/go-libp2p#286. Some local testing shows that it at least works for dialing if the proper environment variables are set. |
Ok, closing this then, as the JSON input was valid. |
I've been trying to run a task with computes.io over a IPFS swarm, the node computes connect fine and the peers are visible but when I check the status of the computation it says it failed and returns the error in the title.
The version im using is v0.4.16 and the daemon is using the flags --enable-pubsub-experiment --enable-namesys-pubsub which are required for computes,io
Its meant to run a docker container of a NodeJs application.
Here is the full error:
"runner":{"errors":[{"error":"UpdateResultsBytes failed: Unable to update interface: DAG.PutInterface failed: Put failed: unexpected status code returned. Expected 200, received 500"
The text was updated successfully, but these errors were encountered: