Open MarkoPaasila opened 6 years ago
interesting, in my (non DEXbot but pybitshares using) scripts the error was
RPCError: Assert Exception: _sell_asset->options.whitelist_markets.find(_receive_asset->id) != _sell_asset->options.whitelist_markets.end()
same thoughts though; assertion arguments are very confusing for the user
@MarkoPaasila shall we close or this issue still a concern?
It's pretty rare, but also simple. Just one specific exception. Backlog?
@MarkoPaasila changing status to available for any one who wants to take ownership
This error message:
means that the issuer of the asset we are trying to trade has disabled trading temporarily or semi-permanently. This doesn't happen so often, but when it happens it will frustrate many users. We should handle this error properly either by
Any other ideas?