Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Error message when running task

72 views
Skip to first unread message

legaldeejay

unread,
Nov 21, 2024, 1:47:51 AM11/21/24
to Tasker
Hi.  I have been running a voice texting profile in Tasker for many years and after I updated my phone with a software update, the profile stopped working. This is the error message I am getting.

01.40.18/LicenseCheckerTasker Checking cached only
01.40.18/LicenseCheckerTasker cache validity left -30388
01.40.18/LicenseCheckerTasker Cached status: Licensed
01.40.18/LicenseCheckerTasker Cached only: Licensed
01.40.18/Variables doreplresult: |%say| -> |%say|
01.40.18/E Variable Split: %say -> %say
01.40.18/Variables doreplresult: |%say| -> |%say|
01.40.18/E Variable Split: can't split unset value to set %say
01.40.18/E result: stop task (error)
01.40.18/Variables doreplresult: |%say| -> |%say|
01.40.18/E Error: 1
01.40.18/MacroEdit action finished exeID 1 action no 4 code 590 status: Err next 4

I appreciate any assistance. 



João Dias

unread,
Nov 21, 2024, 6:14:06 AM11/21/24
to tas...@googlegroups.com
Can you please export your task's description (not xml) so I can take a look? Long-click the task in Tasker->export description Thanks in advance

Thank you for your contact.

   Join: connect multiple devices (send pushes, remote SMS, notifications) on Android, Windows, Mac, Linux
   Tasker: customize/automate anything on your phone!
   AutoApps: add advanced functionality to Tasker via plugins

     

João Dias


legaldeejay

unread,
Nov 21, 2024, 6:39:35 AM11/21/24
to Tasker
    Task: Reply To Text
   
    A1: Wait Until [
         MS: 519
         Seconds: 0
         Minutes: 0
         Hours: 0
         Days: 0 ]
        If  [ %PACTIVE !~ *,Google Assistant,* & %PACTIVE !~ *,Notifications,* & %PACTIVE !~ *,Phone Call,* & %PACTIVE !~ *,Bixby,* ]
   
    A2: Media Volume [
         Level: 0 ]
   
    A3: System Volume [
         Level: 15 ]
   
    A4: Array Pop [
         Variable Array: %SayStack
         Position: 1
         To Var: %say ]
   
    A5: Variable Split [
         Name: %say
         Splitter: ¦ ]
   
    A6: Say [
         Text: New message, from: %say(1), %say(2)
         Engine:Voice: com.google.android.tts:eng-usa
         Stream: 1
         Pitch: 5
         Speed: 4
         Respect Audio Focus: On ]
   
    A7: Popup [
         Title: %say(1)
         Text: %say(2)
         Layout: Popup
         Timeout (Seconds): 5
         Show Over Keyguard: On ]
   
    A8: Say [
         Text: Reply, Cancel or Repeat?
         Engine:Voice: com.google.android.tts:eng-usa
         Stream: 1
         Pitch: 5
         Speed: 4
         Respect Audio Focus: On ]
   
    A9: Get Voice [
         Title: Reply, Cancel or Repeat?
         Language Model: Free Form
         Maximum Results: 1
         Timeout (Seconds): %TIMES ]
   
    A10: If [ %VOICE ~ *cancel* ]
   
        A11: Variable Clear [
              Name: %VOICE ]
   
        A12: Goto [
              Type: Action Number
              Number: 4 ]
            If  [ %SayStack1 Set ]
   
        A13: Media Volume [
              Level: 14 ]
   
        A14: System Volume [
              Level: 3 ]
   
    A15: Else
   
        A16: If [ %VOICE ~ *repeat* ]
   
            A17: Variable Clear [
                  Name: %VOICE ]
   
            A18: Goto [
                  Type: Action Number
                  Number: 6 ]
   
        A19: Else
   
            A20: If [ %VOICE !~ *send*/*message*/*reply*/*tell*/ ]
   
                A21: Variable Clear [
                      Name: %VOICE ]
   
                A22: Say [
                      Text: Didn't catch that. Let's try again.
                      Engine:Voice: com.google.android.tts:eng-usa
                      Stream: 1
                      Pitch: 5
                      Speed: 4
                      Respect Audio Focus: On ]
   
                A23: Goto [
                      Type: Action Number
                      Number: 8 ]
   
            A24: Else
   
                A25: Variable Clear [
                      Name: %VOICE ]
   
                A26: Say [
                      Text: What's your message?
                      Engine:Voice: com.google.android.tts:eng-usa
                      Stream: 1
                      Pitch: 5
                      Speed: 4
                      Respect Audio Focus: On ]
   
                A27: Get Voice [
                      Title: What's your message?
                      Language Model: Free Form
                      Maximum Results: 1
                      Timeout (Seconds): 30 ]
   
                A28: If [ %VOICE !Set ]
   
                    A29: Say [
                          Text: Didn't catch that. Let's try again.
                          Engine:Voice: com.google.android.tts:eng-usa
                          Stream: 1
                          Pitch: 5
                          Speed: 4
                          Respect Audio Focus: On ]
   
                    A30: Goto [
                          Type: Action Number
                          Number: 26 ]
   
                A31: Else
   
                    A32: Variable Set [
                          Name: %MessageContent
                          To: %VOICE ]
   
                    A33: Variable Clear [
                          Name: %VOICE ]
   
                    A34: Say [
                          Text: You said %MessageContent.
                          Engine:Voice: com.google.android.tts:eng-usa
                          Stream: 1
                          Pitch: 5
                          Speed: 4
                          Respect Audio Focus: On
                          Continue Task Immediately: On ]
   
                    A35: Popup [
                          Title: You said
                          Text: %MessageContent
                          Layout: Popup
                          Timeout (Seconds): 8
                          Show Over Keyguard: On ]
   
                    A36: Say [
                          Text: Do you want to send it?
                          Engine:Voice: com.google.android.tts:eng-usa
                          Stream: 1
                          Pitch: 5
                          Speed: 4
                          Respect Audio Focus: On ]
   
                    A37: Get Voice [
                          Title: Send the message?
                          Language Model: Free Form
                          Maximum Results: 1
                          Timeout (Seconds): 30 ]
   
                    A38: If [ %VOICE ~ *send*/*yes*/*ok*/*yup*/*yeah*/*go ahead* ]
   
                        A39: Variable Clear [
                              Name: %VOICE ]
   
                        A40: Send SMS [
                              Number: %say(3)
                              Message: %MessageContent ]
   
                        A41: Say [
                              Text: Message sent
                              Engine:Voice: com.google.android.tts:eng-usa
                              Stream: 1
                              Pitch: 5
                              Speed: 4
                              Respect Audio Focus: On ]
   
                        A42: Goto [
                              Type: Action Number
                              Number: 4 ]
                            If  [ %SayStack1 Set ]
   
                        A43: Media Volume [
                              Level: 14 ]
   
                        A44: System Volume [
                              Level: 3 ]
   
                    A45: Else
   
                        A46: If [ %VOICE !~ *no*/*nah*/*nope*/*cancel*/*go home*/*nevermind* ]
   
                            A47: Variable Clear [
                                  Name: %VOICE ]
   
                            A48: Say [
                                  Text: Didn't catch that. Do you want me to send the message?
                                  Engine:Voice: com.google.android.tts:eng-usa
                                  Stream: 1
                                  Pitch: 5
                                  Speed: 4
                                  Respect Audio Focus: On ]
   
                            A49: Goto [
                                  Type: Action Number
                                  Number: 37 ]
   
                        A50: Else
   
                            A51: Variable Clear [
                                  Name: %VOICE ]
   
                            A52: Say [
                                  Text: Do you want to rewrite the message?
                                  Engine:Voice: com.google.android.tts:eng-usa
                                  Stream: 1
                                  Pitch: 5
                                  Speed: 4
                                  Respect Audio Focus: On ]
   
                            A53: Get Voice [
                                  Title: Re-enter the message?
                                  Language Model: Free Form
                                  Maximum Results: 1
                                  Timeout (Seconds): 30 ]
   
                            A54: If [ %VOICE ~ *yes*/*ok*/*yup*/*yeah*/*go ahead* ]
   
                                A55: Variable Clear [
                                      Name: %VOICE ]
   
                                A56: Goto [
                                      Type: Action Number
                                      Number: 26 ]
   
                            A57: Else
   
                                A58: If [ %VOICE !~ *no*/*yes* ]
   
                                    A59: Variable Clear [
                                          Name: %VOICE ]
   
                                    A60: Say [
                                          Text: Didn't catch that. Do you want me to rewrite the message?
                                          Engine:Voice: com.google.android.tts:eng-usa
                                          Stream: 1
                                          Pitch: 5
                                          Speed: 4
                                          Respect Audio Focus: On ]
   
                                    A61: Goto [
                                          Type: Action Number
                                          Number: 53 ]
   
                                A62: Else
   
                                    A63: If [ %VOICE ~ *no* ]
   
                                        A64: Variable Clear [
                                              Name: %VOICE ]
   
                                        A65: Goto [
                                              Type: Action Number
                                              Number: 4 ]
                                            If  [ %SayStack1 Set ]
   
                                        A66: Media Volume [
                                              Level: 14 ]
   
                                        A67: System Volume [
                                              Level: 3 ]

legaldeejay

unread,
Nov 21, 2024, 7:05:10 AM11/21/24
to Tasker
Also, here are the profiles that I use

    Profile: Texts
    Settings: Priority: 4 Restore: yes
    Event: Variable Set [ Variable:%SayStack1 Value:* User Variables Only:Off ]
    State: Headset Plugged [ Type:Any ]
   
   
   
    Enter Task: Reply To Text

   
    A1: Wait Until [
         MS: 519
         Seconds: 0
         Minutes: 0
         Hours: 0
         Days: 0 ]
        If  [ %PACTIVE !~ *,Google Assistant,* & %PACTIVE !~ *,Notifications,* & %PACTIVE !~ *,Phone Call,* & %PACTIVE !~ *,Bixby,* ]
   
    A2: Media Volume [
         Level: 0 ]
   
    A3: System Volume [
         Level: 15 ]
   
    A4: Array Pop [
         Variable Array: %SayStack
         Position: 1
         To Var: %say ]
   
    A5: Say [

         Text: New message, from: %say(1), %say(2)
         Engine:Voice: com.google.android.tts:eng-usa
         Stream: 1
         Pitch: 5
         Speed: 4
         Respect Audio Focus: On ]
   
    A6: Popup [

         Title: %say(1)
         Text: %say(2)
         Layout: Popup
         Timeout (Seconds): 5
         Show Over Keyguard: On ]
   
    A7: Say [

         Text: Reply, Cancel or Repeat?
         Engine:Voice: com.google.android.tts:eng-usa
         Stream: 1
         Pitch: 5
         Speed: 4
         Respect Audio Focus: On ]
   
    A8: Get Voice [

         Title: Reply, Cancel or Repeat?
         Language Model: Free Form
         Maximum Results: 1
         Timeout (Seconds): %TIMES ]
   
    A9: If [ %VOICE ~ *cancel* ]
   
        A10: Variable Clear [
              Name: %VOICE ]
   
        A11: Goto [

              Type: Action Number
              Number: 4 ]
            If  [ %SayStack1 Set ]
   
        A12: Media Volume [
              Level: 14 ]
   
        A13: System Volume [
              Level: 3 ]
   
    A14: Else
   
        A15: If [ %VOICE ~ *repeat* ]
   
            A16: Variable Clear [
                  Name: %VOICE ]
   
            A17: Goto [

                  Type: Action Number
                  Number: 6 ]
   
        A18: Else
   
            A19: If [ %VOICE !~ *send*/*message*/*reply*/*tell*/ ]
   
                A20: Variable Clear [
                      Name: %VOICE ]
   
                A21: Say [

                      Text: Didn't catch that. Let's try again.
                      Engine:Voice: com.google.android.tts:eng-usa
                      Stream: 1
                      Pitch: 5
                      Speed: 4
                      Respect Audio Focus: On ]
   
                A22: Goto [

                      Type: Action Number
                      Number: 8 ]
   
            A23: Else
   
                A24: Variable Clear [
                      Name: %VOICE ]
   
                A25: Say [

                      Text: What's your message?
                      Engine:Voice: com.google.android.tts:eng-usa
                      Stream: 1
                      Pitch: 5
                      Speed: 4
                      Respect Audio Focus: On ]
   
                A26: Get Voice [

                      Title: What's your message?
                      Language Model: Free Form
                      Maximum Results: 1
                      Timeout (Seconds): 30 ]
   
                A27: If [ %VOICE !Set ]
   
                    A28: Say [

                          Text: Didn't catch that. Let's try again.
                          Engine:Voice: com.google.android.tts:eng-usa
                          Stream: 1
                          Pitch: 5
                          Speed: 4
                          Respect Audio Focus: On ]
   
                    A29: Goto [

                          Type: Action Number
                          Number: 26 ]
   
                A30: Else
   
                    A31: Variable Set [
                          Name: %MessageContent
                          To: %VOICE ]
   
                    A32: Variable Clear [
                          Name: %VOICE ]
   
                    A33: Say [

                          Text: You said %MessageContent.
                          Engine:Voice: com.google.android.tts:eng-usa
                          Stream: 1
                          Pitch: 5
                          Speed: 4
                          Respect Audio Focus: On
                          Continue Task Immediately: On ]
   
                    A34: Popup [

                          Title: You said
                          Text: %MessageContent
                          Layout: Popup
                          Timeout (Seconds): 8
                          Show Over Keyguard: On ]
   
                    A35: Say [

                          Text: Do you want to send it?
                          Engine:Voice: com.google.android.tts:eng-usa
                          Stream: 1
                          Pitch: 5
                          Speed: 4
                          Respect Audio Focus: On ]
   
                    A36: Get Voice [

                          Title: Send the message?
                          Language Model: Free Form
                          Maximum Results: 1
                          Timeout (Seconds): 30 ]
   
                    A37: If [ %VOICE ~ *send*/*yes*/*ok*/*yup*/*yeah*/*go ahead* ]
   
                        A38: Variable Clear [
                              Name: %VOICE ]
   
                        A39: Send SMS [
                              Number: %say(3)
                              Message: %MessageContent ]
   
                        A40: Say [

                              Text: Message sent
                              Engine:Voice: com.google.android.tts:eng-usa
                              Stream: 1
                              Pitch: 5
                              Speed: 4
                              Respect Audio Focus: On ]
   
                        A41: Goto [

                              Type: Action Number
                              Number: 4 ]
                            If  [ %SayStack1 Set ]
   
                        A42: Media Volume [
                              Level: 14 ]
   
                        A43: System Volume [
                              Level: 3 ]
   
                    A44: Else
   
                        A45: If [ %VOICE !~ *no*/*nah*/*nope*/*cancel*/*go home*/*nevermind* ]
   
                            A46: Variable Clear [
                                  Name: %VOICE ]
   
                            A47: Say [

                                  Text: Didn't catch that. Do you want me to send the message?
                                  Engine:Voice: com.google.android.tts:eng-usa
                                  Stream: 1
                                  Pitch: 5
                                  Speed: 4
                                  Respect Audio Focus: On ]
   
                            A48: Goto [

                                  Type: Action Number
                                  Number: 37 ]
   
                        A49: Else
   
                            A50: Variable Clear [
                                  Name: %VOICE ]
   
                            A51: Say [

                                  Text: Do you want to rewrite the message?
                                  Engine:Voice: com.google.android.tts:eng-usa
                                  Stream: 1
                                  Pitch: 5
                                  Speed: 4
                                  Respect Audio Focus: On ]
   
                            A52: Get Voice [

                                  Title: Re-enter the message?
                                  Language Model: Free Form
                                  Maximum Results: 1
                                  Timeout (Seconds): 30 ]
   
                            A53: If [ %VOICE ~ *yes*/*ok*/*yup*/*yeah*/*go ahead* ]
   
                                A54: Variable Clear [
                                      Name: %VOICE ]
   
                                A55: Goto [

                                      Type: Action Number
                                      Number: 26 ]
   
                            A56: Else
   
                                A57: If [ %VOICE !~ *no*/*yes* ]
   
                                    A58: Variable Clear [
                                          Name: %VOICE ]
   
                                    A59: Say [

                                          Text: Didn't catch that. Do you want me to rewrite the message?
                                          Engine:Voice: com.google.android.tts:eng-usa
                                          Stream: 1
                                          Pitch: 5
                                          Speed: 4
                                          Respect Audio Focus: On ]
   
                                    A60: Goto [

                                          Type: Action Number
                                          Number: 53 ]
   
                                A61: Else
   
                                    A62: If [ %VOICE ~ *no* ]
   
                                        A63: Variable Clear [
                                              Name: %VOICE ]
   
                                        A64: Goto [

                                              Type: Action Number
                                              Number: 4 ]
                                            If  [ %SayStack1 Set ]
   
                                        A65: Media Volume [
                                              Level: 14 ]
   
                                        A66: System Volume [
                                              Level: 3 ]
   
 
        Profile: Read SMS
    Settings: Priority: 7 Restore: yes
    Event: Received Text [ Type:SMS Sender:* Content:* SIM Card:* MMS Body:* ]
    State: Headset Plugged [ Type:Any ]
   
   
   
    Enter Task: Array SMS
   
    A1: Array Push [
         Variable Array: %SayStack
         Position: 99
         Value: New Message from %SMSRN, %SMSRB ]
Reply all
Reply to author
Forward
0 new messages