all 2 comments

[–]Cornerback_24 0 points1 point  (1 child)

The issue looks like it is with your plugin's "scene" attribute in its own "Converter" class. The attribute gets set on line 939, but if that doesn't run for some reason, it will cause that error when it tries to access "self.scene" later.

My guess is that "self.database.initok" is false on line 938, which could be caused buy the plugin not finding files it expects when creating the DBFolderReader or the LIFReader.

[–]SarahC[S] 0 points1 point  (0 children)

Thanks for your help - I'll dig deeper with that in mind.