akashgoswami / ipm

IOTA node peer manager. Useful for monitoring IOTA peers
MIT License
72 stars 24 forks source link

Request Error: COMMAND removeNeighbors is not available on this node #29

Closed opel22 closed 6 years ago

opel22 commented 6 years ago

... and the same when trying to add neighbors - any hint? Thx!

MClarkDev commented 6 years ago

https://iota.stackexchange.com/questions/351/why-can-i-not-run-commands-on-a-node

Was IRI launched with --remote-limit-api flag and any commands to restrict? Or do you have REMOTE_LIT_API defined in the ini file?

This error comes from IRI, not IPM.

opel22 commented 6 years ago

Hi Matt, unfortunately I cannot check your link -> To log in, you must have commited to the Area 51 site proposal and received the invitation email.

My iota.ini has REMOTE_LIMIT_API="removeNeighbors, addNeighbors, interruptAttachingToTangle, attachToTangle" - should be ok, right?

akashgoswami commented 6 years ago

removeNeighbors, addNeighbors are required for the IOTA-PM to work. This will be addressed in readonly mode where these API are not needed.