You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
request.del()
atnode-client/lib/bcypher.js
Line 654 in c2b99e9
throws this error:
error: {
"errno": "ECONNREFUSED",
"code": "ECONNREFUSED",
"syscall": "connect",
"address": "127.0.0.1",
"port": 80
}
When I replace the
request.del()
call with thisHTTP.call()
deletion works:Please fix this.
The text was updated successfully, but these errors were encountered: