drawrowfly / airbnb-private-api

Unofficial AirBnb Private API Wrapper
51 stars 13 forks source link

airlock Erro Code 420 #2

Closed JhonGdl closed 4 years ago

JhonGdl commented 4 years ago

I'm having some problem in the authentication.

Error: { type: 'StatusCodeError', error_code: 420, error: 'unknown_error', error_message: 'Unable to perform action. Please try again through the website or contact support if you need immediate assistance.', client_error_info: { airlock: { action_name: 'account_login', completion_redirect_url: '', error_redirect_url: '', escapable: true, fallback_friction: 'contact_us_form', flow: 'captcha_flow', friction_data: [Array], header_text: 'Please verify yourself', id: 5397911699, keep_webview_open_on_redirect: false, redux: true, status: 0, should_replay_request: true, airlockId: '5397911699' } } }

drawrowfly commented 4 years ago

flow: 'captcha_flow'

You can try to solve it manually from the browser and it can whitelist your ip for future use or yo can Try to login by using Phone

d668 commented 4 years ago

I am logged in in browser on the same IP Object {type: "StatusCodeError", error_code: 420, error: "unknown_error", error_message: "Unable to perform action. Please try again through…", client_error_info: Object}

naive to think you can sniff some requests and not get stopped

d668 commented 4 years ago

Actually after logging out and back in airbnb._authentication_by_email(); worked.

d668 commented 4 years ago

420 again

drawrowfly commented 4 years ago

Well if it is crap then don't use it. It probably needs an update . I will look at it soon

d668 commented 4 years ago

ok sorry i edited the comment actually, well hope we can do something