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

"Could not get account overview" due to "502 Bad Gateway" #63

Open Jakub-CZ opened 3 weeks ago

Jakub-CZ commented 3 weeks ago

Some portfolio related URLs changed.

E.g. when calling account_overview:

Exception: Could not get account overview. Response: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>openresty</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->

Fix:

I won't even bother opening a PR anymore. My fix (https://github.com/Jakub-CZ/DegiroAPI/commit/c2f4082983ae02dc5f8b2dfb03fa75697701227b) is in my fork if anyone is interested.