-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Expected Behavior
That the worker picks up correctly and does his job
Actual Behavior (I get this error)
Traceback (most recent call last):
File "lib\site-packages\bitshares-0.1.16-py3.5.egg\bitsharesapi\bitsharesnoderpc.py", line 54, in rpcexec
File "lib\site-packages\graphenelib-0.6.1-py3.5.egg\grapheneapi\graphenewsrpc.py", line 173, in rpcexec
grapheneapi.exceptions.RPCError: Assert Exception: trx.expiration <= now + chain_parameters.maximum_time_until_expiration:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "dexbot\worker.py", line 76, in init_workers
File "dexbot\strategies\relative_orders.py", line 60, in init
File "dexbot\strategies\relative_orders.py", line 149, in check_orders
File "dexbot\strategies\relative_orders.py", line 124, in update_orders
File "dexbot\basestrategy.py", line 436, in market_buy
File "dexbot\basestrategy.py", line 580, in retry_action
File "lib\site-packages\bitshares-0.1.16-py3.5.egg\bitshares\market.py", line 432, in buy
File "lib\site-packages\bitshares-0.1.16-py3.5.egg\bitshares\bitshares.py", line 282, in finalizeOp
File "lib\site-packages\bitshares-0.1.16-py3.5.egg\bitshares\transactionbuilder.py", line 388, in broadcast
File "lib\site-packages\bitshares-0.1.16-py3.5.egg\bitshares\transactionbuilder.py", line 382, in broadcast
File "lib\site-packages\graphenelib-0.6.1-py3.5.egg\grapheneapi\graphenewsrpc.py", line 213, in method
File "lib\site-packages\bitshares-0.1.16-py3.5.egg\bitsharesapi\bitsharesnoderpc.py", line 66, in rpcexec
bitsharesapi.exceptions.UnhandledRPCError: Assert Exception: trx.expiration <= now + chain_parameters.maximum_time_until_expiration:
Steps to Reproduce the Problem
- Launch DEXBot-gui.exe
- Configure 1 worker
- Start worker
Specifications
- Version: 0.4.8
- OS: Windows 10