TradeRepublicApi icon indicating copy to clipboard operation
TradeRepublicApi copied to clipboard

After App update requests fail with "failed 30"

Open scherzlos opened this issue 2 years ago • 3 comments
trafficstars

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?

scherzlos avatar Oct 12 '23 14:10 scherzlos

Hey scherzlos,

yes, the same for me now. "Connection Error: failed 30". They must have changed something with the api.

m1-development avatar Oct 13 '23 22:10 m1-development

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

scherzlos avatar Oct 14 '23 15:10 scherzlos

Maybe something like a API version number?

m1-development avatar Oct 15 '23 13:10 m1-development

Hi!

I'm having the same issue.

Connection Error: failed 32

Anyone solved it?

aitoralzola22 avatar Jan 31 '25 11:01 aitoralzola22