extrange / ibkr-docker

Run IBKR Gateway/TWS in a Docker container
159 stars 34 forks source link

Gateway shows as GreyBox #24

Closed pjsteele closed 1 year ago

pjsteele commented 1 year ago

I am seeing a Grey Box when using the console. This appears after I login, before that VNC shows everything as expected.

Am I doing something wrong?

docker run -d -p "127.0.0.1:6080:6080" -p "127.0.0.1:8888:8888" --ulimit nofile=10000 -e USERNAME=XXXX -e PASSWORD=PXXX -e GATEWAY_OR_TWS=gateway ghcr.io/extrange/ibkr:latest

image

extrange commented 1 year ago

The grey 'box' can be dragged away, and it will show the UI underneath. I'm not sure what the cause is as of yet.

pjsteele commented 1 year ago

Thanks! That worked for me

goeaway commented 4 months ago

For anyone coming across this having the same issue, it appears the grey box is the log in window. Dragging it by clicking near the top centre will allow you to move it, and hopefully reveal the IB gateway window itself.

ibgatewaygreybox

Interestingly, if you access http://localhost:6080 before the gateway program is started by the docker container, the log in window appears normally, and it's more obvious you can drag it around.

image