-
|
I've tried with both stable and latest docker images. The result seems to be the same. These are the last logs I see in the Comparing to logs other people post, I expected there to be more, i.e. ib-connector to actually say something about trying to log in. But noting. I attibute socat errors to my main process trying to establish a connection to the gateway and failing. When I login via VNC, I can see the gateway process clearly, open on the paper login - and no activity, i.e. the dialog for username/password is open and there is no info input there. I'm on arm64, if that's relevant, ubuntu 24. I was unable to find a similar issue in the discussions or the main issues section. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You need a line like "IBC: Login has completed". The socat error line is because you are connecting before login is successful. Paste the full log, i can't help otherwise. you might want to remove your account number form the log. try with the troubleshooting guide #245 |
Beta Was this translation helpful? Give feedback.
-
|
It turns out my own stupidity was at fault here :) I provided TWS_USERID_PAPER in the config, but not TWS_USERID, so the system, in effect, had no credentials to use. It is working now. |
Beta Was this translation helpful? Give feedback.
It turns out my own stupidity was at fault here :) I provided TWS_USERID_PAPER in the config, but not TWS_USERID, so the system, in effect, had no credentials to use. It is working now.