Hugo Quentel

Results 9 comments of Hugo Quentel

I found workaround consisting of running the .stats call in a separate process, getting the result using a queue and killing the process. I can now get the result of...

+1, got very confused, thankfully I found this thread.

@Voyz Thanks you for your quick reply! I am logged in using OAuth. I am using a demo (paper) account, I generated the OAuth credentials through the demo account page....

Thanks for your answer @Voyz. I added the `initialize_brokerage_session` call to my code which returns `{'authenticated': True, 'competing': False, 'connected': True, 'message': '', 'MAC': '**************', 'serverInfo': {'serverName': None, 'serverVersion': None},...

Thanks you so much @roboluc this worked perfectly ! @Voyz maybe this would need more investigating to figure out the root cause of the issue and document this if it...

@Voyz Strangely, I just removed the time.sleep to check that this was the solution to the problem, but the order worked fine ! So either this is an issue that...

@Voyz No I didn't, will continue my integration during the next weeks and if the issue happens again I will.

> I came across the same problem. Seems to be resolved now. My steps were: > > * include the `account_id` param on `IbkrClient` instantiation > * call `client.receive_brokerage_accounts()` even...

@Voyz FYI it has also been working fine for me with the 5s delay.