Hi, I am getting this error when trying to accept trade offers. It is originating from the method below in client.py
substring not found
@login_required def accept_trade_offer(self, trade_offer_id: str) -> dict:
....
I have got this error quite a few times and none of the trade offers are accepted automatically as of now. Is this a configuration issue from my end?
Can you please change the exception raised to include more context information?