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 58
    • Issues 58
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • 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
  • #446

Closed
Open
Opened Aug 30, 2019 by Stéphane Chamley@chamley.stephane

[OpenPGP] Crash on start when trying to import key

Versions

  • OS: Fedora 29 (Workstation Edition)
  • GTK+ Version: 3.24.1
  • PyGObject Version: 3.30.5
  • python-nbxmpp Version: 0.6.10
  • Gajim Version: 1.1.3

Traceback

Traceback (most recent call last):
  File "/usr/lib64/python3.7/site-packages/gi/overrides/GLib.py", line 662, in <lambda>
    func_fdtransform = lambda _, cond, *data: callback(channel, cond, *data)
  File "/usr/lib/python3.7/site-packages/nbxmpp/idlequeue.py", line 563, in _process_events
    return IdleQueue._process_events(self, fd, flags)
  File "/usr/lib/python3.7/site-packages/nbxmpp/idlequeue.py", line 411, in _process_events
    obj.pollin()
  File "/usr/lib/python3.7/site-packages/nbxmpp/transports_nb.py", line 451, in pollin
    self._do_receive()
  File "/usr/lib/python3.7/site-packages/nbxmpp/transports_nb.py", line 676, in _do_receive
    self._on_receive(received)
  File "/usr/lib/python3.7/site-packages/nbxmpp/transports_nb.py", line 690, in _on_receive
    self.on_receive(data)
  File "/usr/lib/python3.7/site-packages/nbxmpp/dispatcher_nb.py", line 535, in _WaitForData
    resp(self._owner, _iq, **args)
  File "/home/morkxy/.local/share/gajim/plugins/openpgp/modules/openpgp.py", line 366, in _public_key_received
    result = self._pgp.import_key(pubkey, jid)
  File "/home/morkxy/.local/share/gajim/plugins/openpgp/backend/pygpg.py", line 122, in import_key
    log.error(result.results[0])
IndexError: list index out of range

Steps to reproduce the problem

...

Edited Nov 23, 2019 by Daniel Brötzmann
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim-plugins#446