Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding error on OPEN_ORDER #226

Open
neilwongtinpo opened this issue Nov 6, 2024 · 3 comments
Open

Decoding error on OPEN_ORDER #226

neilwongtinpo opened this issue Nov 6, 2024 · 3 comments

Comments

@neilwongtinpo
Copy link

I got below errors:

Decoding error on OPEN_ORDER: unprocessed data left on queue (["",null]). Please report to https://github.com/stoqey/ib (505) [-1]

@rylorin
Copy link
Member

rylorin commented Nov 10, 2024

Hello,
Thanks for reporting.
This error shown up when my TWS got auto updated, then disappeared and doesn't show anymore. I guess this was an IB issue.
Could you confirm that we can close this issue?
Thanks

@LimePixel
Copy link

I was getting this too and fixed it with below as orderCancel can be null:

      tokens.push(orderCancel?.extOperator);
      tokens.push(orderCancel?.manualOrderIndicator);

tokens.push(orderCancel.extOperator);

tokens.push(orderCancel.manualOrderIndicator);

@kayazinc
Copy link

kayazinc commented Jan 15, 2025

Previous ib tws gateway is going to be unsupported in Mar 2025, current stable version is 10.30.1t.

After upgrading to v 10.30.1t, upon submitting an order, tws returned an error code 505, the following error returned by stoqey/ib:

Decoding error on OPEN_ORDER: unprocessed data left on queue (["","","","","",null]). Please report to https://github.com/stoqey/ib

edit: seem to be fixed after upgrade stogey/ib to 1.4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants