Profile starts but action does not trigger
Hi,
I created a location profile that runs when I back to home. It starts always correctly. The linked Action for this profile is an Http Request (GET) to a specific address. If I run manually the Action in tasker It works fine, but it doesn't work automatically when profile starts.
This is my exported task (obviously in the http address I replaced my personal data like home coordinates and http key with fake chars):
<TaskerData sr="" dvi="1" tv="6.1.32">
<Profile sr="prof8" ve="2">
<cdate>1695311042120</cdate>
<edate>1695567708143</edate>
<flags>8</flags>
<id>8</id>
<mid0>7</mid0>
<nme>A Casa</nme>
<Loc sr="con0">
<cname>A casa</cname>
<lat>40.123456789</lat>
<long>18.123456789</long>
<rad>50.0</rad>
</Loc>
</Profile>
<Task sr="task7">
<cdate>1695302868748</cdate>
<edate>1695567837608</edate>
<id>7</id>
<nme>IFTTT Webhook Apri Citofono</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>339</code>
<Bundle sr="arg0">
<Vals sr="val">
<net.dinglisch.android.tasker.RELEVANT_VARIABLES><StringArray sr=""><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES0>%http_cookies
Cookies
The cookies the server sent in the response in the Cookie:COOKIE_VALUE format. You can use this directly in the 'Headers' field of the HTTP Request action</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES0><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES1>%http_data
Dati
Data that the server responded from the HTTP request.</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES1><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES2>%http_file_output
File Output
Will always contain the file's full path even if you specified a directory as the File to save.</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES2><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES3>%http_response_code
Response Code
The HTTP Code the server responded</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES3><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES4>%http_headers()
Response Headers
The HTTP Headers the server sent in the response. Each header is in the 'key:value' format</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES4><_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES5>%http_response_length
Response Length
The size of the response in bytes</_array_net.dinglisch.android.tasker.RELEVANT_VARIABLES5></StringArray></net.dinglisch.android.tasker.RELEVANT_VARIABLES>
<net.dinglisch.android.tasker.RELEVANT_VARIABLES-type>[Ljava.lang.String;</net.dinglisch.android.tasker.RELEVANT_VARIABLES-type>
</Vals>
</Bundle>
<Int sr="arg1" val="0"/>
<Int sr="arg10" val="0"/>
<Int sr="arg11" val="0"/>
<Int sr="arg12" val="0"/>
<Str sr="arg2" ve="3">https://maker.ifttt.com/trigger/apri_citofono/json/with/key/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</Str>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Str sr="arg5" ve="3"/>
<Str sr="arg6" ve="3"/>
<Str sr="arg7" ve="3"/>
<Int sr="arg8" val="30"/>
<Int sr="arg9" val="0"/>
</Action>
</Task>
</TaskerData>
I know that Ifttt has it's own location trigger but it works very bad. So after more and more tentatives I'm trying the Tasker way.