Ordanis Sanchez

Results 27 comments of Ordanis Sanchez

I will take on this

When `asyncio.get_event_loop()` is called inside a thread which is not the main it raises this error. Do you need sessions to be unique per thread? If not just do this:...

Each time you call `t.html.render` it creates a new browser page "tab", do everything you want (e.g: evaluate js) and close that tab "unless you want to interact with the...

@eladbitton you forgot to run `session.browser`, look closely at the code above. However @skamensky I realize another issue that won't allow what you want to achieve related to the event...

Hi guys, Yesterday we released `v0.10.0` which now have full support for `AsyncHTMLSession` you can use session instead of the normal one and won't have this kind of issue. The...

I think to know the key to the error here. The thing is the policy of the event loop, for this, we're going to have to create a new event...

Agree with you guys, Is anyone willing to implement this?

Hi, Could you please check if this still happens on version `0.10.0`?