Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
gajim-plugins
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 59
    • Issues 59
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajim-plugins
  • Issues
  • #353

Closed
Open
Opened Oct 13, 2018 by Daniel Brötzmann@wurstsalatDeveloper

[set_location] Unable to deactivate plugin

Versions

  • OS: Manjaro Linux
  • GTK+ Version: 3.24.1
  • PyGObject Version: 3.30.1
  • python-nbxmpp Version: 0.6.8
  • Gajim Version: 1.1.91
  • Plugin Version: 1.2.0

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/gajim/plugins/helpers.py", line 114, in wrapper
    result = f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/gajim/plugins/gui.py", line 189, in installed_plugins_toggled_cb
    app.plugin_manager.deactivate_plugin(plugin)
  File "/usr/lib/python3.7/site-packages/gajim/plugins/pluginmanager.py", line 483, in deactivate_plugin
    plugin.deactivate()
  File "/usr/lib/python3.7/site-packages/gajim/plugins/helpers.py", line 108, in wrapper
    result = f(*args, **kwargs)
  File "/home/x/.local/share/gajim/plugins/set_location/set_location.py", line 79, in deactivate
    app.connections[acct].send_location(self._data)
AttributeError: 'Connection' object has no attribute 'send_location'

Steps to reproduce the problem

Try to deactivate plugin.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim-plugins#353