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

ConnectionError https://app.revolut.com/api/retail/biometric-signin/selfie #3

Open
ehno5 opened this issue Oct 10, 2023 · 3 comments
Open

Comments

@ehno5
Copy link

ehno5 commented Oct 10, 2023

ConnectionError: Status code 404 for POST https://app.revolut.com/api/retail/biometric-signin/selfie (expected 200)

@laur89
Copy link
Owner

laur89 commented Oct 29, 2023

Reproduces on my end. (PRs welcome)

The endpoint certainly exists and d='https://app.revolut.com' && curl -fsS "$d/start" | grep -Eo '/static/js/main\.\w+\.js' | xargs -I '{}' curl -fsS "$d{}" | grep -Po '\.ClientVersion,"\K\d+(\.\d+)?' confirms client version hasn't changed.

If you manually go to https://app.revolut.com/start, can you confirm there's no way to choose SMS anymore as the 2FA? I sure can't.

All in all it's pretty much confirmed Revolut has changed their web api.

@ehno5
Copy link
Author

ehno5 commented Nov 16, 2023

Yes, SMS is no longer there, so what to do? :)

@laur89
Copy link
Owner

laur89 commented Nov 17, 2023

Need to accommodate the changed api.

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