areed1192 / interactive-broker-python-api

A python packaged used to interact with the Interactive Brokers REST API.
MIT License
389 stars 124 forks source link

TypeError: __init__() got an unexpected keyword argument 'is_server_running' #15

Closed centi1 closed 3 years ago

centi1 commented 4 years ago

Hi, I am getting an error TypeError: init() got an unexpected keyword argument 'is_server_running' any suggestions?

gra88hopper commented 3 years ago

me too same thing. any help ?

BayoSodeinde commented 3 years ago

yeah I got this error too when I used python from the terminal but when I used from IDE, I'm using PyCharm, it stopped coming up

jazarija commented 3 years ago

Can confirm this issue.

While not really answering your question, I was able to run the examples listed on the main page by simply removing this argument.

przeroone commented 3 years ago

Found that pip install interactive-broker-python-web-api is not the same version as github master branch.

Try python -m pip install git+https://github.com/areed1192/interactive-broker-python-api@master solved the problem for me.