lolokraus / DegiroAPI

An unofficial API for the trading platform Degiro, with the ability to get real time data and historical data
MIT License
215 stars 86 forks source link

DegiroApi - Could not login. #57

Closed JMKwins closed 1 year ago

JMKwins commented 1 year ago

Hello Houston, It seems that we have a problem connecting. Since today connections fail to DEGIRO using DegiroAPI. I receive an exception message:

login_response = self.request(DeGiro.LOGIN_URL, None, login_payload, request_type=DeGiro.__POST_REQUEST, 45 error_message='Could not login.') 46 self.session_id = login_response['sessionId'] 47 client_info_payload = {'sessionId': self.session_id}

You are not supposed to be here

I would except to be not alone with this error message. Br,

Jakub-CZ commented 1 year ago

See #56

JMKwins commented 1 year ago

ok thanks for the support. we can close

JMKwins commented 1 year ago

See #56