await arender takes forever
Opened this issue · 0 comments
ElMastro commented
I would like to use httpx-html in my scraper script;
when in the script it arrives to
asession = AsyncHTMLSession(); Source = "https://www.flashscore.it/tennis/"; r = await asession.get(Source); await r.html.arender();
it keeps running but doesn't go over. What should I do to check what is going on?