I’ve had this error a million times, but this time it seems annoying.
The widget that is giving the Access None error is used in many places, and I can’t identify which one is causing the problem.
The error log is really terrible. It shows you the function that caused the error, but it doesn’t tell you where is called it.
Is there a way to quickly identify the source of the error?
I know that, but that link just takes you to the BP where the function is located. I want to know where the function is being called.
This is because the problem is not the function itself, but the target that calls it.