Defaulter Package Error
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
- TTamás Varga @Tamas_Varga
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.
- In reply toerich⬆:Christian Scheuer @chrscheuer2023-05-09 08:23:04.900Z
Hi @erich,
What package is this macro from that you're referencing?
- JJakub Trs @Jakub_Trs
Hi Christian, I'm getting the "Object reference..." error too, the package is "Defaulter", v2.2.0 by Vladimir Poterukha :)
Christian Scheuer @chrscheuer2023-08-04 13:49:01.957Z
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:
- JJakub Trs @Jakub_Trs
Ok, thank you!
- AAndrej Bako @Andrej_Bako
Hi Jakub, I'm getting the same issue, was there @Jakub_Trs was there any resolution to the bug?
- JJakub Trs @Jakub_Trs
Hi Andrej, unfortunately I haven't figured it out so I moved on and forgot about Defaulter ˆˆ
- AAndrej Bako @Andrej_Bako
oh well!! Thanks for letting me know @Jakub_Trs :)
- In reply toJakub_Trs⬆:AAndrej Bako @Andrej_Bako
@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...
- JJakub Trs @Jakub_Trs
That’s great to know, thank you for getting back with a solution!