Common Problems

  • 0

    Autoshare

    J · 1 · Last reply by João Dias

    Hi

    Autoshare doesn't work on my Huawei P20. I copied it the Uppercase tutorial. I can send the highlighted text to Autoshare but then nothing happens. None of the tasks defined in Tasker get executed.

    J

  • 0

    Variable cuts varible when storing read html

    Ville · 1 · Last reply by João Dias

    I use html request get to store data from https://sampo.thl.fi/pivot/prod/fi/epirapo/covid19case/fact_epirapo_covid19case.dimensions.json. When I store in to variable, it doesn't include it whole. Does tasker cut it partly? How to workaround it?

  • 0
    Solved

    Split Screen on Tesla Style Head Unit

    Chris C · 1 · Last reply by João Dias

    I have used Tasker to load 2 apps split screen on a horizontal android head unit, but my current tesla style vertical head unit (Linkswell Gen 4) seems to ignore the split screen command in Tasker.  The 2 apps are thus loaded sequentially full screen.  

  • 0
    Solved

    Fix AutoApps not showing up

    Elijah W. · 2 · Last reply by Elijah W.

    All AutoApps are not showing up in Tasker. Please fix.

  • 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