Need some serious help with my masternode. I set it up yesterday, and it had passed the sentinel test (I could visualize my node at Masternodes.pro map). However, today my MN was down. When I issued masternodes status, I got the watchdog expired error message. So, I decided to rerun the sentinel test, and now I'm getting the following errors (it's a Linux clinet, by the way):
========================================================================= test session starts =========================================================================
platform linux2 -- Python 2.7.9, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /home/pi/sentinel, inifile:
collected 12 items / 2 errors
=============================================================================== ERRORS ================================================================================
_________________________________________________________ ERROR collecting test/unit/models/test_proposals.py _________________________________________________________
../../test/unit/models/test_proposals.py:10: in
from models import GovernanceObject, Proposal, Vote
../../lib/models.py:5: in
import init
../../lib/init.py:103: in
main()
../../lib/init.py:94: in main
if not is_database_correctly_configured():
../../lib/init.py:55: in is_database_correctly_configured
sys.exit(1)
E SystemExit: 1
--------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
________________________________________________________ ERROR collecting test/unit/models/test_superblocks.py ________________________________________________________
../../test/unit/models/test_superblocks.py:10: in
from models import GovernanceObject, Proposal, Superblock, Vote
../../lib/models.py:5: in
import init
../../lib/init.py:103: in
main()
../../lib/init.py:94: in main
if not is_database_correctly_configured():
../../lib/init.py:55: in is_database_correctly_configured
sys.exit(1)
E SystemExit: 1
--------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================= 2 error in 7.75 seconds =======================================================================