Closed NutronStar45 closed 2 years ago
AttributeError: 'NoneType' object has no attribute 'reason'
The error occurs when I use with self.voiceover("..."), the example scene also has this issue.
with self.voiceover("...")
Resolved with #6
AttributeError: 'NoneType' object has no attribute 'reason'
The error occurs when I use
with self.voiceover("...")
, the example scene also has this issue.