Sekoja

Results 2 comments of Sekoja

> My solution: > > 1.find function browser( ) in requests_html.py > > ```python > //$python\Lib\site-packages\requests_html.py > async def browser(self): > if not hasattr(self, "_browser"): > self._browser = await pyppeteer.launch(ignoreHTTPSErrors=not(self.verify),...

same issue under windows, if I run the same code on an ec2 with linux it works. Putting the call inside if __name__ == '__main__': fixes the issue but is...