Skip to content

UINT32 signal argument not implemented #51

@elibroftw

Description

@elibroftw

This might be an issue with pstray, but I'm leaving it here for now.

  File "/home/fortanix/Documents/GitHub/music-caster/src/music_caster.py", line 106, in system_tray
    tray = pystray.Icon('Music Caster SystemTray', unfilled_icon, title='Music Caster [LOADING]')
  File "/home/fortanix/.local/lib/python3.10/site-packages/pystray/_gtk.py", line 36, in __init__
    self._status_icon.connect(
  File "/home/fortanix/.local/lib/python3.10/site-packages/pgi/obj.py", line 156, in connect
    return self.__connect(0, detailed_signal, handler, *args)
  File "/home/fortanix/.local/lib/python3.10/site-packages/pgi/obj.py", line 118, in __connect
    cb = generate_signal_callback(info)(_add_self)
  File "/home/fortanix/.local/lib/python3.10/site-packages/pgi/codegen/siggen.py", line 153, in generate_signal_callback
    cb_func = _generate_signal_callback(backend, info, args, arg_types)
  File "/home/fortanix/.local/lib/python3.10/site-packages/pgi/codegen/siggen.py", line 101, in _generate_signal_callback
    cls = get_cbarg_class(type_)
  File "/home/fortanix/.local/lib/python3.10/site-packages/pgi/codegen/cbargs.py", line 149, in get_cbarg_class
    raise NotImplementedError(
NotImplementedError: 'UINT32' signal argument not implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions