I was having a problem getting Broadcasts to relay through counterpartyd, and was getting this error message. Any idea what it’s about? Here’s the response I’m getting from the server:
{"jsonrpc"=>"2.0", "id"=>"0", "error"=>{"message"=>"Server error", "code"=>-32000, "data"=>{"message"=>"['feed timestamps not monotonically increasing']", "type"=>"ComposeError", "args"=>[["feed timestamps not monotonically increasing"]]}}}
And here’s what I’m seeng in my logs on my issue:
2015-04-08-T17:07:06+0000 [ERROR] API Exception: {'type': 'ComposeError', 'args': (['feed timestamps not monotonically increasing'],), 'message': "['feed timestamps not monotonically increasing']"}
Traceback (most recent call last):
File "/home/xcp/federatednode_build/env/lib/python3.4/site-packages/jsonrpc/manager.py", line 108, in _get_responses
result = method(*request.args, **request.kwargs)
File "/home/xcp/federatednode_build/env/lib/python3.4/site-packages/counterpartylib/lib/api.py", line 426, in create_method
return compose_transaction(db, name=tx, params=transaction_args, **common_args)
File "/home/xcp/federatednode_build/env/lib/python3.4/site-packages/counterpartylib/lib/api.py", line 281, in compose_transaction
tx_info = compose_method(db, **params)
File "/home/xcp/federatednode_build/env/lib/python3.4/site-packages/counterpartylib/lib/messages/broadcast.py", line 103, in compose
if problems: raise exceptions.ComposeError(problems)
counterpartylib.lib.exceptions.ComposeError: ['feed timestamps not monotonically increasing']