omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.35k stars 123 forks source link

check_hostname requires server_hostname while using proxy #85

Closed networkmushokto closed 6 months ago

networkmushokto commented 6 months ago
        anti_detect_request = bt.create_requests(
        proxy="http://username:password@x.x.x.x:port",         
        user_agent=bt.UserAgent.REAL,
    )

then I export it using pandas I get the following error check_hostname requires server_hostname