You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nctelegram
telegram-cli: loop.c:742: accept_incoming: Assertion `fd >= 0' failed.
Traceback (most recent call last):
File "/usr/local/bin/nctelegram", line 93, in <module>
ncTelegram.Telegram_ui(config_full)
File "/usr/local/lib/python3.6/dist-packages/ncTelegram/__init__.py", line 39, in __init__
self.start_Telegram()
File "/usr/local/lib/python3.6/dist-packages/ncTelegram/__init__.py", line 187, in start_Telegram
pubkey_file=PATH_PUBKEY)
File "/usr/local/lib/python3.6/dist-packages/pytg/__init__.py", line 52, in __init__
raise AssertionError("CLI Process died.")
AssertionError: CLI Process died.
I used the ncTelegram.conf from this repo, and modified the first 2 parts like so:
~/tg also has tg-server.pub in it, and I tried using that too, but I get the exact same traceback
It's curious because the only results to sudo updatedb && locate server.pub are the 2 items in ~/tg, and I don't think that directory comes from snap, but from a failed attempt of me installing telegram-cli, before realizing I could use snap. I can't seem to find those server.pub files from the snap install
I'm running ubuntu
The text was updated successfully, but these errors were encountered:
I get a similar Assertion `0' failed caused by pytg on the receiver with Remote end closed I have checked and my path_telegram and my path_pubkey are correct (I use the default path for telegram-cli)
telegram-cli was installed with snap
Here's the traceback:
I used the ncTelegram.conf from this repo, and modified the first 2 parts like so:
~/tg
also hastg-server.pub
in it, and I tried using that too, but I get the exact same tracebackIt's curious because the only results to
sudo updatedb && locate server.pub
are the 2 items in~/tg
, and I don't think that directory comes from snap, but from a failed attempt of me installing telegram-cli, before realizing I could use snap. I can't seem to find thoseserver.pub
files from the snap installI'm running ubuntu
The text was updated successfully, but these errors were encountered: