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

airbnb.Api method stopped working when providing email/password #25

Open
eladhayun-rep-holdings opened this issue Apr 30, 2021 · 5 comments

Comments

@eladhayun-rep-holdings
Copy link

import airbnb
api = airbnb.Api("[email protected]", "password")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/eladh/Development/yalarent/yalarent-airbnb-connector/.venv/lib/python3.9/site-packages/airbnb/api.py", line 142, in __init__
    raise VerificationError
airbnb.api.VerificationError
@remybar
Copy link

remybar commented Apr 30, 2021

@eladhayun-rep-holdings
Copy link
Author

@remybar thanks for your reply, yes generally in my code i'm reusing the token:

airbnb_api.login(
        airbnb_access_token=airbnb_access_token, proxy_servers=load_proxiy_list()
    )

@eladhayun-rep-holdings
Copy link
Author

its just that the details api stopped working, (someone opened a ticket about it yesterday and closed it) he sayed a new token needs to be retreived so i tried that...

@kingfisher429
Copy link

Is there a work around? Is so could someone please explain it.

@jbertscher
Copy link

Check out the related issue raised earlier.

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

4 participants