Skip to content

QGIS Crashes on Query #348

@aleczoeller

Description

@aleczoeller

See posted issue here on gisstackexchange.

Based on the screenshot it looks like an issue with the NetworkAccessManager class, specifically when the code calls for an events flag ExcludeUserInputEvents. This is likely getting called multiple times - I'm linking the code below.

# Catch all exceptions (and clean up requests)
try:
self.el.exec(QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents)
except Exception as e:
raise e

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions