nderkach / airbnb-python

A Python wrapper around the Airbnb API (unofficial)
Do What The F*ck You Want To Public License
187 stars 65 forks source link

KeyError: 'listings' #16

Open seanpdwyer7 opened 4 years ago

seanpdwyer7 commented 4 years ago

I'm looping through requests to listings and I get a keyerror below: KeyError: 'listings'

Has anyone encountered this error and found a work around to it?

elmcrest commented 4 years ago

this isn't really reproducible if you ask me, no offense.

can you post the exact steps you took?

(why I'm hooking in is the keyword 'listings' - I wonder if I can get all listings for a given authenticated user.)