Bertrand256 / dash-masternode-tool

Tool for managing Dash masternodes with a hardware wallet (Trezor, Keepkey, Ledger Nano S)
MIT License
69 stars 80 forks source link

RPC SSH reconnect #2

Closed dotexx closed 7 years ago

dotexx commented 7 years ago

If RPC SSH connection was broken it is not possible to reconnect. If I click "Check RPC connection" I'm getting "Connection error".

dotexx commented 7 years ago

2017-10-27 06:06:21 INFO |MainThread |app_config.py |init |App started 2017-10-27 06:07:02 ERROR |Dummy-7 |dashd_intf.py |catch_timeout_wrapper |Error while calling of "<function DashdInterface.issynchronized at 0x00000000046141E0> (1)". Details: [WinError 10053] An established connection was aborted by the software in your host machine 2017-10-27 06:07:02 ERROR |Dummy-7 |dashd_intf.py |catch_timeout_wrapper |Error while calling of "<function DashdInterface.issynchronized at 0x00000000046141E0> (1)". Details: [WinError 10053] An established connection was aborted by the software in your host machine 2017-10-27 06:07:02 ERROR |Dummy-7 |dashd_intf.py |catch_timeout_wrapper |Error while calling of "<function DashdInterface.issynchronized at 0x00000000046141E0> (1)". Details: [WinError 10053] An established connection was aborted by the software in your host machine 2017-10-27 06:07:02 ERROR |Dummy-7 |dashd_intf.py |catch_timeout_wrapper |Error while calling of "<function DashdInterface.issynchronized at 0x00000000046141E0> (1)". Details: [WinError 10053] An established connection was aborted by the software in your host machine

Bertrand256 commented 7 years ago

Code fixed in rev b666379 (it will be released in v0.9.13 binaries)

Bertrand256 commented 7 years ago

Fixed in v0.9.13