bratchenko / docker-iqfeed

Container with iqfeed client running
36 stars 19 forks source link

IQfeed "Not Connected" Errors #1

Open ericbrown opened 8 years ago

ericbrown commented 8 years ago

Starting today (Aug 30 2016), the docker image no longer connects to IQFeed using the default settings or using a docker image that I built from scratch.

I can connect with the client under wine without issue but docker cannot get connected. The folks at IQFeed said that they disabled the 'IQFeed_Demo" product ID but that shouldn't cause this issue because I've got my own product_id listed.

Any thoughts as to what could be keeping me from being connected?

ericbrown commented 8 years ago

Also - this happens on ver 5.1.1.1 and the latest version of IQFeed (5.2.3.0)

ericbrown commented 8 years ago

FYI -

I have not been able to get the docker image to work, but was able to get IQFeed working with a tweaked proxy.js (I had to add username/password into the js file).

tibkiss commented 6 years ago

Faking matlab through APP_NAME and APP_VERSION resolves this problem too: docker run -it -e APP_NAME=MATLAB_1694 -e APP_VERSION=1.0 -e LOGIN='<login>' -e PASSWORD='<password>' -p 5009:5010 -p 9100:9101 bratchenko/iqfeed