OpenBB-finance / OpenBB

Investment Research for Everyone, Everywhere.
https://openbb.co
Other
29.62k stars 2.77k forks source link

[Bug] Connecting to Degiro fails #5123

Closed filiprejmus closed 3 months ago

filiprejmus commented 1 year ago

Describe the bug I tried setting up the Keys for Degiro with /keys/degiro -u USERNAME -p PASSWORD It fails and when I try /portfolio/bro/degiro/ $ login I get error Error: 'NoneType' object is not callable

To Reproduce The same as in the description

Screenshots If applicable, add screenshots to help explain your problem. If you are running the terminal using the conda version please rerun the terminal with python terminal.py --debug, and then recreate your issue. Then include a screenshot of the entire error printout.

Desktop (please complete the following information):

filiprejmus commented 1 year ago

btw: if there's a debug mode in the executable terminal I can try fixing things myself

colin99d commented 1 year ago

I believe you can run debug mode by doing this before opening the terminal export DEBUG_MODE=true. Let me know if this works.