Motion Array's Auto Scaling Text Box code (sourceRectAtTime) suddenly not working
Hello,
I often use Motion Array's Auto Scaling Text Box code in my workflow. It has always worked flawlessly. However, I am trying it now and for whatever reason it is not working. Unless my lack of sleep is catching up with me and I'm just missing something painfully obvious, is there anyone else experiencing issues with sourceRectAtTime coding not working in AE 17.1.4?
The code (which I've used successfully a million times!) is:
s=[pickwhip to source text]
w=s.sourceRectAtTime().width;
h=s.sourceRectAtTime().height;
[w,h]

As you can see, the code is in, and the box should be the size of the text above, but it isn't.
I have tried toggling between JavaScript and Legacy ExtendScript for my Expressions Engine--neither has worked. I have purged the cache. I have uninstalled and reinstalled AE.
WHAT AM I MISSING?
