Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 221
    • Issues 221
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajimgajim
  • gajimgajim
  • Issues
  • #10934

remote_control.py: TypeError: '>' not supported between instances of 'str' and 'int'

Please first check if another issue has been opened for your problem

Versions

  • OS: Linux
  • Gajim version: 1.4.2
  • GTK version: 3.24.34
  • Python-nbxmpp version: 3.1.0

Steps to reproduce the problem

  1. have remote_control enabled in ACE

Expected behavior

No error.

Actual behavior

(E) gajim.c.ged                Error while running an event handler: <bound method GajimRemote.on_presence_received of <gajim.remote_control.GajimRemote object at 0x7f2a202ad9f0>>
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/gajim/common/ged.py", line 101, in raise_event
    if handler(event_obj):
  File "/usr/lib/python3.10/site-packages/gajim/remote_control.py", line 319, in on_presence_received
    if obj.old_show < 2 and obj.new_show > 1:
TypeError: '>' not supported between instances of 'str' and 'int'
Assignee
Assign to
Time tracking