Common Problems

  • 1

    Display Timeout

    EricW · 0 · Posted

    Hi,

    I think this problem (https://tasker.helprace.com/i514-turn-off-bug-with-android-p) has returned in version 5.14.6. I'm using a fairly old Galaxy S7 Edge. The task I use has been working perfectly until recently, when the Display Off action changes Display Timeout (now sets to 1 second) and the brightness level (is turns completely dim). I'm not able to check the Lock option .. that's Android 9 and above.

  • 1

    Created in JavaScript variables not appears in autocomplete list

    Yuriy Lipchey · 0 · Posted

    Variables that are declared in JavaScript script are available from actions in the task, but autocomplete list doesn't display them.

  • 1
    Solved

    unknown class android.telephony.CellInfoNr

    Steve Rothkin · 4 · Last reply by João Dias

    New Pixel 6 Android 12. I started seeing the attached error in Tasker that I never saw in Android 11.

  • 1

    AutoNotification and Toast problem again

    StaffanT · 3 · Last reply by João Dias

    I haven't noticed this until today but it seems like AN no longer intercepts toasts. I reported this some 9 months ago here https://tasker.helprace.com/i1145-autonotification-not-working-on-samsung-a51-with-the-new-one-ui-3-0 and got a fix that worked but I can no longer get it to work. Maybe the October update caused this? Notifications are intercepted fine. I'm running Tasker 5.14.6 with AN 4.2.3 on Android 11 and One UI 3.1.

    Cheers!

  • 1

    Multiple error messages with new beta

    Steve Rothkin · 3 · Last reply by Steve Rothkin

    This is a follow-on to https://tasker.helprace.com/i1326-unknown-class-android-telephony-cellinfonr (I wish you hadn't closed it as solved because the beta https://drive.google.com/file/d/19w0kkEle9oinGusDHMe-1f1u6_xuuifD/view?usp=sharing simply changed the messages being displayed).

    Now I'm getting the messages shown in the attached screen shots. I don't have any ADB WiFi actions (though I do have actions to turn WiFi on/off as well as to check WiFi state).

    I've attached runlog and backup to help you figure out what this is referring to.

  • 1
  • 1
    Solved

    Calendar Profile interferes with alarm on lock screen

    Will · 1 · Last reply by João Dias

    If I use a profile triggered by a calendar entry, the lock screen shows a nonexistent alarm that just adds 10 minutes to the time I lock the phone.

    Android 12 on Pixel 6 Pro

  • 1

    Пересылка СМС

    Masnev Yuriy · 1 · Last reply by João Dias

    При получении сообщения с содержимым "/" пересылка не происходит.

  • 1

    "File Modified" event never triggered on OnePlus Nord 2

    Michal Podařil · 1 · Last reply by João Dias

    Hello,

    I have created profile using File Modified event. But this profile is never triggered on my OnePlus Nord 2 device. Even Tasker can see/browse that file.

    So, I have created backup and restored the same configuration on my older Xiaomi Mi 8 device. And it works...

    It seems that tasker cannot see modifications on file system on OnePlus Nord 2 device.

    Please, any idea how to fix this?

  • 1
    Solved

    Problem with empty body in HTTP Request

    Azek · 1 · Last reply by João Dias

    I think I found a bug. I tried to get information about my Dropbox account: (documentation) %token, of course is set in task's settings. But I got an error: So I put brackets {} in body, and got another error: How to deal with it?

  • 1

    Alert > Popup Creates Scene Popup Conflict

    Mike Rubin · 3 · Last reply by Rich D

    Using the Alert > Popup creates a scene named "Popup".  This creates a conflict when trying to import any other project that also has a scene named "Popup".  Since scene names must be unique, no one can import my projects from Taskernet for this reason.   

      

    Perhaps create a scene with a random name that is unlikely to be in use elsewhere for Alert > Popup, or allow duplicate scene names across projects?

  • 1
    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.

  • 1
    Solved

    Task doesn't continue after Take Screenshot action

    Azek · 1 · Last reply by João Dias

    I've got Take Screenshot action, Continue Task After Error option is checked, but task stops after error.

    Task: Test Take Screenshot A1: Take Screenshot [ File: test Insert In Gallery: On Continue Task After Error:On ] A2: Variable Set [ Name: %myerr To: %err Max Rounding Digits: 3 Structure Output (JSON, etc): On ] If [ %err > 0 ] A3: Flash [ Text: %myerr Continue Task Immediately: On Dismiss On Click: On ]

    Log: 20220219 20.48.11 E Start ID0:0.0 TaskService 20220219 20.48.25 T Running ID261 Test Take Screenshot 20220219 20.48.25 A OK ID261.1 Test Take Screenshot.Take Screenshot 20220219 20.48.27

  • 1

    Auto XML backups corrupted

    Colin Hemming · 2 · Last reply by Colin Hemming

    I have just tried to read the most recent automatic backup XML, but it's not a valid XML file. Manual files created are fine, but the automatic ones have no carriage returns (not critical, but irritating) and the tags have missing spaces, making them invalid, for example: <TaskerData sr=""dvi="1"tv="5.14.6">

  • 1
    Solved

    Parse/Format DateTime linked to wrong documentation

    Anthony · 1 · Last reply by João Dias

    Parse/Format DateTime help is linked to https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html for documentation on the formatting codes to use. However, using e.g., u gets an IllegalArgumentException. From the exception it appears Tasker is using Joda, so the doc link should be https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html instead.

    ref: https://www.reddit.com/r/tasker/comments/sx6nwo/help_illegal_pattern_component_u/hxqzv0j/?context=8&depth=9

  • 1

    Failure to assign non-default TTS on first "Say" command

    Fmstrat · 0 · Posted

    Using the attached task, the expected behavior would be:

    • Say "Test one" in `com.google.android.tts:eng-gbr`
    • Say "Test two" in `com.google.android.tts:eng-gbr`

    However, if you let the device sit for a while (~2 minutes) and run this task, you instead get:

    • Say "Test one" in default Android TTS
    • Say "Test two" in `com.google.android.tts:eng-gbr`

    Device: Galaxy S9+

    Android version 10

    This could be related to https://tasker.helprace.com/i234-tasker-say-voice-engine-bug, but I chose to post separately to not conflate a 3 year old report.

  • 1

    Calendar data not found in TEST APP

    Eric Foecking · 7 · Last reply by João Dias

    I migrated my phone from a Samsung S10+ Note to a Samsung S22 Ultra over the weekend and have discovered I no longer get any output for the TEST APP for the Calendar actions.  This had worked flawlessly and reliably on the Note for the 3+ years I had the Note.  When I run the 

    TEST APP - CALENDAR/DESCRIPTION/LOCATION/TITLE returns blanks for the arrays even when there are both interval and all day events to report.  

    Using the Calendar state to trigger a PROFILE seems to find all the calendars and trigger appropriately.  

    ANY insights or options to try would

  • 1

    Faster scene destroy

    Nikolas · 0 · Posted

    Hello,

    I have 2 scenes that show only on AOD (1st) or when lock screen is up (2nd) and are set up to be destroyed on exit, however they linger for about 0.2-0.3 sec after the phone is unlocked on top of home screen. Is there a way to destroy a scene faster? (PS Samsung S20, have tried already to use the Screen unlock event and to hide scene before destroying, no result). Thank you!

  • 1

    Google Drive upload creates duplicate folders in same parent folder

    Matthew · 1 · Last reply by Goonie Goonie

    Hello,

    For some reason it appears that when specifying a remote folder on Google Drive, it does not attempt to see whether that folder already exists. In the root directory (My Files), I have a folder called project which has subfolders containing various projects. When I put the following entry into the remote folder field of the Google Drive Upload task...

    project/tasker/tracker

    ...there's the expectation that the tasker folder would be created in the existing project folder and then the tracker folder being created in the tasker folder. This does not happen. Somehow, Google Drive API seems to allow duplicate

  • 1
    Solved

    Why Wifi is not controlled automatic on off while another apps like "Wifi Automatic" can do it

    Hany H · 1 · Last reply by João Dias

    Why Wifi is not controlled automatic on off while another apps like "Wifi Automatic" can work and on play store and work for the same mobile while tasker can't control?.. if its not legal on play store you can add it on the website as an adon or plugin .. Thank you.