Closed asos-danielc closed 9 months ago
@asos-danielc Check your script for any "// Foo: " comments that might be accidentally parsed as metadata. We had a similar issue where someone had a "// value: bar" which was incorrectly submitting "bar" because the metadata parser being too aggressive.
Thanks @johnlindquist ... this kinda fixed the problem, but think there are follow up issues. It seems like a number of my scripts now are not quite "compatible".
Not sure if it is comment related, but I am moving my scripts back in one by one. One in particular now is causing script kit to hang, but I can't see a log for that script being generated
@asos-danielc Can you share the script that causes the hang?
One thing to watch for in particular, if script runs to the end, it will be automatically closed to prevent and zombies scripts hanging around.
So if something is async, and it's not wrapped in an async/await or script event listener, it's possible that script is terminating before the async stuff fires
I am not yet able to dive into the last issue I mentioned but I am back up and running in general, therefore lets close this issue!
Huge thanks on your quick support!
Hi team
Following an update (I am not sure which), whenever I try and run one of my scripts, I get the error:
It then creates a
-login-.ts
file and failsI also try the 'Edit` option for the scripts and get the same error.
Any ideas?
I have tried removing and re-installing.
Many thanks in advance!