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

Error when dashcentral is down #4

Closed dotexx closed 6 years ago

dotexx commented 6 years ago

2017-11-23 06:09:14 INFO |MainThread |app_config.py |init |App started 2017-11-23 06:33:22 ERROR |Dummy-7 |dashd_intf.py |catch_timeout_wrapper |Error while calling of "<function DashdInterface.getgovernanceinfo at 0x000000000411F378> (1)". Details: [WinError 10053] An established connection was aborted by the software in your host machine 2017-11-23 06:33:37 ERROR |Dummy-7 |proposals_dlg.py |read_external_attibutes |HTTP Error 502: Bad Gateway 2017-11-23 06:33:45 ERROR |Dummy-7 |proposals_dlg.py |read_external_attibutes |HTTP Error 502: Bad Gateway

Bertrand256 commented 6 years ago

What was the proposal window behavior when this error occurred? In particular, did it allow browsing the proposals and voting? It should only inform the user that there were problems with dowloading external attributes (from dashcentral) but still it should work properly - external attributes (title and owner of the proposal) aren't very important.

dotexx commented 6 years ago

Yes, it allowed browsing and voting. If I suppose we should just replace the error message with info one, if it's a normal behavior.

Bertrand256 commented 6 years ago

You're right. Will be changed in the next release.

Bertrand256 commented 6 years ago

Fixed in v0.9.15