Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 21
    • Merge Requests 21
  • 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
  • gajimgajim
  • Issues
  • #9054

Closed
Open
Opened Apr 05, 2018 by heapifyman@heapifyman

error on file send completion

Versions

  • OS: Linux
  • GTK+ Version: 3.22.29
  • PyGObject Version: 3.28.2
  • python-nbxmpp Version: 0.6.4
  • Gajim Version: 1.0.1

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/nbxmpp/dispatcher_nb.py", line 498, in dispatch
    handler['func'](session, stanza)
  File "/usr/lib/python3.6/site-packages/gajim/common/protocol/bytestream.py", line 753, in _bytestreamResultCB
    app.socks5queue.send_file(file_props, self.name, 'server')
  File "/usr/lib/python3.6/site-packages/gajim/common/socks5.py", line 322, in send_file
    for key in self.senders.keys():
RuntimeError: dictionary changed size during iteration

Steps to reproduce the problem

Not really sure. I had send a file and was waiting for the recipient to accept it. I was doing something else in another window when the error message popped up. When I checked the file sending dialog, the file had been accepted and transmitted (100%)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#9054