You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've taken a look at the code and can see that it's a similar scenario to #1148 where it's easy to forget to check for the nil value before using it. I've audited the areas of the code that work with requestFromID (which was used to get the request that then led to a NPD when calling request. getDocumentID), and it looks like the correct nil checks are now in place. Nevertheless, I'll change the method signature of requestFromID so that it also returns a bool indicating whether the value was retrieved or not so that we don't make the same mistake again.
Version: 508bcb8
Script: Complex script
At a certain point (always seems to be different, so it looks to be a race issue) I get:
Tasks
The text was updated successfully, but these errors were encountered: