<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo]]></title><description><![CDATA[<p dir="auto">Re: <a href="/forum/topic/1681/running-a-python-script-on-a-raspberry-pi">Running a python script on a raspberry pi</a></p>
]]></description><link>https://www.triggercmd.com/forum/topic/2510/tentando-executar-um-script-python-no-terminal-lx-com-o-triggercmd-mas-não-estou-conseguindo</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 16:17:01 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/2510.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Jan 2023 13:14:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Tue, 06 Jun 2023 23:48:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a> Desculpe, O Código que me refiro é esse aqui:</p>
<p dir="auto">#!/usr/bin/python3</p>
<h1>coding=utf8</h1>
<p dir="auto">import sys<br />
import time<br />
import math<br />
import hiwonder.Mpu6050 as Mpu6050<br />
import hiwonder.ActionGroupControl as AGC<br />
import hiwonder.Board as Board</p>
<p dir="auto">mpu = Mpu6050.mpu6050(0x68)#启动Mpu6050<br />
mpu.set_gyro_range(mpu.GYRO_RANGE_2000DEG)#设置Mpu6050的陀螺仪的工作范围<br />
mpu.set_accel_range(mpu.ACCEL_RANGE_2G)#设置Mpu6050的加速度计的工作范围</p>
<p dir="auto">count1 = 0<br />
count2 = 0</p>
<p dir="auto">def standup():<br />
global count1, count2</p>
<pre><code>try:
    accel_date = mpu.get_accel_data(g=True) #获取传感器值
    angle_y = int(math.degrees(math.atan2(accel_date['y'], accel_date['z']))) #将获得的数据转化为角度值
    
    if abs(angle_y) &gt; 105: #y轴角度大于160，count1加1，否则清零
        count1 += 1
    else:
        count1 = 0

    if abs(angle_y) &lt; 85: #y轴角度小于10，count2加1，否则清零
        count2 += 1
    else:
        count2 = 0

    time.sleep(0.1)
    
    if count1 &gt;= 1: #往前倒了一定时间后起来
        count1 = 0  
        print("equilibrio_1！")#打印执行的动作名
        AGC.runActionGroup('equilibrio_1')#执行动作
        Board.setPWMServoPulse(1, 1300, 700)
        Board.setPWMServoPulse(2, 1500, 700)
        time.sleep(0.8)
        AGC.runActionGroup('stand') 
    
    elif count2 &gt;= 1: #往后倒了一定时间后起来
        count2 = 0
        print("equilibrio_2！")#打印执行的动作名
        AGC.runActionGroup('equilibrio_2')#执行动作            
        Board.setPWMServoPulse(1, 1500, 700)
        Board.setPWMServoPulse(2, 1500, 700)
        time.sleep(0.8)
        AGC.runActionGroup('stand') 
    
except BaseException as e:
    print(e)
</code></pre>
<p dir="auto">if <strong>name</strong> == '<strong>main</strong>':<br />
print("Fall_and_Stand Init")<br />
print("Fall_and_Stand Start")<br />
while True : #循环检测机器人的状态<br />
standup()<br />
key = time.sleep(0.1)<br />
if key == 27:<br />
break</p>
]]></description><link>https://www.triggercmd.com/forum/post/7096</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7096</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Tue, 06 Jun 2023 23:48:08 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Tue, 06 Jun 2023 20:03:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a> <img src="/forum/assets/uploads/files/1686081787670-erro.png" alt="Erro.png" class=" img-fluid img-markdown" /> <img src="/forum/assets/uploads/files/1686081787575-equilibrio.png" alt="Equilibrio.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/7095</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7095</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Tue, 06 Jun 2023 20:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Tue, 06 Jun 2023 19:57:04 GMT]]></title><description><![CDATA[<p dir="auto">Professor, Tenho outra dúvida, esse código .py abrindo ele na IDE Thoony Python ele funciona normal mas se criar um Script .sh ele reconhece o Giroscópio e o Acelerómetro mas não faz nenhuma ação. aparece esse erro:<br />
latin-1' codec can't encode character '\uff01' in position 12: ordinal not in range(256)</p>
<p dir="auto">Aqui estar o Código:<br />
import time<br />
import hiwonder.Board as Board</p>
<p dir="auto">print('''</p>
<hr />
<p dir="auto"><strong><strong><strong><strong>功能:幻尔科技TonyPi扩展板，PWM舵机控制例程</strong></strong></strong></strong></p>
<hr />
<hr />
<h2>Official website:<a href="http://www.hiwonder.com" rel="nofollow ugc">http://www.hiwonder.com</a><br />
Online mall:<a href="https://huaner.tmall.com/" rel="nofollow ugc">https://huaner.tmall.com/</a></h2>
<h2>以下指令均需在LX终端使用，LX终端可通过ctrl+alt+t打开，或点<br />
击上栏的黑色LX终端图标。</h2>
<h2>Usage:<br />
python3 <a href="http://BusServoMove.py" rel="nofollow ugc">BusServoMove.py</a></h2>
<h2>Version: --V1.2  2021/07/03</h2>
<p dir="auto">Tips:</p>
<ul>
<li>按下Ctrl+C可关闭此次程序运行，若失败请多次尝试！</li>
</ul>
<hr />
<p dir="auto">''')</p>
<p dir="auto">while True:<br />
# 参数：参数1：舵机接口编号; 参数2：位置; 参数3：运行时间<br />
Board.setPWMServoPulse(2, 1500, 500) # 2号舵机转到1500位置，用时500ms<br />
time.sleep(0.5) # 延时时间和运行时间相同</p>
<pre><code>Board.setPWMServoPulse(2, 1800, 800) #舵机的转动范围0-180度，对应的脉宽为500-2500,即参数2的范围为500-2500
time.sleep(0.5)

Board.setPWMServoPulse(2, 1500, 300)
time.sleep(0.2)

Board.setPWMServoPulse(2, 1800, 800)  
Board.setPWMServoPulse(1, 1800, 800)
time.sleep(0.5)

Board.setPWMServoPulse(2, 1500, 800)  
Board.setPWMServoPulse(1, 1500, 800)
time.sleep(0.5)
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7094</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7094</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Tue, 06 Jun 2023 19:57:04 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Mon, 05 Jun 2023 17:44:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, awesome!  I'm glad it's all working now.</p>
<p dir="auto">About monitoring your battery - I don't think the Raspberry Pi can monitor its input power voltage without an external circuit, maybe like this HAT:<br />
<a href="https://www.elecrow.com/wiki/index.php?title=Current/Voltage/Power_Monitor_HAT_for_Raspberry_Pi" rel="nofollow ugc">https://www.elecrow.com/wiki/index.php?title=Current/Voltage/Power_Monitor_HAT_for_Raspberry_Pi</a></p>
]]></description><link>https://www.triggercmd.com/forum/post/7091</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7091</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 05 Jun 2023 17:44:30 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Mon, 05 Jun 2023 00:12:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a> Professor Você é um gênio os Comandos agora funcionaram perfeitamente, com o sudo no inicio como você mencionou. Obrigado meu irmão.<br />
Agora uma outra dúvida:<br />
Como saber o nível da  bateria que alimenta o Raspberry pi pelo Trigger CMD? Seria isso mais ou menos:<br />
battery_monitor</p>
]]></description><link>https://www.triggercmd.com/forum/post/7089</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7089</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Mon, 05 Jun 2023 00:12:44 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sun, 04 Jun 2023 14:20:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, that kill command requires root access, so if you prefix that command with <strong>sudo</strong> it should work.  You could also run the script with sudo like this:</p>
<pre><code>sudo /home/pi/TonyPi/Extend/Stop_Caminhar.sh
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7088</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7088</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 04 Jun 2023 14:20:14 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sun, 04 Jun 2023 00:20:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a> Testei esse comando no TriggerCMD, funcionou perfeitamente só um Script que ficou dando esse erro:<br />
<img src="/forum/assets/uploads/files/1685838043274-64e7dafc-1627-45ad-acba-6d3c72549238-2023-06-03-211559_1920x1080_scrot.png" alt="64e7dafc-1627-45ad-acba-6d3c72549238-2023-06-03-211559_1920x1080_scrot.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/7087</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7087</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Sun, 04 Jun 2023 00:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 02 Jun 2023 23:03:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> said in <a href="/forum/post/7084">Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo</a>:</p>
<blockquote>
<p dir="auto">kill -9 $(pgrep -f Pegar_Objeto.sh)</p>
</blockquote>
<p dir="auto">Agora colando dessa forma no terminal ele consegue fechar:<br />
kill -9 $(pgrep -f <a href="http://ApriltagTrack.py" rel="nofollow ugc">ApriltagTrack.py</a>)</p>
<p dir="auto">Ainda não testei esse comando la no TriggerCMD</p>
]]></description><link>https://www.triggercmd.com/forum/post/7086</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7086</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 02 Jun 2023 23:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 02 Jun 2023 22:59:25 GMT]]></title><description><![CDATA[<p dir="auto">Executei esse comando manualmente mas não reve efeito:<br />
kill -9 $(pgrep -f "/bin/bash /home/pi/TonyPi/Extend/Pegar_Objeto.sh")</p>
<p dir="auto">Coloquei tambem o endereço do código principal:<br />
kill -9 $(pgrep -f "/bin/bash /home/pi/TonyPi/Extend/ApriltagTrack.py")<br />
Mesmo assim não fechou o Script</p>
]]></description><link>https://www.triggercmd.com/forum/post/7085</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7085</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 02 Jun 2023 22:59:25 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 02 Jun 2023 22:58:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, Google translated that as, "... cannot close the Script when executed by TriggerCMD, if you run it inside Debian in Terminal and open another terminal with the Kill command you can close it."</p>
<p dir="auto">So I think you're saying this kill command only kills the Pegar_Objeto.sh script when you run the Pegar_Objeto.sh script manually, but not if you run it via TRIGGERcmd?</p>
<pre><code>kill -9 $(pgrep -f "/bin/bash /home/pi/TonyPi/Extend/Pegar_Objeto.sh")
</code></pre>
<p dir="auto">If you look at the pgrep command's help, you'll see that the -f parameter specifies the full process name, but I found that you can specify a partial process name.</p>
<pre><code>$ pgrep --help
Usage:
 pgrep [options] &lt;pattern&gt;

Options:
 -d, --delimiter &lt;string&gt;  specify output delimiter
 -l, --list-name           list PID and process name
 -a, --list-full           list PID and full command line
 -v, --inverse             negates the matching
 -w, --lightweight         list all TID
 -c, --count               count of matching processes
 -f, --full                use full process name to match
</code></pre>
<p dir="auto">So please try this instead:</p>
<pre><code>kill -9 $(pgrep -f Pegar_Objeto.sh)
</code></pre>
<p dir="auto">In your commands.json it would look like this:</p>
<pre><code>"offCommand": "kill -9 $(pgrep -f Pegar_Objeto.sh)",
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7084</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7084</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 02 Jun 2023 22:58:47 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 02 Jun 2023 20:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> Olá Professor não consegue fechar os Script quando executado pelo TriggerCMD, se executar dentro do Debian no Terminal e abrir outro terminal com o comando Kill consegue fechar. o que pode ser professor?</p>
]]></description><link>https://www.triggercmd.com/forum/post/7083</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7083</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 02 Jun 2023 20:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sat, 27 May 2023 16:17:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, I don't know why it's not killing your python script.  Maybe try killing your Pegar_Objeto.sh bash script instead.</p>
<pre><code>"offCommand": "kill -9 $(pgrep -f \"/bin/bash /home/pi/TonyPi/Extend/Pegar_Objeto.sh\")",
</code></pre>
<p dir="auto">How do you know it's not killing your script.  Are you listing your processes with <strong>ps -ef</strong> after you run the command with "off" as the parameter?</p>
]]></description><link>https://www.triggercmd.com/forum/post/7058</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7058</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sat, 27 May 2023 16:17:07 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sat, 27 May 2023 14:24:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> Esse comando executa a função perfeitamente mas quando executo o comando de fechar nada acontece:<br />
{"trigger":"Pegar_Objeto.sh","command":"/home/pi/TonyPi/Extend/Pegar_Objeto.sh","ground":"background","voice":"Pegar Objeto","allowParams": "false"},</p>
]]></description><link>https://www.triggercmd.com/forum/post/7057</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7057</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Sat, 27 May 2023 14:24:11 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sat, 27 May 2023 14:22:06 GMT]]></title><description><![CDATA[<p dir="auto">Olá, Com esse ultimo comando que você me mandou não faz nenhuma ação<br />
{"trigger":"<a href="http://ApriltagTrack.py" rel="nofollow ugc">ApriltagTrack.py</a>","command":"/home/pi/TonyPi/Extend/Pegar_Objeto.sh","offCommand":"kill -9 $(pgrep -f "/usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py")","ground":"foreground","voice":"Fechar Objeto","voiceReplay": "","allowParams": "true"}</p>
]]></description><link>https://www.triggercmd.com/forum/post/7056</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7056</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Sat, 27 May 2023 14:22:06 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sat, 27 May 2023 01:10:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, you need "allowParam": "true".  Otherwise the agent will ignore the offCommand field.</p>
<p dir="auto">Please try this entry.</p>
<pre><code> {
  "trigger": "Sonar Barrier",
  "command": "/home/pi/TonyPi/Extend/Caminhar.sh",
  "offCommand": "kill -9 $(pgrep -f \"/usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py\")",
  "ground": "foreground",
  "voice": "Caminhar",
  "voiceReply": "",
  "allowParams": "true"
 }
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7054</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7054</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sat, 27 May 2023 01:10:10 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sat, 27 May 2023 00:59:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> said in <a href="/forum/post/6834">Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo</a>:</p>
<blockquote></blockquote>
<p dir="auto">Quando tento montar o comando ele só salvar dessa maneira:<br />
{"trigger":"Sonar_barrier.py","command":"/home/pi/TonyPi/Extend/Caminhar.sh","offCommand":"kill -9 $(pgrep -f","ground":"background","voice":"Caminhar","allowParams": "false"}</p>
]]></description><link>https://www.triggercmd.com/forum/post/7053</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7053</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Sat, 27 May 2023 00:59:34 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Sat, 27 May 2023 14:13:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, it's saying you don't have access, so you'll need to prefix the command with sudo, like this:</p>
<pre><code>sudo kill -9 $(pgrep -f "/usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py")
</code></pre>
<p dir="auto">I see you're running the TRIGGERcmd background agent, which runs as root, so you don't need the sudo prefix when you add it to your commands.json.</p>
<p dir="auto">You'll need to escape the command's quotes too, like this:</p>
<pre><code>"offCommand": "kill -9 $(pgrep -f \"/usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py\")"
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7052</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7052</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sat, 27 May 2023 14:13:42 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 22:56:43 GMT]]></title><description><![CDATA[<p dir="auto">Executando direto do terminal aparece:<br />
pi@TonyPiPro:~ $ kill -9 $(pgrep -f "/usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py")<br />
-bash: kill: (1683) - Opera▒▒o n▒o permitida<br />
pi@TonyPiPro:~ $</p>
]]></description><link>https://www.triggercmd.com/forum/post/7051</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7051</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 26 May 2023 22:56:43 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 21:23:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, please try this as your offCommand after you confirm it works manually.</p>
<pre><code>kill -9 $(pgrep -f "/usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py")
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7050</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7050</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 26 May 2023 21:23:02 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 20:49:46 GMT]]></title><description><![CDATA[<p dir="auto">{"trigger":"<a href="http://ApriltagTrack.py" rel="nofollow ugc">ApriltagTrack.py</a>","command":"/home/pi/TonyPi/Extend/Pegar_Objeto.sh","offCommand":"killall python3","ground":"background","voice":"Pegar Objeto","allo$</p>
]]></description><link>https://www.triggercmd.com/forum/post/7048</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7048</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 26 May 2023 20:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 20:47:23 GMT]]></title><description><![CDATA[<p dir="auto">{"trigger":"Pegar_Objeto.sh","command":"/home/pi/TonyPi/Extend/Pegar_Objeto.sh","ground":"background","voice":"Pegar Objeto","allowParams": "false"},</p>
]]></description><link>https://www.triggercmd.com/forum/post/7047</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7047</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 26 May 2023 20:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 20:44:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a> UID        PID  PPID  C STIME TTY          TIME CMD<br />
root         1     0  0 16:44 ?        00:00:04 /sbin/init splash<br />
root         2     0  0 16:44 ?        00:00:00 [kthreadd]<br />
root         3     2  0 16:44 ?        00:00:00 [rcu_gp]<br />
root         4     2  0 16:44 ?        00:00:00 [rcu_par_gp]<br />
root         8     2  0 16:44 ?        00:00:00 [mm_percpu_wq]<br />
root         9     2  0 16:44 ?        00:00:00 [rcu_tasks_rude_]<br />
root        10     2  0 16:44 ?        00:00:00 [rcu_tasks_trace]<br />
root        11     2  0 16:44 ?        00:00:00 [ksoftirqd/0]<br />
root        12     2  0 16:44 ?        00:00:07 [rcu_sched]<br />
root        13     2  0 16:44 ?        00:00:00 [migration/0]<br />
root        14     2  0 16:44 ?        00:00:00 [cpuhp/0]<br />
root        15     2  0 16:44 ?        00:00:00 [cpuhp/1]<br />
root        16     2  0 16:44 ?        00:00:00 [migration/1]<br />
root        17     2  0 16:44 ?        00:00:00 [ksoftirqd/1]<br />
root        20     2  0 16:44 ?        00:00:00 [cpuhp/2]<br />
root        21     2  0 16:44 ?        00:00:00 [migration/2]<br />
root        22     2  0 16:44 ?        00:00:00 [ksoftirqd/2]<br />
root        25     2  0 16:44 ?        00:00:00 [cpuhp/3]<br />
root        26     2  0 16:44 ?        00:00:00 [migration/3]<br />
root        27     2  0 16:44 ?        00:00:00 [ksoftirqd/3]<br />
root        29     2  0 16:44 ?        00:00:00 [kworker/3:0H-kblockd]<br />
root        30     2  0 16:44 ?        00:00:00 [kdevtmpfs]<br />
root        31     2  0 16:44 ?        00:00:00 [netns]<br />
root        33     2  0 16:44 ?        00:00:00 [kworker/1:1-events]<br />
root        34     2  0 16:44 ?        00:00:00 [kauditd]<br />
root        36     2  0 16:44 ?        00:00:00 [khungtaskd]<br />
root        37     2  0 16:44 ?        00:00:00 [oom_reaper]<br />
root        38     2  0 16:44 ?        00:00:00 [writeback]<br />
root        39     2  0 16:44 ?        00:00:00 [kcompactd0]<br />
root        59     2  0 16:44 ?        00:00:00 [kblockd]<br />
root        60     2  0 16:44 ?        00:00:00 [blkcg_punt_bio]<br />
root        61     2  0 16:44 ?        00:00:00 [watchdogd]<br />
root        62     2  0 16:44 ?        00:00:00 [kworker/0:1H-mmc_complete]<br />
root        63     2  0 16:44 ?        00:00:00 [rpciod]<br />
root        65     2  0 16:44 ?        00:00:00 [xprtiod]<br />
root        66     2  0 16:44 ?        00:00:00 [kswapd0]<br />
root        67     2  0 16:44 ?        00:00:00 [nfsiod]<br />
root        68     2  0 16:44 ?        00:00:00 [kthrotld]<br />
root        71     2  0 16:44 ?        00:00:00 [iscsi_eh]<br />
root        72     2  0 16:44 ?        00:00:00 [iscsi_destroy]<br />
root        73     2  0 16:44 ?        00:00:00 [nvme-wq]<br />
root        74     2  0 16:44 ?        00:00:00 [nvme-reset-wq]<br />
root        75     2  0 16:44 ?        00:00:00 [nvme-delete-wq]<br />
root        78     2  0 16:44 ?        00:00:00 [DWC Notificatio]<br />
root        79     2  0 16:44 ?        00:00:00 [uas]<br />
root        80     2  0 16:44 ?        00:00:07 [vchiq-slot/0]<br />
root        81     2  0 16:44 ?        00:00:00 [vchiq-recy/0]<br />
root        82     2  0 16:44 ?        00:00:00 [vchiq-sync/0]<br />
root        83     2  0 16:44 ?        00:00:00 [zswap-shrink]<br />
root        86     2  0 16:44 ?        00:00:01 [kworker/0:5-mm_percpu_wq]<br />
root        87     2  0 16:44 ?        00:00:00 [sdhci]<br />
root        88     2  0 16:44 ?        00:00:00 [irq/49-mmc0]<br />
root        90     2  0 16:44 ?        00:00:00 [mmc_complete]<br />
root        91     2  0 16:44 ?        00:00:00 [kworker/1:1H-kblockd]<br />
root        92     2  0 16:44 ?        00:00:00 [kworker/1:2H-kblockd]<br />
root        93     2  0 16:44 ?        00:00:00 [jbd2/mmcblk0p2-]<br />
root        94     2  0 16:44 ?        00:00:00 [ext4-rsv-conver]<br />
root        97     2  0 16:44 ?        00:00:00 [ipv6_addrconf]<br />
root        98     2  0 16:44 ?        00:00:00 [kworker/3:2-mm_percpu_wq]<br />
root       113     2  0 16:44 ?        00:00:00 [kworker/3:2H-kblockd]<br />
root       115     2  0 16:44 ?        00:00:00 [kworker/2:2H-kblockd]<br />
root       121     1  0 16:44 ?        00:00:01 /lib/systemd/systemd-journald<br />
root       160     1  0 16:44 ?        00:00:00 /lib/systemd/systemd-udevd<br />
root       204     2  0 16:44 ?        00:00:00 [vchiq-keep/0]<br />
root       207     2  0 16:44 ?        00:00:00 [SMIO]<br />
root       221     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
root       223     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
root       226     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
root       270     2  0 16:44 ?        00:00:00 [cfg80211]<br />
root       273     2  0 16:44 ?        00:00:00 [brcmf_wq/mmc1:0]<br />
root       275     2  0 16:44 ?        00:00:00 [brcmf_wdog/mmc1]<br />
root       283     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
root       284     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
root       285     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
root       286     2  0 16:44 ?        00:00:00 [mmal-vchiq]<br />
systemd+   335     1  0 16:44 ?        00:00:00 /lib/systemd/systemd-timesyncd<br />
root       338     1  0 16:44 ?        00:00:01 /usr/sbin/haveged --Foreground --verbose=1 -w 1024<br />
root       376     1  0 16:44 ?        00:00:00 /usr/sbin/rsyslogd -n -iNONE<br />
root       377     1  0 16:44 ?        00:00:04 node /usr/share/triggercmdagent/app/src/daemon.js --run /root/.TRIGGERcmdData<br />
root       378     1  0 16:44 ?        00:00:00 /usr/sbin/cupsd -l<br />
root       379     1  0 16:44 ?        00:00:00 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon<br />
avahi      381     1  0 16:44 ?        00:00:00 avahi-daemon: running [TonyPiPro.local]<br />
root       382     1  0 16:44 ?        00:00:00 /usr/sbin/ModemManager --filter-policy=strict<br />
root       383     1  0 16:44 ?        00:00:04 /usr/bin/python3 /home/pi/hiwonder-toolbox/hw_button_scan.py<br />
root       386     1  0 16:44 ?        00:00:17 /usr/bin/python3 /home/pi/hiwonder-toolbox/hw_wifi.py<br />
avahi      390   381  0 16:44 ?        00:00:00 avahi-daemon: chroot helper<br />
message+   391     1  0 16:44 ?        00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only<br />
root       396     1  0 16:44 ?        00:00:00 /usr/sbin/rngd -r /dev/hwrng<br />
root       401     1  0 16:44 ?        00:00:00 /usr/lib/udisks2/udisksd<br />
root       402     1  0 16:44 ?        00:00:00 /usr/sbin/cron -f<br />
root       407     1  0 16:44 ?        00:00:00 /usr/bin/python3 /home/pi/hiwonder-toolbox/hw_remote.py<br />
root       408     1  3 16:44 ?        00:02:20 /usr/bin/python3 /home/pi/TonyPi/TonyPi.py<br />
root       410     1  6 16:44 ?        00:04:06 /usr/bin/pigpiod<br />
nobody     416     1  0 16:44 ?        00:00:00 /usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob /dev/input/e<br />
root       417     1  0 16:44 ?        00:00:00 /lib/systemd/systemd-logind<br />
root       430     1  0 16:44 ?        00:00:00 /usr/bin/python3 /home/pi/hiwonder-toolbox/hw_find.py -t TONYPIPRO<br />
root       495     1  0 16:44 ?        00:00:00 /usr/sbin/cups-browsed<br />
root       505     1  0 16:44 ?        00:00:00 /usr/bin/vncserver-x11-serviced -fg<br />
root       516   505  0 16:44 ?        00:00:14 /usr/bin/vncserver-x11-core -service<br />
root       526     1  0 16:44 ?        00:00:00 /usr/sbin/sshd -D<br />
root       527     1  0 16:44 ?        00:00:00 /usr/lib/policykit-1/polkitd --no-debug<br />
root       540     1  0 16:44 ?        00:00:00 /usr/sbin/lightdm<br />
dnsmasq    549     1  0 16:44 ?        00:00:00 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -r /run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg<br />
root       629   540  2 16:44 tty7     00:01:17 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch<br />
root       634     1  0 16:44 tty1     00:00:00 /bin/login -f<br />
root       643     1  0 16:44 ?        00:00:00 haveged<br />
root       659     1  0 16:44 ?        00:00:06 /usr/bin/vncagent service 15<br />
root       672     1  0 16:44 ?        00:00:00 /sbin/dhcpcd -q -b<br />
root       691     1  0 16:44 ?        00:00:00 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dnl80211,wext<br />
root       711   540  0 16:44 ?        00:00:00 lightdm --session-child 14 17<br />
pi         716     1  0 16:44 ?        00:00:00 /lib/systemd/systemd --user<br />
pi         717   716  0 16:44 ?        00:00:00 (sd-pam)<br />
pi         766   711  0 16:44 ?        00:00:00 /usr/bin/lxsession -s LXDE-pi -e LXDE<br />
pi         774   716  0 16:44 ?        00:00:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only<br />
pi         833   766  0 16:44 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/im-launch x-session-manager<br />
pi         864     1  0 16:44 ?        00:00:00 /usr/bin/fcitx -d<br />
pi         874     1  0 16:44 ?        00:00:00 /usr/bin/dbus-daemon --syslog --fork --print-pid 5 --print-address 7 --config-file /usr/share/fcitx/dbus/daemon.conf<br />
pi         878     1  0 16:44 ?        00:00:00 /usr/bin/fcitx-dbus-watcher unix:path=/tmp/dbus-Wd5SygDeF8,guid=3bff97bd434c9201ce685dc464710c18 874<br />
pi         881   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfsd<br />
pi         886   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes<br />
pi         895   766  0 16:44 ?        00:00:00 openbox --config-file /home/pi/.config/openbox/lxde-pi-rc.xml<br />
pi         898   766  0 16:44 ?        00:00:00 lxpolkit<br />
pi         904   766  0 16:44 ?        00:00:27 lxpanel --profile LXDE-pi<br />
pi         905   766  0 16:44 ?        00:00:01 pcmanfm --desktop --profile LXDE-pi<br />
pi         911     1  0 16:44 ?        00:00:00 /usr/bin/ssh-agent -s<br />
pi         918     1  0 16:44 ?        00:00:00 /usr/bin/python3 /usr/share/system-config-printer/applet.py<br />
pi         929     1  0 16:44 ?        00:00:00 /usr/lib/geoclue-2.0/demos/agent<br />
pi         947   716  0 16:44 ?        00:00:00 /usr/bin/pulseaudio --daemonize=no<br />
pi         952     1  0 16:44 ?        00:00:00 /usr/bin/vncserverui service 16<br />
rtkit      969     1  0 16:44 ?        00:00:00 /usr/lib/rtkit/rtkit-daemon<br />
pi         973   952  0 16:44 ?        00:00:00 /usr/bin/vncserverui -statusicon 5<br />
pi         974   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor<br />
pi         986   634  0 16:44 tty1     00:00:00 -bash<br />
pi         990   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor<br />
pi        1006   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfs-goa-volume-monitor<br />
root      1009     1  0 16:44 ?        00:00:00 /usr/bin/hciattach /dev/serial1 bcm43xx 460800 noflow -<br />
root      1010     2  0 16:44 ?        00:00:00 [kworker/u9:1-hci0]<br />
root      1012     2  0 16:44 ?        00:00:00 [kworker/u9:2-hci0]<br />
root      1013     1  0 16:44 ?        00:00:00 /usr/bin/python3 /home/pi/TonyPi/Extend/multi_control_server.py<br />
root      1015     1  0 16:44 ?        00:00:15 /usr/bin/python3 /home/pi/TonyPi/Extend/multi_control_client.py<br />
root      1017     1  1 16:44 ?        00:00:47 /usr/bin/python3 /home/pi/TonyPi/Joystick.py<br />
pi        1028   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfs-afc-volume-monitor<br />
root      1034     1  0 16:44 ?        00:00:00 /usr/lib/bluetooth/bluetoothd<br />
pi        1040     1  0 16:44 ?        00:00:00 /usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0<br />
pi        1044   716  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor<br />
root      1049     1  0 16:44 ?        00:00:00 /usr/bin/bluealsa<br />
root      1056     2  0 16:44 ?        00:00:00 [krfcommd]<br />
pi        1065   881  0 16:44 ?        00:00:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.5 /org/gtk/gvfs/exec_spaw/0<br />
lp        1258   378  0 16:44 ?        00:00:00 /usr/lib/cups/notifier/dbus dbus://<br />
colord    1259     1  0 16:44 ?        00:00:00 /usr/lib/colord/colord<br />
root      4879     2  0 17:14 ?        00:00:04 [kworker/u8:0-events_unbound]<br />
root      5969     2  0 17:23 ?        00:00:00 [kworker/3:1]<br />
root      6382     2  0 17:27 ?        00:00:04 [kworker/u8:1-events_unbound]<br />
root      6900     2  0 17:31 ?        00:00:00 [kworker/2:1-events]<br />
pi        6995   904  0 17:32 ?        00:00:00 lxterminal<br />
pi        7004  6995  0 17:32 pts/0    00:00:00 bash<br />
root      7082     2  0 17:32 ?        00:00:02 [kworker/u8:2-events_unbound]<br />
root      7140   526  0 17:33 ?        00:00:00 sshd: pi [priv]<br />
pi        7158  7140  0 17:33 ?        00:00:00 sshd: pi@pts/1<br />
pi        7159  7158  0 17:33 pts/1    00:00:00 -bash<br />
root      7380     2  0 17:35 ?        00:00:00 [kworker/0:2H]<br />
root      7423     2  0 17:35 ?        00:00:00 [kworker/1:0]<br />
root      7430   377  0 17:35 ?        00:00:00 /bin/sh -c /home/pi/TonyPi/Extend/Pegar_Objeto.sh<br />
root      7431  7430  0 17:35 ?        00:00:00 /bin/bash /home/pi/TonyPi/Extend/Pegar_Objeto.sh<br />
root      7434  7431 99 17:35 ?        00:18:18 /usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py<br />
root      7456     1  0 17:35 ?        00:00:00 dbus-launch --autolaunch cb12512d764b467aa157bee72a6681fe --binary-syntax --close-stderr<br />
root      7457     1  0 17:35 ?        00:00:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pid 5 --print-address 7 --session<br />
root      7470     2  0 17:35 ?        00:00:00 [kworker/2:1H]<br />
root      7474     2  0 17:35 ?        00:00:01 [kworker/0:2-events]<br />
root      7583     2  0 17:36 ?        00:00:00 [kworker/2:0-mm_percpu_wq]<br />
root      7767   377  0 17:37 ?        00:00:00 /bin/sh -c /home/pi/TonyPi/Extend/Pegar_Objeto.sh<br />
root      7768  7767  0 17:37 ?        00:00:00 /bin/bash /home/pi/TonyPi/Extend/Pegar_Objeto.sh<br />
root      7771  7768  1 17:37 ?        00:00:05 /usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py<br />
root      7937     2  0 17:39 ?        00:00:00 [kworker/1:0H]<br />
root      8114     2  0 17:40 ?        00:00:00 [kworker/0:0-events]<br />
root      8115   377  0 17:40 ?        00:00:00 /bin/sh -c /home/pi/TonyPi/Extend/Pegar_Objeto.sh<br />
root      8116  8115  0 17:40 ?        00:00:00 /bin/bash /home/pi/TonyPi/Extend/Pegar_Objeto.sh<br />
root      8119  8116  1 17:40 ?        00:00:03 /usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py<br />
root      8257     2  0 17:41 ?        00:00:00 [kworker/2:2-mm_percpu_wq]<br />
root      8306     2  0 17:42 ?        00:00:00 [kworker/u8:3-events_unbound]<br />
root      8343   377  0 17:42 ?        00:00:00 /bin/sh -c /home/pi/TonyPi/Extend/ApriltagTrack.py<br />
root      8344  8343  2 17:42 ?        00:00:02 /usr/bin/python3 /home/pi/TonyPi/Extend/ApriltagTrack.py<br />
pi        8539  7159  0 17:43 pts/1    00:00:00 ps -ef<br />
pi@TonyPiPro:~ $</p>
]]></description><link>https://www.triggercmd.com/forum/post/7045</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7045</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 26 May 2023 20:44:50 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 20:35:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/19034">@Antonio-Francisco-S-Santos</a>, while the python script is running, please run this, then paste the result when you reply:</p>
<pre><code>ps -ef
</code></pre>
<p dir="auto">I'm hoping that information will show me a way you can kill your python script.</p>
]]></description><link>https://www.triggercmd.com/forum/post/7044</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7044</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 26 May 2023 20:35:16 GMT</pubDate></item><item><title><![CDATA[Reply to Tentando Executar um Script python no terminal LX com o TriggerCMD mas não estou conseguindo on Fri, 26 May 2023 19:07:55 GMT]]></title><description><![CDATA[<p dir="auto">Boa Tarde Professor, Até hoje não conseguir fechar um Script em execução pelo TrigeerCmd, mesmo usando o camando killall não fecha o script sem desligar o<br />
sistema do raspberry pi</p>
]]></description><link>https://www.triggercmd.com/forum/post/7043</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7043</guid><dc:creator><![CDATA[Antonio Francisco S.Santos]]></dc:creator><pubDate>Fri, 26 May 2023 19:07:55 GMT</pubDate></item></channel></rss>