You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Hi, thanks for sharing this API!
I'm a total tech newbie and have no experience with integrating API's, but I figured I wanted to try this one out.
So after running the code, I get stuck at login. It says status code: 405.
The code stops running at the set cookie line.
What does this mean and how do I fix it?
The text was updated successfully, but these errors were encountered:
I'm using the command line login. I fill in my username and password on the screen.
I don't have the 2FA enabled, so i leave that empty.
The error code I get is 500 (wrote that wrong in my previous message).
The code stops running at the section of 'get session id'.
@bramton Line 30 of degiro.py should be changed to: r = self.sess.post(url, data=payload)
With that, la.getConfig() throws a 401 error I can't figure out.
Hi, thanks for sharing this API!
I'm a total tech newbie and have no experience with integrating API's, but I figured I wanted to try this one out.
So after running the code, I get stuck at login. It says status code: 405.
The code stops running at the set cookie line.
What does this mean and how do I fix it?
The text was updated successfully, but these errors were encountered: