You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like everything is okay except that I get this particular error and I have tried several time to fix it. Could you please me identify and solve this issue?
in execute_orders
order_dict = self.session.place_order(
"C:\site-packages\td\client.py", line 1925, in place_order
return self._make_request(method='post', endpoint=endpoint, mode='json', json=order, order_details=True)
"C:\lib\site-packages\td\client.py", line 617, in _make_request
raise NotNulError(message=response.text)
td.exceptions.NotNulError: {"error" : "A validation error occurred while processing the request."}
Thank you!
The text was updated successfully, but these errors were encountered:
It looks like everything is okay except that I get this particular error and I have tried several time to fix it. Could you please me identify and solve this issue?
in execute_orders
order_dict = self.session.place_order(
"C:\site-packages\td\client.py", line 1925, in place_order
return self._make_request(method='post', endpoint=endpoint, mode='json', json=order, order_details=True)
"C:\lib\site-packages\td\client.py", line 617, in _make_request
raise NotNulError(message=response.text)
td.exceptions.NotNulError: {"error" : "A validation error occurred while processing the request."}
Thank you!
The text was updated successfully, but these errors were encountered: