-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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.
orstools-qgis-plugin/ORStools/common/networkaccessmanager.py
Lines 266 to 270 in c248e5c
| # Catch all exceptions (and clean up requests) | |
| try: | |
| self.el.exec(QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents) | |
| except Exception as e: | |
| raise e |
Metadata
Metadata
Assignees
Labels
No labels