-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I am running the server like this:
~/telegramircd$ ./telegramircd.py -c config
./telegramircd.py:111: RuntimeWarning: coroutine 'TelegramBaseClient.connect' was never awaited
self.proc.connect()
Traceback (most recent call last):
File "./telegramircd.py", line 294, in init
web.get_self()
File "./telegramircd.py", line 290, in get_self
server.user_id = data.id
AttributeError: 'coroutine' object has no attribute 'id'
./telegramircd.py:298: RuntimeWarning: coroutine 'UserMethods.get_me' was never awaited
traceback.print_exc()
INFO: [email protected] registered
I am able to connect to it via WeeChat and join #telegram, but nothing happens past that. I don't receive the code for oper. Is there any additional logging I could collect to figure out what's wrong?