-
Notifications
You must be signed in to change notification settings - Fork 1
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
Getting response 405 #13
Comments
I also get an HTTP 405 on the command from the docs: $ python cli.py buy-apartment --country de --region berlin --price 100000-800000 --numberofrooms 5- So I always get zero results. Does this scraper (which looks fairly recent) work anymore? Best regards, |
This is output of pytest:
|
Hi Bastian,
I use the module daly since a while to grab the latest offers. Today I do recieved a 405 response from the post() request. Any idea what is going wrong.
ult = immoscrapy.query('de', 'sachsen', 'chemnitz', 'HOUSE_BUY', price=900000)
"POST /Suche/de/sachsen/chemnitz/haus-kaufen?sorting=2&price=900000 HTTP/1.1" 405 0
BR
Lama
The text was updated successfully, but these errors were encountered: