• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

sentinel prints error message

peter

Member
Hi,

Since some hours, sentinel prints this message:

Code:
Traceback (most recent call last):
File "bin/sentinel.py", line 223, in <module>
main()
File "bin/sentinel.py", line 175, in main
attempt_superblock_creation(dashd)
File "bin/sentinel.py", line 64, in attempt_superblock_creation
proposals = Proposal.approved_and_ranked(proposal_quorum=dashd.governance_quorum(), next_superblock_max_budget=dashd.next_superblock_max_budget())
File "lib/dashd.py", line 68, in governance_quorum
total_masternodes = self.rpc_command('masternode', 'count', 'enabled')
File "lib/dashd.py", line 44, in rpc_command
return self.rpc_connection.__getattr__(params[0])(*params[1:])
File "/home/peter/.dashcore/sentinel/venv/lib/python3.6/site-packages/bitcoinrpc/authproxy.py", line 141, in __call__
raise JSONRPCException(response['error'])
bitcoinrpc.authproxy.JSONRPCException: -1: masternode count
Get information about number of masternodes.

What should I do please?

TIA for any hints, Peter
 
Hello, what version of sentinel are you using and how are you running it? What did you change before the error appeared, e.g. did you update Dash?
 
Back
Top