Replies: 1 comment 1 reply
-
Hi, the log is stating that you are not logged
the error bellow is socat receiving a connection and trying to reach either wait for auth to complete, or make sure that it actually happens. Connecting through VNC will help you to trouble shoot this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
calling for some help as I cannot figure this out after digging a few days
I am running docker desktop with wsl2 engine in windows 11 with port forwarding in the conmpose yml as
or unsafely as
with minimal dockerfile change ie adding python and jupyterlab.
I logged in as paper mode and try to use ib_async to call for some historical data but got connection refused on 4002 as in the log.
I thought it can be about wsl2 virtual network setup queakiness so I tested jupyter lab on this container vs some vanilla jupyter image
[jupyter/base-notebook:latest]
.I am able to startjupyter servers on both ibgateway and jupyter docker. But I can only access the jupyter docker server via chrome on the hosting windows with no problem but got
ERR_EMPTY_RESPONSE
for server on this gateway image.so it is unlikely due to the wsl2 thing or firewall (nevertheless I created firewall inbound rule to allow the range of ports or even temporarily turned off all walls). I think the main difference may be socat b/w the two dockers?
Can someone please help me? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions