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

Bug : Python error when adding a layer in the map canvas #1685

Closed
Gustry opened this issue Mar 2, 2015 · 2 comments
Closed

Bug : Python error when adding a layer in the map canvas #1685

Gustry opened this issue Mar 2, 2015 · 2 comments
Labels

Comments

@Gustry
Copy link
Contributor

Gustry commented Mar 2, 2015

With QGIS master, I've this error each time when I'm adding a layer in the map canvas :

An error has occured while executing Python code:

Traceback (most recent call last):
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe/gui/widgets/dock.py", line 1470, in layer_changed
    self.show_no_keywords_message()
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe/gui/widgets/dock.py", line 1436, in show_no_keywords_message
    self.show_static_message(report)
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe/gui/widgets/dock.py", line 280, in show_static_message
    message=message)
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe_extras/pydispatch/dispatcher.py", line 349, in send
    **named
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe_extras/pydispatch/robustapply.py", line 47, in robustApply
    return receiver(*arguments, **named)
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe/gui/widgets/message_viewer.py", line 185, in static_message_event
    self.show_messages()
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe/gui/widgets/message_viewer.py", line 259, in show_messages
    self.load_html(HTML_STR_MODE, string)
  File "/home/etienne/.qgis2/python/plugins/inasafe/safe/gui/widgets/message_viewer.py", line 379, in load_html
    self.loadFinished.disconnect(self.html_loaded_slot)
TypeError: disconnect() failed between 'loadFinished' and 'unislot'
@Gustry Gustry added the Bug label Mar 2, 2015
@akbargumbira
Copy link
Member

Hi @Gustry, this TypeError: disconnect() failed between 'loadFinished' and 'unislot' seems to be everywhere on @Charlotte-Morgan's computer and yours. What is your computer environment? I don't get it here on Ubuntu and QGIS Master compiled an hour ago

@Gustry
Copy link
Contributor Author

Gustry commented Mar 6, 2015

Maybe a duplicate #1688

@Gustry Gustry closed this as completed Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants