Common Problems

  • 0
    Solved

    Google Calendar Entry - State in Profile

    Chris · 3 · Last reply by João Dias

    I created a profile that detects if a calendar event is active using the State>App>Calendar Entry function.  It has worked for a number of years.  This past week it stopped working.  It is not detecting when the event is active.  I tried adding a new calendar to the Google Calendar and accessing it through Tasker and it does not display.  I have also tried toggling the calendar permissions in Tasker and that has not helped.  It seems Tasker is not accessing the Google Calendar at all.

  • 0
    Solved

    Autoresponder

    Odunayo · 1 · Last reply by João Dias

    Tasker isn't receiving trigger from Autoresponder to automatically save contact task. I use Android 10

  • 0
    Solved

    Torch level not setting with variable

    Cody Burgess · 1 · Last reply by João Dias

    So I was troubleshooting a task with someone on Reddit and I found that when I used the torch if I set the torch level with a number, like 5 it works. But if I set the torch with any variable i.e. Torch level set to %torch where %torch = 5

    And it doesn't work. Does Torch not support variables? It doesn't say anything like that and it shows the option for variable select.

  • 0

    AutoInput not working with standard Tasker popup

    RegiOween · 1 · Last reply by RegiOween

    Hello Taskers! Profile Event AutoInput UI Update is not detecting the text within the standard popup messages of Tasker when they SHOW on the screen, but just after they CLOSE (by timeout or manual tap), which is useless, because that way I can't query or interact with the popup. I did a test with MacroDroid and it's working flawlessly to detect and tap the Tasker popup, but Tasker in terms of programming power is so much superior, that it's completely out of discussion. Here's my profile and task test: Profile: Profile Test   Settings: Notification: no     Event: AutoInput UI

  • 0
    Solved

    Touchtask events not working in Tasker 6.1.9 beta

    Benson9999 · 1 · Last reply by João Dias

    I have Tasker 6.1.9 beta installed. The events of the TouchTask plugin stopped working for me, more specifically screen touched. Everything works on the latest stable 6.0.10.

  • 0

    Power Any State not working with S24 Ultra

    Peter · 3 · Last reply by Peter

    With my Samsung S24 Ultra, the Power Any state doesn't work, except if Super Fast Charging is happening. Normal charging doesn't appear to trigger it.

    I hope that helps.

  • 0
    Solved

    HTTP GET variables cannot handle line breaks

    GS · 3 · Last reply by João Dias

    I'm trying to forward my SMS, and %SMSRB has line breaks, but when sending using `HTTP GET request`, I only get its first line.

    The line breaks in %SMSRB has to be processed/URL encoded too.

    Please help. Thank you.

  • 0

    Autoinput setText/appendText comma issues

    Lam · 1 · Last reply by João Dias

    I have faced some problem which is when i setText using autoinput, it will seperate my variable with comma automatically, even though i set the seperator empty or change it to other things beside comma. I have try as many method as I can, but it's still not working. This issues only appears on setText and appendText. For example, I have a variable "Hello, How are you?". The text paste out will be "Hello" only. Actually the seperator is not working at all, when i change the variable to "Hello @ How are you?", and set seperator to "@", its not

  • 0

    Duplicate http request

    Jordan Guzman · 2 · Last reply by João Dias

    Hi Tasker community,

    I am hoping someone on here can help me with my issue. I have two Tasker profiles set up to push notifications to my http request. The initial set up was straightforward however, I noticed that my endpoint was receiving duplicate messages, even though there was only one push Notification. I played around with using timestamps variable sets, unique ideas, Automating clearing notifications before duplicate can be sent and recursion. I have not had luck with any of those methods trying to stop the duplicate processing of the same notification to my HTTP request. I am thinking