@luckydonaldsbots · Post #246 · 20.06.2020 г., 01:55
Fixed @HeyAdminBot getting stuck on some special message types and becoming unresponsive. #resolved#HeyAdminBot
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #9 · 7 јан.
Иногда бывает ситуация когда dev-сервер по какой-либо причине не закрылся и висит в процессах, занимая порт. Это может быть из-за падения IDE или просто сам забыл погасить и закрыл терминал. Для таких случаев я набросал простую функцию с командой: kill_on_port() { port=$(lsof -t -i:$1) echo "KILL PROCESS:" $port sudo kill -9 $port } alias killonport="kill_on_port $@" Код поместить в ~/.bashrc и рестартнуть систему. Если во время старта dev-сервера получаете ошибку что порт уже занят, просто выполните команду, подставив свой порт. Bash kill_on_port 8000 Скорее всего бесполезно, если другой процесс назначен на перезапуск вашего dev-сервера в случае падения. Имя команды можете изменить на любое другое. #linux
Hashtags
Пребарај: #heyadminbot
@luckydonaldsbots · Post #246 · 20.06.2020 г., 01:55
Fixed @HeyAdminBot getting stuck on some special message types and becoming unresponsive. #resolved#HeyAdminBot
Hashtags
@luckydonaldsbots · Post #218 · 08.09.2019 г., 19:48
Updated @HeyAdminBot: - Improved handling of private groups, will now export the join link if the bot has the rights for that - Added a direct link to the message ("requested") - Randomizing order of admins called so it's not always the same one being the first to respond. - Fixed bug where the first admin would receive the messages meant for the other admins as well. #update#resolved#HeyAdminBot
Hashtags
@luckydonaldsbots · Post #230 · 23.03.2020 г., 11:24
I will definitely work hard to keep the most important group management services stable, including: @JoinCaptchaBot, @RulesRulesBot, @BanWarnBot, and @HeyAdminBot. And for now also the less important @NoServiceBot. #PermalinkBot#NoServiceBot#RulesRulesBot, #BanWarnBot#HeyAdminBot #ongoing#issue
@luckydonaldsbots · Post #241 · 17.05.2020 г., 14:32
Quickly moved @anonymize_bot, @HeyAdminBot, @PermalinkBot, @ponbot (+ 🔞@p0nbot) and @RpAliasBot to the new server, as those didn't need any database migrations, as they simply don't have any database. #migration #anonymize_bot#HeyAdminBot#PermalinkBot#ponbot#p0nbot#RpAliasBot