Jerry Chu
Jerry Chu
I've encountered the same issue as well both on mac high sierra and ubuntu linux. My code was also wrapped in a loop, and it would run fine initially, but...
@alainmore Sadly I don't have a concrete fix, because I don't know the root cause of the problem. But, I can say that the issue disappeared for me when I...
@uclatommy seconded. I'm guessing 1.1.5 changed the required dependency for requests>2.20.0?
@Gallaecio I'll try forcing the order of the headers as well tonight. @wRAR I'll change that setting and test again tonight.
@Gallaecio I tried setting the headers to be in the same order as the one made from the requests library, but it did not resolve the issue. @wRAR I added...
@Gallaecio Yeah that makes sense. Maybe if the logging is set to "DEBUG" and 403 errors are encountered, then there would be a suggestion in the logging to try this...
@PierrickP are you sure, I just copied and pasted @robbi5 's link in your validator, and the result was valid.
@PierrickP haha I'm still not quite sure what gbfs is to be honest. However, our team was able to validate the data's accuracy and confirm that it's actual bird data...
They will block IP ranges from time to time. You also have to get new tokens every once in awhile. To do this, you need to pass in a different...
@RyanConway91 Hey Ryan, thanks for putting this repo together. I followed your code here: ```python api = zillow.ValuationApi() data = api.GetDeepSearchResults(key, address, postal_code,rentzestimate = True) data_dict = data.get_dict() bdrms =...