in reply to Blockchain error
"Can't connect to 127..."Whatever service your code expects to be running at 127.0.0.1:3000, isn't there. You forgot to check for $response->is_success and are trying to parse the error message as JSON output from that service that isn't running. Get it running first, or provide the correct address (not localhost:3000) if it is actually running.
|
|---|