We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: Status code 404 for POST https://app.revolut.com/api/retail/biometric-signin/selfie (expected 200)
The text was updated successfully, but these errors were encountered:
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.
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+)?'
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.
SMS
All in all it's pretty much confirmed Revolut has changed their web api.
Sorry, something went wrong.
Yes, SMS is no longer there, so what to do? :)
Need to accommodate the changed api.
No branches or pull requests
ConnectionError: Status code 404 for POST https://app.revolut.com/api/retail/biometric-signin/selfie (expected 200)
The text was updated successfully, but these errors were encountered: