Common Problems

  • 1
    Solved

    AutoWear error

    Felix Kaiser · 1 · Last reply by João Dias

    AutoWear Tiles is no longer working. I also receive a notification that an error has occurred when I open the AutoWear app, and that I should contact the developer.

    Since I unfortunately don't know how to contact the developer, I'm just posting the error here:

    com.joaomgcd.autowear version 3.2.16

     Source com.android.vending

     OS Build MAR-L21A 10.0.0.275(C431E8R2P7)

     OS Code 29

     Device MAR-LX1A

     Manufacturer HUAWEI

     Product MAR-LX1AEEA

    v3.e: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | java.lang.ClassCastException

     at H3.a.r(SourceFile:21)

     at z3.g.onSuccess(SourceFile:16)

     at

  • 1
    Solved

    Disabling Do Not Disturb (DND) also disables Tasker mode

    FrederickZh · 1 · Last reply by João Dias

    I'm using Tasker to achieve two things right now:

    1. Enable Always On Display only when my phone's charging
    2. Enable DND when I turn off Bluetooth, and disable it when I turn on Bluetooth

    I noticed that when I turned on Bluetooth, both DND and Tasker mode that controlled AOD would be disabled together, and as a result AOD would be enabled even if my phone was not charging.

    To reproduce this issue:

    1. Create task Disable AOD: Set Device Effects -> Disable Always On Display
    2. Create task Enable DND: Do Not Disturb -> Mode Priority
    3. Create task Disable DND: Do Not
  • 1
    Solved

    Can't set POWER_SAVE_MODE_OPEN

    louis · 1 · Last reply by João Dias

    Hi, I'm trying to control the power saving on my xiaomi redmi on hyperos / android 15.

    after some tweaking I determined with adb that setting POWER_SAVE_MODE_OPEN works (the find setting feature can also find it).

    However, setting it with a custom setting gives an error and tells me I should contact the developer. Btw, clicking the notification doesn't work. I also tried to install Tasker Settings and Shizuku but it didn't change anything.  Also, if I add Tasker as device admin app it doesn't complain anymore with a notification but still doesn't work. Would greatly appreciate your help!

  • 1

    Fix scan media issues

    Alex Feldman · 1 · Last reply by bkevin Tillman

    There are two issues with the "Scan Media" task

    1. Scanning a Directory doesn't discover new media files in the directory
    2. Scanning a file takes too long (about 1 second per file).  This is a problem when looping over many files.

    Suggested fix options:

    1. Option to scan files asynchronously.  We don't need any output from the scan action to proceed
    2. Speed up synchronous file scan
    3. Fixing the directory scan to pick up new files inside as new media (e.g. by Google Photos)
  • 1

    App blocked with Google tasks

    Sara · 0 · Posted

    Hi,

    I'm trying to get stuff set up with Google tasks, but I'm getting an error when I try to add the web service in autoweb, "This app is blocked. This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access"

    I've seen some people having the same problem with other Google stuff, but haven't found a fix for Tasks. Is there anything I can do?

  • 1
    Solved

    Google Sign-In blocked in Calendly when opened via Tasker in-app browser (WebView user agent)

    Vlad Kuts · 1 · Last reply by João Dias

    Environment

    • Platform: iOS 26.2 iPhone 14 pro
    • Application: Tasker (iOS)
    • Feature: Open external link / in-app browser (WebView)
    • Third-party service: Calendly
    • Authentication provider: Google Sign-In
    • Account type: Google account (gmail.com)
    • Error code: 403 – disallowed_useragent

    Steps to Reproduce

    1. Open Tasker app on iOS.
    2. Trigger an action that opens a Calendly link inside Tasker’s in-app browser (WebView).
    3. Click “Sign in with Google”.
    4. Select a Google account.

    Actual Result

    • Google blocks the authentication request.
    • Error message displayed:

    “Access blocked: Calendly’s request does not comply with Google’s ‘Use secure browsers’ policy”

    Error 403: disallowed_useragent

    • User cannot authenticate via Google inside Tasker.

    Expected Result

  • 1

    Autoinput actions not working on gemini settings/overview screen

    Nico · 0 · Posted

    Hi there,

    I have a task using autoinput to go into the settings of gemini and switch between hotword detection being on and off. For some reason this stopped working. It still opens the overview screen, but it does not execute any clicks or swipes to go to settings. Same problem with V1 and 2 of autoinput. And the same actions work in several other apps I have tried. And when I manually click on settings, the clicks on the next screen work again. Any ideas?

    Cheers. Nico

  • 1

    Autoinput Actions not saving (Android)

    Alex · 1 · Last reply by João Dias

    Hi All, 

    Have a Samsung Fold 4, Android. 

    I'm trying to modify the existing 'text' element of an auto input (v1) click action in tasker but after I manually change the text and click back, the text field doesn't change.

    Easy input also does not work. On the Autoinput screen, I get this error message on the bottom 'Please touch tasker on this list'. 

    But there is no list. 

    When create a new autoinput action, the fields remain blank. 

    Tried Autoinput v2, but nothing saves there too.

    I've tried disabling and re-enabling accessibility and clearing data and cache.  

    Summary: I

  • 1

    Issue with Javascriptlet when processing JSON Data

    Productivity · 3 · Last reply by João Dias

    At te moment, the javascriptlet is failing when it is used to process or filter data from a JSON. While it works correctly for other use cases, it does not behave as expected when handling JSON data, resulting in no output. This indicates that the issue is related specifically to how the javascriptlet processes JSON, rather than to the data itself

  • 1

    Since the newest update (3.2.8) of Autoremote the communication with eventghost is broken

    Venomin · 3 · Last reply by 461k

    Autoremote can receive messages from Eventghost, but when it sends, eventghost always shows the same error Previous version of Autoremote works fine. please downgrade the newest version, till the fix is done  Exception happened during processing of request from ('::ffff:192.168.0.251', 48212, 0, 0) Traceback (most recent call last): File "SocketServer.pyc", line 599, in process_request_thread File "SocketServer.pyc", line 334, in finish_request File "SocketServer.pyc", line 655, in __init__ File "BaseHTTPServer.pyc", line 340, in handle File "BaseHTTPServer.pyc", line 328, in handle_one_request File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 446, in do_POST communication = getCommunicationFromContent(content,self) File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 354, in getCommunicationFromContent requestJson = json.loads(requestJsonString)

  • 1

    Quick Settings Tile icon appears lower resolution

    dusan236 · 0 · Posted

    I’ve noticed an inconsistency in icon rendering quality when using a Task as a Quick Settings (QS) tile.

    When I set a custom icon for the entire Task and then assign that Task as a QS tile, the icon appears sharp and high resolution in the Quick Settings panel.

    However, when I set the icon using the “Set Up Quick Setting Tile” action inside the Task, the same icon appears noticeably lower resolution (blurred/less sharp).

    I am using 96x96 PNGs in both cases.

  • 1

    Motorola Razr - external display widget v2

    mr_vii · 0 · Posted

    I guess i't a limitation from Motorola, not Tasker, but I really like to have a widget on external display. Can anyone help?

  • 1

    Profile doesn't work after restart

    Nikola Rakewo · 3 · Last reply by Nikola Rakewo

    I have a profile that doesn't work after a restart. The only way to get it working again is to disable the profile and then re-enable it. Since I'm using Tasker on my car's Android stereo, I essentially have to do this every time I start my car up again.

    What the profile does is that when I have music playing, a flash notification pops up that identifies the title, artist, and album art of the track.

    I have given Tasker all possible permissions and it doesn't help. There is no battery optimizations on my device for Tasker.

  • 1
    Solved

    Tasker Unable to Reply to a Whatsapp message

    Mike Tan · 1 · Last reply by João Dias

    Hi 

    I had purchased Tasker, AutoNotification and AutoTools. Also, I had downloaded AutoInput.

    I tried to set it up on android phone S20+, Android version 13.

    I need to use Tasker to auto reply to certain whatsapp message in a whatsapp group. I used the  autonotification reply, use the %anreplyaction but at most, it can only reply by means of sending a new standalone message. I need Tasker to tag and reply to the message, sort of quoting that message and reply to it. Seems it's unable to do so. Is there any method that I should use to make

  • 1

    Shizuku logcat not working on boot as expected

    Diagram874 · 1 · Last reply by Diagram874

    I am using the thedjchi fork of Shizuku and when Shizuku is available, Tasker does not seem to be starting to read the Logcat; I have to trigger it manually (i.e. through either turning on the ADB WiFi Logcat setting on then off again or creating a new Logcat entry profile then cancelling)

  • 1

    Same calendar entry but one is ignored

    Marcel · 2 · Last reply by Marcel

    When I create two profiles, each with one calendar entry, and fill them identically, in my example, I only fill the description *🔇*, and in the second profile, the calendar entry differs only by the fact that an additional five-minute start early field was filled.

    Only the five-minute early entry is triggered 5 minute before, but not the normal calendar entry is not triggered when the date starts. Occasionally, it happens that the normal calendar entry is triggered only five minutes after the appointment starts.

    When I update the calendar entry and change for example the end time while the

  • 0
    Solved

    Have a problem? Please share it with us and we will do our best to solve it!

    João Dias · 0 · Posted
    Looking for a solution to your problem? Start by writing it here. Chances are someone has experienced it in the past and will help you resolve it.
  • 0

    My phone does not allow outgoing calls while tasker is running

    Jcartru · 5 · Last reply by João Dias

    I have a motorola moto E, android version 6.0. Every time I place a phone call the outgoing call is blocked and the following message comes up " bloqueado por patrón * ". I have even deleted all the saved tasks and profiles but it is still coming up.

  • 0
    Solved

    miui10 android 8.0 ringtone

    leomaks leomaks · 9 · Last reply by João Dias

    I can not change rington

    But if I select this file by ES Explorer there is no error, but this ringtone looks like this:

    So I can not use %var (random ringtone)

  • 0

    Brightness change back when pressing on/off button

    Nilsson · 6 · Last reply by Nilsson

    Hi

    Have a action with brightness level 255. This works flawless and the brightness goes to maximum. When pressing on/off button so screen get black, and turn the screen on again the brightness has changed to what is was before pressing the action. This works om my old Lg g2, but not the Huawei p20. Any tips?