pyzillow
pyzillow copied to clipboard
incorrect address not handled
When i run the code
print GetDeepSearchResults(zillow_data.get_deep_search_results("1600 Pennsylvania Ave NW", "20500"))
it works fine but when i run
print GetDeepSearchResults(zillow_data.get_deep_search_results("1600 Penn Ave NW", "20500"))
I get
Traceback (most recent call last):
File "main.py", line 18, in
Is this supposed to be happening? Is there a way for the program to not crash when I put in an address that Zillow doesnt have?
Exactly same issue, hope it gets resolved soon...
It is supposed to output error code 503 but it is not supposed to crash
I found a solution that is somewhat satisfying. You can comment the places in the wrapper that are supposed to raise errors. Go to line 82 and comment that whole chunk, it will throw you another error, which is fixable in a same way