-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
Started using this library:
but it crashes in non-debug mode, and in debug mode no errors. catching exception does not help.
how to get logs out of the problem?
In that example, crash can be avoided by not using any plex server related in section_types method
this still crashes even faulti part is catch'ed:
@cached_property
def section_types(self):
try:
self.server
except Exception as e:
...
return {}tl;dr: crashes on macos in normal mode. does not crash under -f, does not crash under -d, and under -d no known exception is thrown.