Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Exceptions from presence handling in 1.44.0rc1 #10941

@richvdh

Description

@richvdh
2021-09-29 16:09:28,131 - synapse.metrics.background_process_metrics - 215 - ERROR - notify_interested_services_ephemeral-0 - Background process 'notify_interested_services_ephemeral' threw an exception
Traceback (most recent call last):
  File "synapse/metrics/background_process_metrics.py", line 213, in run
    return await maybe_awaitable(func(*args, **kwargs))
  File "synapse/handlers/appservice.py", line 247, in _notify_interested_services_ephemeral
    events = await self._handle_presence(service, users)
  File "synapse/handlers/appservice.py", line 293, in _handle_presence
    presence_events, _ = await presence_source.get_new_events(
  File "synapse/logging/utils.py", line 69, in wrapped
    return f(*args, **kwargs)
TypeError: get_new_events() got an unexpected keyword argument 'service'

looks like something changed here in 4054dfa

Metadata

Metadata

Assignees

Labels

A-PresenceS-MinorBlocks non-critical functionality, workarounds exist.T-DefectBugs, crashes, hangs, security vulnerabilities, or other reported issues.X-RegressionSomething broke which worked on a previous releaseX-Release-BlockerMust be resolved before making a release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions