OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

[Bug] Login Issues with Degiro Broker integration

Open perezpaya opened this issue 1 year ago • 2 comments

Issue

When attempting to use the Degiro integration while having provided succesfully my user name, password and otp secret, login fails with this output and no other actions are allowed.

2022 Jul 21, 13:16 (🦋) /portfolio/bro/degiro/ $ login
Error: 'NoneType' object is not callable

You are now logged in !

2022 Jul 21, 13:16 (🦋) /portfolio/bro/degiro/ $ topnews
Error: 'NoneType' object is not callable

Error: 'list' object has no attribute 'DESCRIPTOR'

To reproduce

export OPENBB_DG_USERNAME={} OPENBB_DG_PASSWORD={} OPENBB_DG_TOTP_SECRET={}
/Applications/OpenBB\ Terminal/OpenBB\ Terminal
portfolio/bro/degiro
login
  • OS: macOS Monterrey
  • Python version 3.6.8

Additional

I've tried using directly the degiro_connector library (the one your integration is using) and it was possible to login providing the same credentials. IMO we can discard that my account has a specific issue that makes the library fail.

image

perezpaya avatar Jul 21 '22 11:07 perezpaya

Any updates on this? Anything I can do for helping?

perezpaya avatar Aug 02 '22 14:08 perezpaya

Hi @perezpaya, apparently you were not logged in.

There were some issues solved by this PR https://github.com/OpenBB-finance/OpenBBTerminal/pull/2234. We also updated login instructions here https://openbb-finance.github.io/OpenBBTerminal/terminal/portfolio/bro/degiro/.

TLDR:

Go to keys and type credentials degiro -u USERNAME -p PASSWORD Go to /portfolio/bro/degiro and type login if no 2FA Go to /portfolio/bro/degiro and type login -otp ONETIMEPASSWORD if 2FA enabled

Can you check if you still have problems?

montezdesousa avatar Sep 13 '22 08:09 montezdesousa