Ian Van Hoven
Ian Van Hoven
Thx for verifying @khite1983 ... good in a way to know it's not specific/limited to me. Maybe chuck a Support case in as well. (Unfortunately they didn't give me a...
Dumb question: how do I incorporate your changes before your PR is approved? On Sat, Nov 20, 2021 at 1:36 PM UnusualPi ***@***.***> wrote: > Looks like update in cloudflare,...
Thanks @UnusualPi ... still at a loss on this :( Any additional suggestion/guidance appreciated. I made your changes directly in... /usr/local/lib/python3.4/site-packages/personalcapital/personalcapital.py ...re-confirmed I have cloudscraper... % sudo pip install cloudscraper...
LOL ... so took a wild guess that my old OpenBSD box where I host this script is just in some janky state -- and so I ported the script...
Yep, started precisely as the clock ticked over... ``` 2025-01-01 00:00 ERROR: 403 Client Error: Forbidden for url: https://redfin.com/stingray/do/location-autocomplete?location=[encoded_address]&v=2 2025-01-02 17:22 ERROR: RedFin property search failure(s); exiting... ```
Someone else reported this ~2w ago & says changing UA from `redfin` to a real UA fixed it
Nope ... changed in `redfin.py` & no love
@dreed47 would the change be done just in redfin.py? ``` class Redfin: def __init__(self): self.base = 'https://redfin.com/stingray/' self.user_agent_header = { 'user-agent': 'redfin' } ```
When I curl the underlying property URLs i get a rate-limiting error saying “we think you’re a robot” … so I think you’re right :| On Wed, Jan 8, 2025...