-
Notifications
You must be signed in to change notification settings - Fork 363
Description
Hi,
Hope you doing well,
I hosted Synapse on my K8s cluster with this Helm chart:
https://artifacthub.io/packages/helm/ananace-charts/matrix-synapse
I setup all workers (except federation and frontend-proxy) and stream_writers and add them in the related configs (Instance-map, stream_writers) as document and route all paths to the right worker service.
Now, everything is fine, but about 40-50% of my users can't upload (but can download) any file, while others can do it as normal!
Additionally, i disable E2EE after 1 month of initiating service force by the Python module.
I checked the media-worker log and it gives these logs about unsuccessful logs:
2025-08-12 14:09:48,246 - synapse.media.media_repository - 424 - INFO - GET-10700- Media xbMmQVoYqeLCBVBAMbgWlQnz is unknown
2025-08-12 14:09:48,248 - synapse.access.http.8083 - 508 - INFO - GET-10700- 127.0.0.1 - 8083 - {None} Processed request: 0.003sec/0.001sec (0.001sec, 0.000sec) (0.000sec/0.001sec/1) 109B 404 "GET /_matrix/media/r0/download/matrix/xbMmQVoYqeLCBVBAMbgWlQnz HTTP/1.1" "okhttp/3.12.3" [0 dbevts]
2025-08-12 14:09:48,286 - synapse.media.media_repository - 424 - INFO - GET-10701- Media xbMmQVoYqeLCBVBAMbgWlQnz is unknown
2025-08-12 14:09:48,288 - synapse.access.http.8083 - 508 - INFO - GET-10701- 127.0.0.1 - 8083 - {None} Processed request: 0.003sec/0.001sec (0.001sec, 0.001sec) (0.000sec/0.001sec/1) 109B 404 "GET /_matrix/media/r0/download/matrix/xbMmQVoYqeLCBVBAMbgWlQnz HTTP/1.1" "okhttp/3.12.3" [0 dbevts]
2025-08-12 14:09:49,335 - synapse.media.media_repository - 424 - INFO - GET-10702- Media xbMmQVoYqeLCBVBAMbgWlQnz is unknown
2025-08-12 14:09:49,336 - synapse.access.http.8083 - 508 - INFO - GET-10702- 127.0.0.1 - 8083 - {None} Processed request: 0.003sec/0.000sec (0.001sec, 0.000sec) (0.000sec/0.001sec/1) 109B 404 "GET /_matrix/media/r0/download/matrix/xbMmQVoYqeLCBVBAMbgWlQnz HTTP/1.1" "okhttp/3.12.3" [0 dbevts]
2025-08-12 14:09:49,514 - synapse.media.url_previewer - 230 - INFO - GET-10704- Returning cached response
Could you please help me solve this problem?
If you need any more information, feel free to let me know.