Skip to content

Debugging a crash #55

@glensc

Description

@glensc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions