Open DevPy129387 opened 8 months ago
I fixed it with adding
await asyncio.sleep(10)
await self.agent.stop()
into the run-loop of both behaviours. But I still get
unhandleable IQ request: from=JID(localpart=None, domain='...', resource=None), type_=<IQType.GET: 'get'>, payload=<aioxmpp.version.xso.Query object at 0x000002ADA70CC7C0>
unhandleable IQ request: from=JID(localpart=None, domain='...', resource=None), type_=<IQType.GET: 'get'>, payload=<aioxmpp.version.xso.Query object at 0x000002ADA70CC640>
What does this mean?
Description
I tried example "presence_subscribe_friends.py". I get an error and the agents don't finish properly, so I can't start it again. May I get some advise to fix it?
What I Did
Output after first run:
Output after second run: