change_user_group can't find the user telegramd
See original GitHub issueHi everybody, @luckydonald
The problem
It works really fine, it is stable. But suddenly, Stop to send me messages due to “change_user_group can’t find the user telegramd”. That is not frequently (That is the message that appears on my log)
On my code there is not a Error, at least, my logs does not indicated to me, It just stop sending messages. due to that message.
How I can fix this: “change_user_group can’t find the user telegramd”.
Note: that message appears at the beginning of my executable code, but it works really fine, after that message happen.
Your environment
pytg and your Linux - Raspbian
Steps to reproduce
It came working so well, but suddenly appers the error (“change_user_group can’t find the user telegramd”), so I have to relaunch the code.
thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
change_user_group: can't find the user telegramd to switch to ...
Hello all, I installed telegram-cli on a Raspberry Pi B+. After registration, I keep getting this error: sudo /home/pi/tg/bin/telegram-cli ...
Read more >Why can't I find a username on Telegram? - Remodel or Move
The first reason is that the person you are looking for might not have a username. If a person doesn't have a username,...
Read more >How to Find a User ID in Telegram - Alphr
First, open your Telegram app. Then, type “userinfobot” in your contacts search bar. If you can't find this “profile,” try adding an “@”...
Read more >How to Find a User ID in Telegram! - YouTube
Unlike other chat platforms like iMessage, Telegram uses identification tags rather than phone numbers, which lets you keep your information ...
Read more >How to Add a Person by Username in Telegram - YouTube
Your browser can't play this video. ... How to add somebody by username on Telegram ? How to add a ... How to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
According to main.c:559, if you start the cli as unix user
0
(root
user), it will try to use thetelegramd
user instead.You can
-U someuser
flag)telegramd
, like the debian install script would@luckydonald Yeah, that was the problem. Thank you very much for your time!