nebulasio / wiki

This repository is out of date, please check the new wiki:
http://wiki.nebulas.io/en/latest/
GNU General Public License v3.0
421 stars 154 forks source link

"error": "all SubConns are in TransientFailure" #130

Closed XieWeiZM closed 6 years ago

XieWeiZM commented 6 years ago

POST http://192.168.11.104:8685/v1/user/accountstate

HTTP/1.1 503 Service Unavailable Content-Type: application/json Vary: Origin Date: Fri, 11 May 2018 13:43:15 GMT Content-Length: 49

{ "error": "all SubConns are in TransientFailure" }

Response code: 503 (Service Unavailable); Time: 11ms; Content length: 49 bytes

XieWeiZM commented 6 years ago

@ChengOrangeJu

XieWeiZM commented 6 years ago

@Comdex

XieWeiZM commented 6 years ago

i use conf/default/config.conf and conf/example/miner.conf

1c7 commented 6 years ago

2018-7-8 Same problem, macOS

image

How did you solve this? @XieWeiZM

yupnano commented 6 years ago

There an answer in FAQ: When I try to send a request to a node, occasionally "503 error ("error": "all SubConns are in TransientFailure")?

The answer is: There are two situations. One is that the the upper limit of network connections on a Neb node is reached. You can retry later under this situation. The other situation is that after the first make build, this time you can try to restart your computer to solve the problem. Since the second situation is more difficult to reproduce, we suspect that some of the resources in the system may have not been released and we will continue to look for better solutions.