interledgerjs / moneyd

Connect your machine to the Interledger
109 stars 51 forks source link

Running into [RippledError(noNetwork)] when running testnet #25

Closed andywong418 closed 6 years ago

andywong418 commented 6 years ago

Currently when I try running the testnet I'm getting a connector:app error [RippledError(noNetwork)]. Does this mean that my testnet node is down?

sharafian commented 6 years ago

From the Ripple API docs:

noNetwork - The server is having trouble connecting to the rest of the XRP Ledger peer-to-peer network (and is not running in stand-alone mode)

So I think you're right; your node can't reach the rest of the network. I'm not having any problems with wss://s.altnet.rippletest.net:51233 so I think it's on your end.

You may want to ask in https://github.com/ripple/rippled ; I think they'll have more advice to offer on how to configure and run a testnet node.

andywong418 commented 6 years ago

Yeah it turns out there was a Rippled network error on that day