Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After App update requests fail with "failed 30" #32

Open
scherzlos opened this issue Oct 12, 2023 · 3 comments
Open

After App update requests fail with "failed 30" #32

scherzlos opened this issue Oct 12, 2023 · 3 comments

Comments

@scherzlos
Copy link
Contributor

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?

@m1-development
Copy link

Hey scherzlos,

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

@scherzlos
Copy link
Contributor Author

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

@m1-development
Copy link

Maybe something like a API version number?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants