See this Comm Center thread by Dean Salman.
All-sky plate solving will be attempted when needed
Tracking turned on.
Acquiring pointing image...
**Script Error (Tracking has been stopped)**
Source: AcquireSupport
Message: **Programmer error: Assert TakePicture() filter 0 not same as last SelectFilter() 1 at line 91 column 5.
Script Context:
88: var intv = ptgPrefs.Interval * 2;
89: SUP.SelectFilter(Prefs.CameraPrefs.ClearFilterNumb er);
90: var filt = SUP.SetFilterForTask(3); // FO_FORPOINTING
=> 91: if (!SUP.TakePicture(intv, bin, 1.0, 0.0, filt,
^
92: imageFile, "", true, false, false, false, "ACP",
93: "Pointing Image", ras, des,
94: false, "", "", 0, 0, false, 0.0))
-- end --