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

error with sentinel

peter

Member
Hi,

Since about 2 hours, sentinel raises this error:

"decimal.InvalidOperation: Invalid literal for Decimal: '47,5'"

What could I do to avoid this error please?

This is the full output:

Code:
Traceback (most recent call last):
  File "bin/sentinel.py", line 244, in <module>
    main()
  File "bin/sentinel.py", line 191, in main
    perform_dashd_object_sync(dashd)
  File "bin/sentinel.py", line 24, in perform_dashd_object_sync
    GovernanceObject.sync(dashd)
  File "lib/models.py", line 87, in sync
    (go, subobj) = self.import_gobject_from_dashd(dashd, item)
  File "lib/models.py", line 142, in import_gobject_from_dashd
    subobj, created = subclass.get_or_create(object_hash=object_hash, defaults=subdikt)
  File "/home/peter/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 4800, in get_or_create
    return query.get(), False
  File "/home/peter/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 3090, in get
    return next(clone.execute())
  File "/home/peter/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 2267, in next
    obj = self.iterate()
  File "/home/peter/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 2253, in iterate
    return self.process_row(row)
  File "/home/peter/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 2331, in process_row
    setattr(instance, column, func(row[i]))
  File "/home/peter/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/peewee.py", line 1072, in python_value
    return decimal.Decimal(str(value))
  File "/usr/lib/python2.7/decimal.py", line 547, in __new__
    "Invalid literal for Decimal: %r" % value)
  File "/usr/lib/python2.7/decimal.py", line 3873, in _raise_error
    raise error(explanation)
decimal.InvalidOperation: Invalid literal for Decimal: '47,5'

TIA for any help, Peter
 
Most of the masternodes are down currently (only 699 active) because of "watchdog expired", restarting masternodes does not help.
I suspect Sentinel itself maybe under attack or is malfunctioning.
 
these kinds of attacks and problems are making regular payments every 8-10 days a dream!
we have to make payments more often like in other coins' masternodes!
 
At least i now know i cant fix this on my side, i was thinking i may have screwed up my sentinel installation somehow but as this seems more network related
i will just wait for further info.
 
Last edited:
Back
Top