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

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

Open
Macfly opened this issue Apr 29, 2022 · 12 comments
Open

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

Macfly opened this issue Apr 29, 2022 · 12 comments

Comments

@Macfly
Copy link

Macfly commented Apr 29, 2022

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
Copy link

kukafree commented May 8, 2022

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
Copy link
Collaborator

krumware commented May 9, 2022

@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
Copy link

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
Copy link
Author

Macfly commented May 10, 2022

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
Copy link

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
Copy link

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
Copy link
Author

Macfly commented May 10, 2022

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"

@prodoramatlin
Copy link

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
Copy link
Author

Macfly commented May 10, 2022

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
Copy link

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
Copy link
Author

Macfly commented May 10, 2022 via email

@Neznakomec
Copy link

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?

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

5 participants