Diego P.C

Results 5 comments of Diego P.C

```py from requests_html import AsyncHTMLSession asession = AsyncHTMLSession() async def test(): r = await asession.get("https://python.org") asession.run(test) ```

As note, the message is correctly deleted in both devices, but the request to the SnodeAPI to delete the messages from the server return that exception

Update? 1 month from the creation of the issue

Is the problem in the libsession or in the nodes? Were the messages deleted correctly despite giving that error code? I would like to help with some PR