Skip to content

Not connecting to Telegram #23

@EDmitry

Description

@EDmitry

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions