-
Notifications
You must be signed in to change notification settings - Fork 124
send_transfer example fails 400 #104
Comments
The reason seems to be lacking neighbors. However, I find the error message |
Hey @HerrMuellerluedenscheid aye, I agree; the error message could probably be clarified. This message comes directly from the IRI, so the IRI bug tracker is the best place to report this. That said, I think this error is only relevant so long as the Coordinator is operating — as soon as the COO gets shut down, there will be no "canonical" Tangle that the node has to synchronise with. |
Hi @todofixthis I believe I have a similar error: |
Hey Damian. Awesome tutorial; I love where you're going with that! The error in question is coming from a
Since PyOTA doesn't send tips as part of this request, I'm inclined to think that the issue here is on the IRI side of things (and also that the IRI should be sending back a 500 response, not a 400). |
@todofixthis Thanks! Does it make sense? |
That's a really interesting idea. I think that we could turn that into its own feature:
|
@todofixthis Yes, that would be useful for people which are getting started with IOTA. Later when they will be experienced they will be able to change to custom testnet or mainnet nodes without a problem, but at the beginning, this could save them a lot of frustration and time. |
I'm still getting this even with |
Does your iri have neighbors? Is it synchronized? |
@HerrMuellerluedenscheid is it necessary to have neighbors to send transaction?? |
@MHKhalil The node that your client lib is connected with must have neighbours. |
@anistark thank you for your response :) |
@MHKhalil 👍 Ya sure. You can add neighbours. Ask anybody on the fullnode channel on iota discord server and there'll be folks to help you out. I closed my node few months ago or would have added you as neighbour. :) |
@anistark thanks a lot 👍 :) |
Hi,
I'm running iri 1.4.1.2 and was trying to run the
send_transfer.py
example (py3). It terminates withWhat do I have to do to update the subtangle? Do I HAVE to have neighbors to run the examples?
Output of the
hello_world.py
:Thanks for your help in advance!
Best regards
Marius
PS.: for the sake of completeness here the full error stack:
The text was updated successfully, but these errors were encountered: