mvberg / ib-gateway-docker

Interactive Brokers Trading Gateway running in Docker
MIT License
224 stars 105 forks source link

"setting will not be sownload from the server..." error message #29

Open Macfly opened 2 years ago

Macfly commented 2 years ago

Hello, I've been using this image for years but starting today, it stopped working and I have this error message.

Anyone know how to fix that?

image

kukafree commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

krumware commented 2 years ago

@kukafree is the fork you reference a for of the image or just the ib-controller itself. I have contributor access and can review a pull request.

@mvberg are you able to you weigh in?

prodoramatlin commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi!

I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

Macfly commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi!

I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

kukafree commented 2 years ago

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Funny, I guess I should have searched more. I spent a number of hours redoing what they had already done. I'll test out that image.

prodoramatlin commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi! I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Nice! Got it up and running after 10 mins. Nice work!

One thing though, I get this when trying to connect using my script: Error 321, reqId -1: Error validating request.-'ca' : cause - The API interface is currently in Read-Only mode.

Where can I switch the Read-Only mode on/off?

Macfly commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi! I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Nice! Got it up and running after 10 mins. Nice work!

One thing though, I get this when trying to connect using my script: Error 321, reqId -1: Error validating request.-'ca' : cause - The API interface is currently in Read-Only mode.

Where can I switch the Read-Only mode on/off?

yes you need to VNC to the gateway and uncheck the read only mode. to be able to vnc from another host thatn localhost host, you need to modify the docker-compose.yml and modify

prodoramatlin commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi! I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Nice! Got it up and running after 10 mins. Nice work! One thing though, I get this when trying to connect using my script: Error 321, reqId -1: Error validating request.-'ca' : cause - The API interface is currently in Read-Only mode. Where can I switch the Read-Only mode on/off?

yes you need to VNC to the gateway and uncheck the read only mode. to be able to vnc from another host thatn localhost host, you need to modify the docker-compose.yml and modify

  • "127.0.0.1:5900:5900" to
  • "5900:5900"

Thanx for the instructions! Just to clarify things, i'm shutting down my container every 24 hours. Does this mean that I need to VNC to the container every time I rebuild it?

Macfly commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi! I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Nice! Got it up and running after 10 mins. Nice work! One thing though, I get this when trying to connect using my script: Error 321, reqId -1: Error validating request.-'ca' : cause - The API interface is currently in Read-Only mode. Where can I switch the Read-Only mode on/off?

yes you need to VNC to the gateway and uncheck the read only mode. to be able to vnc from another host thatn localhost host, you need to modify the docker-compose.yml and modify

  • "127.0.0.1:5900:5900" to
  • "5900:5900"

Thanx for the instructions! Just to clarify things, i'm shutting down my container every 24 hours. Does this mean that I need to VNC to the container every time I rebuild it?

not sure about that, according to the first post, feel like the settings are synchronized with the server. why do you rebuild every day? you don't need this image with IB controller, only the official gateway is enough for you.

prodoramatlin commented 2 years ago

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi! I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Nice! Got it up and running after 10 mins. Nice work! One thing though, I get this when trying to connect using my script: Error 321, reqId -1: Error validating request.-'ca' : cause - The API interface is currently in Read-Only mode. Where can I switch the Read-Only mode on/off?

yes you need to VNC to the gateway and uncheck the read only mode. to be able to vnc from another host thatn localhost host, you need to modify the docker-compose.yml and modify

  • "127.0.0.1:5900:5900" to
  • "5900:5900"

Thanx for the instructions! Just to clarify things, i'm shutting down my container every 24 hours. Does this mean that I need to VNC to the container every time I rebuild it?

not sure about that, according to the first post, feel like the settings are synchronized with the server. why do you rebuild every day? you don't need this image with IB controller, only the official gateway is enough for you.

Found this setting in config.ini: ReadOnlyApi=

But i'm not sure how to override the config.ini from the package. Any clue?

Macfly commented 2 years ago

I think you have to modify this file: https://github.com/waytrade/ib-gateway-docker/blob/master/config/ibgateway/jts.ini

Corentin Valleroy

On Tue, May 10, 2022 at 9:30 AM prodoramatlin @.***> wrote:

Now IBKR is blocking 974.4g: "The current version of the application you are running, 974.4g, is no longer supported. Please download the current version from our website." I've got the repo file changes needed for switching to the IBC fork, currently supported by original IBController developer. Also upgraded to Gateway v1012. Let me know how to proceed: PR branch, fork, patch file, etc...

Hi! I'm REALLY stuck on this issue and i'm wondering if you could send me the updated version in some way? Please? :)

I moved to another docket image and it is working great: https://github.com/waytrade/ib-gateway-docker

Nice! Got it up and running after 10 mins. Nice work! One thing though, I get this when trying to connect using my script: Error 321, reqId -1: Error validating request.-'ca' : cause - The API interface is currently in Read-Only mode. Where can I switch the Read-Only mode on/off?

yes you need to VNC to the gateway and uncheck the read only mode. to be able to vnc from another host thatn localhost host, you need to modify the docker-compose.yml and modify

  • "127.0.0.1:5900:5900" to
  • "5900:5900"

Thanx for the instructions! Just to clarify things, i'm shutting down my container every 24 hours. Does this mean that I need to VNC to the container every time I rebuild it?

not sure about that, according to the first post, feel like the settings are synchronized with the server. why do you rebuild every day? you don't need this image with IB controller, only the official gateway is enough for you.

Found this setting in config.ini: ReadOnlyApi=

But i'm not sure how to override the config.ini from the package. Any clue?

— Reply to this email directly, view it on GitHub https://github.com/mvberg/ib-gateway-docker/issues/29#issuecomment-1122398550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJKLK5Z25D35Y57JXXMZITVJJQJFANCNFSM5UUH2GJA . You are receiving this because you authored the thread.Message ID: @.***>

Neznakomec commented 1 year ago

May be we should label, that this project is deprecated due to the thing that IB doesn't allow version 974.4g as of now?