You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem: When making a standard request to the send_server_notice admin API endpoint, when server notices are enabled as well as profile picture is set (unsure if the profile picture one is related), the API returns an internal error.
Who is affected: The administrator.
How is this bug manifesting: By returning error responses as well as putting errors in logs.
When did this first appear: When I first used this API, in v0.14.1.
Steps to reproduce
Enable server notices:
server_notices:
enabled: true# The local part, display name and avatar URL (as a mxc:// URL) for the user that# will send the server notices. These are visible to all users on the deployment.local_part: "_server"display_name: "Ari-web -> Matrix (notifications)"avatar_url: "https://matrix.ari.lt/_matrix/media/r0/download/ari.lt/3c37dc4c292330bb27f05794190cf87b10715473c73c0d8d582babad22d44f9f"# The room name to be used when sending server notices. This room name will# appear in user clients.room_name: "Ari-web -> Matrix (notifications)"
Note: I notice I made it an https:// URL for the avatar. But this might still be a problem regardless. Fixing this does not fix the problem (tested with mxc://ari.lt/3c37dc4c292330bb27f05794190cf87b10715473c73c0d8d582babad22d44f9f).
Background information
go version
: go version go1.23.4 linux/amd64Description
send_server_notice
admin API endpoint, when server notices are enabled as well as profile picture is set (unsure if the profile picture one is related), the API returns an internal error.Steps to reproduce
Note: I notice I made it an https:// URL for the avatar. But this might still be a problem regardless. Fixing this does not fix the problem (tested with
mxc://ari.lt/3c37dc4c292330bb27f05794190cf87b10715473c73c0d8d582babad22d44f9f
).{'message': 'Internal Server Error'}
) as well as the following log:I.e.
runtime error: invalid memory address or nil pointer dereference
Note: Dendrite is built on a separate machine it is running on.
The text was updated successfully, but these errors were encountered: