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
/_matrix/key/v2/query: 'NoneType' object has no attribute 'registerProducer' #6700
Comments
I think this is a dup of #5304 |
ok, it's not quite, but it's closely related |
I've explained what I think is going on here at #5304 (comment), but am going to leave this open too to track the fact that it probably needs fixing in both places. The trivial fix here is to add (the error is harmless except for the noise in the log, and that the other end has timed out) |
also, the fact that you're seeing this error means that someone is using your server as a key notary, which is an interesting choice. |
Indeed... |
anoadragon453
added a commit
that referenced
this issue
Oct 6, 2020
…cted (#8465) This PR ports the quick fix from #2796 to further methods which handle media, URL preview and `/key/v2/server` requests. This prevents a harmless `ERROR` that comes up in the logs when we were unable to respond to a client request when the client had already disconnected. In this case we simply bail out if the client has already done so. This is the 'simple fix' as suggested by #5304 (comment). Fixes #6700 Fixes #5304
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
A traceback I saw while skimming my logs:
Not sure if this is a bug or a fluke with a broken connection.
Version information
Synapse v1.8.0 via pip
The text was updated successfully, but these errors were encountered: