bitshares / python-bitshares

Fully featured client-side library for the BitShares Blockchain - written entirely in python.
http://docs.pybitshares.com/
MIT License
162 stars 168 forks source link

wsconnect : Lost connection to node during wsconnect(): #181

Closed jackingyang closed 2 years ago

jackingyang commented 5 years ago

code: nodList=["wss://bts.open.icowallet.net/ws", #鼓鼓节点 "wss://bitshares.dacplay.org/ws", "wss://ws.gdex.top", "wss://api.bts.ai"] bitShares = BitShares(nodList)

error:

wsconnect : Lost connection to node during wsconnect(): wss://ws.gdex.top (3/-1) Retrying in 4 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://api.bts.ai (4/-1) Retrying in 6 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://bts.open.icowallet.net/ws (5/-1)

jackingyang commented 5 years ago

When I restarted the program, everything was all right, but there was an error message later.

roelandp commented 5 years ago

are you 100% certain those nodes are working and can you connect with them using curl with the same machine?

On 12. Feb 2019, at 13:28, jackingyang notifications@github.com wrote:

code: nodList=["wss://bts.open.icowallet.net/ws", #鼓鼓节点 "wss://bitshares.dacplay.org/ws", "wss://ws.gdex.top", "wss://api.bts.ai"] bitShares = BitShares(nodList)

error:

wsconnect : Lost connection to node during wsconnect(): wss://ws.gdex.top (3/-1) Retrying in 4 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://api.bts.ai (4/-1) Retrying in 6 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://bts.open.icowallet.net/ws (5/-1)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jackingyang commented 5 years ago

yes i 100% certain those nodes are working

jackingyang commented 5 years ago

are you 100% certain those nodes are working and can you connect with them using curl with the same machine? On 12. Feb 2019, at 13:28, jackingyang @.***> wrote: code: nodList=["wss://bts.open.icowallet.net/ws", #鼓鼓节点 "wss://bitshares.dacplay.org/ws", "wss://ws.gdex.top", "wss://api.bts.ai"] bitShares = BitShares(nodList) error: wsconnect : Lost connection to node during wsconnect(): wss://ws.gdex.top (3/-1) Retrying in 4 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://api.bts.ai (4/-1) Retrying in 6 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://bts.open.icowallet.net/ws (5/-1) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

how to solve this problem ?

jackingyang commented 5 years ago

are you 100% certain those nodes are working and can you connect with them using curl with the same machine? On 12. Feb 2019, at 13:28, jackingyang @.***> wrote: code: nodList=["wss://bts.open.icowallet.net/ws", #鼓鼓节点 "wss://bitshares.dacplay.org/ws", "wss://ws.gdex.top", "wss://api.bts.ai"] bitShares = BitShares(nodList) error: wsconnect : Lost connection to node during wsconnect(): wss://ws.gdex.top (3/-1) Retrying in 4 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://api.bts.ai (4/-1) Retrying in 6 seconds 96 wsconnect : Lost connection to node during wsconnect(): wss://bts.open.icowallet.net/ws (5/-1) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

how to solve this problem ? thanks i have solve it

xeroc commented 5 years ago

This most probably is the API server that isn't accepting your connections