rubika icon indicating copy to clipboard operation
rubika copied to clipboard

contacts bug

Open abolfazlMKazemi opened this issue 6 months ago • 0 comments

when i use this code from rubpy import Client import asyncio

async def main(): async with Client(name='rubpy') as bot: result = await bot.get_contacts() print(result)

asyncio.run(main())

i get error

<coroutine object Builder.builder at 0x105ca7ac0> /opt/homebrew/Cellar/[email protected]/3.12.4/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/events.py:88: RuntimeWarning: coroutine 'Builder.builder' was never awaited self._context.run(self._callback, *self._args) RuntimeWarning: Enable tracemalloc to get the object allocation traceback

how solve it?please help me

abolfazlMKazemi avatar Aug 10 '24 22:08 abolfazlMKazemi