No internet connection
  1. Home
  2. Packages
  3. Dialog Editing iZotope

Render and Spot Back into ProTools not working on iZotope RX 10.2.0

By Dario Ramaglia @dario.ramaglia
    2022-11-11 07:50:03.602Z

    Title

    Render and Spot Back into ProTools not working on iZotope RX 10.2.0

    What do you expect to happen when you run the script/macro?

    I noticed that this script doesn't work anymore with the latest iZotope RX update ---> v10.2.0

    Are you seeing an error?

    Error on Line 3 of the script when I trigger it, I'm not able to recreate that at the moment because I needed to work and I uninstalled the latest RX update. I just remember it was Line 3 and I had a look at the script, maybe the change the label on the SEND BACK button

    What happens when you run this script?

    When I trigger this script I get an error message on Line 3 and the script doesn't work

    How were you running this script?

    I clicked the "Run Script" or "Run Macro" button in SoundFlow

    How important is this issue to you?

    3

    Details

    {
        "inputExpected": "I noticed that this script doesn't work anymore with the latest iZotope RX update ---> v10.2.0",
        "inputIsError": true,
        "inputError": "Error on Line 3 of the script when I trigger it, I'm not able to recreate that at the moment because I needed to work and I uninstalled the latest RX update. I just remember it was Line 3 and I had a look at the script, maybe the change the label on the SEND BACK button",
        "inputWhatHappens": "When I trigger this script I get an error message on Line 3 and the script doesn't work",
        "inputHowRun": {
            "key": "-MpfwYA4I6GGlXgvp5j1",
            "title": "I clicked the \"Run Script\" or \"Run Macro\" button in SoundFlow"
        },
        "inputImportance": 3,
        "inputTitle": "Render and Spot Back into ProTools not working on iZotope RX 10.2.0\n"
    }

    Source

    
    var shuttleBtn = sf.ui.izotope.mainWindow.children.whoseDescription.endsWith('Main Window').first.children.whoseDescription.is("Shuttle").first;
    shuttleBtn.elementClick({}, "Could not click Send Back button");
    
    sf.wait({ intervalMs: 500 });
    
    sf.ui.proTools.appActivateMainWindow({}, "Could not activate Pro Tools");
    
    var win = sf.ui.proTools.floatingWindows.filter(function(w){ var t = w.title.value; return t.indexOf("Audio Suite: RX") == 0 && t.indexOf("Connect") >= 0 })[0];
    if (!win || !win.exists) throw "Could not find iZotope RX Connect AudioSuite window";
    
    win.buttons.whoseTitle.is("Render").first.elementClick({}, "Could not click Render");
    
    /* Uncomment to close when done
    sf.wait({ intervalMs: 100 });
    sf.ui.proTools.waitForNoModals();
    win.windowClose();
    */
    

    Links

    User UID: 9hzeLf9Z6uYyuYaQX1IilY4YwHW2

    Feedback Key: sffeedback:9hzeLf9Z6uYyuYaQX1IilY4YwHW2:-NG_egseR4K0tUk6Lxpg

    Feedback ZIP

    Solved in post #12, click to view
    • 12 replies
    1. S
      SoundFlow Bot @soundflowbot
        2022-11-11 07:50:05.735Z

        Thanks for posting a question or an issue related to the 'Dialog Editing iZotope' package.
        This package is made by @chrscheuer. We're auto-tagging them here so that they will hopefully be able to help you.

        1. Dario Ramaglia @dario.ramaglia
            2022-11-11 07:50:59.204Z

            I actually triggered it in anyway possibile ;)

          • In reply todario.ramaglia:

            Thank you, Dario!

            1. Here's the error from the log:

              09.11.2022 09:44:56.67 <info> [Backend]: !! Command Error: iZotope RX: Render & Spot Back into Pro Tools [user:cjuh7h0c70000lr102o5g680c:-LCCGaRwIfn15Z7ExLP6]:
              Could not click Send Back button (iZotope RX: Render & Spot Back into Pro Tools: Line 3)
                  ClickButtonAction requires UIElement
              
              1. @dario.ramaglia is this with the newest version of the Dialog Editing iZotope package?

                1. Dario Ramaglia @dario.ramaglia
                    2022-11-14 07:24:23.486Z

                    Yep, the very last, I just checked and no newer version was released

                    1. JJavier Quesada @Javier_Quesada
                        2022-11-17 17:56:37.982Z

                        Having this same issue! Script was working with RX9 but it isn't working on RX 10 now.
                        Cheers.

                        1. JJakub Trs @Jakub_Trs
                            2022-11-18 12:56:56.869Z

                            Same here!

                            1. Thanks guys, we're working on this!

                  • S
                    In reply todario.ramaglia:
                    SoundFlow Bot @soundflowbot
                      2022-11-11 07:58:23.474Z

                      This issue is now tracked internally by SoundFlow as SF-693

                      1. In reply todario.ramaglia:

                        I've made an update in version 2.0.3 of the package - please check if this works for you.

                        Reply1 LikeSolution
                        1. S
                          In reply todario.ramaglia:
                          SoundFlow Bot @soundflowbot
                            2022-11-20 19:48:53.411Z

                            This issue has been marked as Done