-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.4
-
Fix Version/s: 4.1.0
-
Component/s: Direct Edit
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.1
-
Story Points:0
Found by Sentry, direct_edit.py:L677:
AttributeError: 'NoneType' object has no attribute 'join'
The fix is to suppress such warning AttributeError.
—
Another issue is when the thread could not be stopped because it did not have time to start (Sentry report):
RuntimeError: cannot join thread before it is started
The fix is to suppress such RuntimeError at line 671.