This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
presence.py: 'NoneType' object has no attribute 'addCallbacks' #1
Comments
I believe 992782b should fix it. Now covered by unit tests also. |
erikjohnston
pushed a commit
that referenced
this issue
May 15, 2017
Documantation to chek synapse version
ghost
mentioned this issue
Dec 2, 2017
anoadragon453
pushed a commit
that referenced
this issue
Jan 24, 2020
Forbid changing the name, avatar or topic of a direct room
ghost
mentioned this issue
Mar 7, 2020
This was referenced Aug 21, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Dec 23, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Dec 27, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Dec 28, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Dec 28, 2021
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Jan 10, 2022
Half-Shot
added a commit
that referenced
this issue
Sep 1, 2022
* Add monthly active users documentation * changelog * Tidy up notes * more tidyup * Rewrite #1 * link back to mau docs * fix links * s/appservice|AS/application service * further review * a newline * Remove bit about shadow banned users. I think talking about them is confusing, and the current text doesn't imply they get any special treatment. * Update docs/usage/administration/monthly_active_users.md Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Update docs/usage/administration/monthly_active_users.md Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm periodically seeing exceptions.AttributeError: 'NoneType' object has no attribute 'addCallbacks' errors in the logs of the reference homeserver.
There does not appear to be a common type or timing of log entry immediately preceding the error.
Log extracts as follows.
Server started
2014-08-18 01:22:19,478 - twisted - 455 - INFO - Site starting on 8448
start_polling_presence
6 instances of the error relating to "/home/matrix/synapse/synapse/handlers/presence.py", line 426, in start_polling_presence:
stop_polling_presence
6 instances of the error relating to "/home/matrix/synapse/synapse/handlers/presence.py", line 481, in stop_polling_presence:
The text was updated successfully, but these errors were encountered: