Still stuck with these errors from watchman (in fact exactly the same as it was yesterday).. Rebooted the MN, restarted the daemon, watched it sync up correctly, but still these on running watchman manually..
Traceback (most recent call last):
File "bin/watchman.py", line 244, in
main()
File "bin/watchman.py", line 191, in main
perform_biblepayd_object_sync(biblepayd)
File "bin/watchman.py", line 24, in perform_biblepayd_object_sync
GovernanceObject.sync(biblepayd)
File "lib/models.py", line 87, in sync
(go, subobj) = self.import_gobject_from_biblepayd(biblepayd, item)
File "lib/models.py", line 117, in import_gobject_from_biblepayd
object_hex = biblepaylib.SHIM_deserialise_from_biblepayd(object_hex)
File "lib/biblepaylib.py", line 204, in SHIM_deserialise_from_biblepayd
obj = deserialise(biblepayd_hex)
File "lib/biblepaylib.py", line 229, in deserialise
obj = simplejson.loads(json, use_decimal=True)
File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/__init__.py", line 533, in loads
return cls(encoding=encoding, **kw).decode(s)
File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/root/.biblepaycore/watchman/venv/local/lib/python2.7/site-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.scanner.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 1673 (char 1672)