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
When job runs in background and if it fails then it log only the exception message, so it is very difficult to find where is the actual bug. Look this exception message the JSON object must be str, bytes or bytearray, not NoneType but where we don't now.
What do we currently have to do now?
No response
Describe the solution you'd like
It will be great if we log the exception trace that way we can see the actual file and place to fix the bug.