Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InsSAFE fails on QGIS 3.22 #5104

Closed
timlinux opened this issue Oct 11, 2021 · 1 comment
Closed

InsSAFE fails on QGIS 3.22 #5104

timlinux opened this issue Oct 11, 2021 · 1 comment
Assignees

Comments

@timlinux
Copy link
Contributor

Problem

Using nightly build


Couldn't load plugin 'inasafe' due to an error when calling its initGui() method 

TypeError: decorated slot has no signature compatible with layerSavedAs(QgsMapLayer*,QString) 
Traceback (most recent call last):
  File "/home/timlinux/dev/cpp/QGIS-QtCreator-Build/output/python/qgis/utils.py", line 448, in startPlugin
    plugins[packageName].initGui()
  File "/home/timlinux/.local/share/QGIS/QGIS3/profiles/InaSAFE/python/plugins/inasafe/safe/plugin.py", line 563, in initGui
    self._create_dock()
  File "/home/timlinux/.local/share/QGIS/QGIS3/profiles/InaSAFE/python/plugins/inasafe/safe/plugin.py", line 539, in _create_dock
    self.dock_widget = Dock(self.iface)
  File "/home/timlinux/.local/share/QGIS/QGIS3/profiles/InaSAFE/python/plugins/inasafe/safe/gui/widgets/dock.py", line 209, in __init__
    self.iface.layerSavedAs.connect(self.save_auxiliary_files)
TypeError: decorated slot has no signature compatible with layerSavedAs(QgsMapLayer*,QString)


Python version: 3.9.7 (default, Aug 30 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)] 
QGIS version: 3.21.0-Master Master, 1666afe7fd 
@mach0
Copy link
Contributor

mach0 commented Apr 9, 2024

just tested inasafe on current stable 3.34.5 - everything is working - this issue might be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants