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
I do not know if they also changed the backend during the recent frontend-update but today I encountered "failed 30" for every request I tried. Login might actually still work but every following request fails. Does anyone else encounter this problem?
The text was updated successfully, but these errors were encountered:
I figured it out. You just have to replace await self.ws.send(f"connect 21 {msg}")
with await self.ws.send(f"connect 30 {msg}")
in api.py.
But the portfolio and portfolioAggregateHistory don't seem to work any more. Since I haven't tried them out before the update they might have been broken for longer. portfolioAggregateHistoryLight works
I do not know if they also changed the backend during the recent frontend-update but today I encountered "failed 30" for every request I tried. Login might actually still work but every following request fails. Does anyone else encounter this problem?
The text was updated successfully, but these errors were encountered: