No internet connection
  1. Home
  2. Macro and Script Help

Defaulter Package Error

By erich @erich
    2023-02-28 23:00:12.813Z

    Title

    Defaulter Package Error

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

    This macro is supposed to start Quiet Arts Defualter Plugin and then skip from clip to clip and render files as it goes. I get this error message below. The Package I installed is off the Soundflow website and I have set defualter to fire macro keys. Thanks in advance for your help

    Object reference not set to an instance of an object. (Defaulter Macro: Line 207)
    System.NullReferenceException: Object reference not set to an instance of an object.

    Are you seeing an error?

    Object reference not set to an instance of an object. (Defaulter Macro: Line 207) System.NullReferenceException: Object reference not set to an instance of an object.

    What happens when you run this script?

    The macro runs though some steps and then sounflow thows up an error. I am not sure what exactly gets fired in sequence

    How were you running this script?

    I used a Stream Deck button

    How important is this issue to you?

    5

    Details

    {
        "inputExpected": "This macro is supposed to start Quiet Arts Defualter Plugin and then skip from clip to clip and render files as it goes. I get this error message below. The Package I installed is off the Soundflow website and I have set defualter to fire macro keys. Thanks in advance for your help\n\nObject reference not set to an instance of an object. (Defaulter Macro: Line 207)\n    System.NullReferenceException: Object reference not set to an instance of an object.",
        "inputIsError": true,
        "inputError": "Object reference not set to an instance of an object. (Defaulter Macro: Line 207)\n    System.NullReferenceException: Object reference not set to an instance of an object.",
        "inputWhatHappens": "The macro runs though some steps and then sounflow thows up an error. I am not sure what exactly gets fired in sequence \n",
        "inputHowRun": {
            "key": "-MpfwmPg-2Sb-HxHQAff",
            "title": "I used a Stream Deck button"
        },
        "inputImportance": 5,
        "inputTitle": "Defaulter Package Error"
    }

    Source

    //Macro converted to script
    
    
    //Calling command "Defaulter Preset" from package "undefined" (installed from user/pkg/version "f31PONf0uWbm6Il3JEZxaqoKC8n2/cka6sku6a00006e104kou0zpj/clcjva5kq0004ju10oe7h3fyz")
    sf.soundflow.runCommand({
        commandId: 'user:cldz9bkjf0000ik10byl4yg0m:cka6sl1qo00016e10tdwq022v#ckf5jftgn00007l10ly37adr7',
        props: {}
    });
    
    
    

    Links

    User UID: 0ZPKjwhDjdVgpKfnmhFgJ4OMmB93

    Feedback Key: sffeedback:0ZPKjwhDjdVgpKfnmhFgJ4OMmB93:-NPPFIvYyNMOPmpA9MJY

    Feedback ZIP

    • 10 replies
    1. T
      Tamás Varga @Tamas_Varga
        2023-05-05 21:25:01.837Z

        I would follow this. I get the same error message "Object reference not set to an instance of an object. (Defaulter Macro: Line 207)".

        Everything seems to be set up correctly, but Defaulter wont even start working but I get this SF error message.

        1. In reply toerich:

          Hi @erich,

          What package is this macro from that you're referencing?

          1. JJakub Trs @Jakub_Trs
              2023-08-04 12:22:15.052Z

              Hi Christian, I'm getting the "Object reference..." error too, the package is "Defaulter", v2.2.0 by Vladimir Poterukha :)

              1. Hi Jakub,

                The "Defaulter" package was a beta-only package that was never intended to become public, as far as I know. In any event, if you need help with it, it's best to follow the steps here so Vlad gets notified and he'll have access to your logs:

                bit.ly/sfscripthelp

                1. JJakub Trs @Jakub_Trs
                    2023-08-04 14:55:49.066Z

                    Ok, thank you!

                    1. AAndrej Bako @Andrej_Bako
                        2023-11-25 21:35:04.303Z

                        Hi Jakub, I'm getting the same issue, was there @Jakub_Trs was there any resolution to the bug?

                        1. JJakub Trs @Jakub_Trs
                            2023-11-26 09:52:28.679Z

                            Hi Andrej, unfortunately I haven't figured it out so I moved on and forgot about Defaulter ˆˆ

                            1. AAndrej Bako @Andrej_Bako
                                2023-11-26 11:11:22.398Z

                                oh well!! Thanks for letting me know @Jakub_Trs :)

                                1. In reply toJakub_Trs:
                                  AAndrej Bako @Andrej_Bako
                                    2023-11-28 12:17:55.164Z

                                    @Jakub_Trs just in case you ever wanted to use Defaulter again we figured out the issue:

                                    Yep that's it... because there was no 'user default' as a preset saved it seemed to create that 207 error... when I saved my preset 'AB film dx' as the 'user default' it generally seems to work as intended...

                                    1. JJakub Trs @Jakub_Trs
                                        2023-11-28 22:33:21.449Z

                                        That’s great to know, thank you for getting back with a solution!