This repository was 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
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Multiple uploads resulting in CANCELED #15841
Copy link
Copy link
Closed
Labels
A-Media-RepositoryUploading, downloading images and video, thumbnailingUploading, downloading images and video, thumbnailingT-DefectBugs, crashes, hangs, security vulnerabilities, or other reported issues.Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Description
Description
I am attempting to upload two video files (each about 30 MB) to a room at the same time. This always fails with a generic error message popup (The file '[filename]' failed to upload.). There is no error in the console and the network of the debug window shows the fetch request as (canceled). Synapse logs don't show any errors and neither does Openresty. Uploading the files one at a time works, but uploading them together always fails.
- My upload limit in Synapse and Openresty (reverse proxy) is 40M. This has been an issue for a while and I have not discovered the root cause yet.
- My client is desktop and web Element on Ubuntu.
- I have a media worker with an S3 storage provider setup (see config below).
Steps to reproduce
- ???
Homeserver
matrix.evulid.cc
Synapse Version
1.86.0
Installation Method
pip (from PyPI)
Database
PostgreSQL
Workers
Multiple workers
Platform
Ubuntu Server LXC container
Configuration
media_store_path: "/mnt/matrix-storage/media"
media_storage_providers:
- module: s3_storage_provider.S3StorageProviderBackend
store_local: True
store_remote: True
store_synchronous: True
config:
bucket: matrix-synapse
endpoint_url: 'https://xxx.r2.cloudflarestorage.com/matrix-synapse'
access_key_id: 'xxx'
secret_access_key: 'xxx'Relevant log output
No unusual logs.Anything else that would be useful to know?
No response
Metadata
Metadata
Assignees
Labels
A-Media-RepositoryUploading, downloading images and video, thumbnailingUploading, downloading images and video, thumbnailingT-DefectBugs, crashes, hangs, security vulnerabilities, or other reported issues.Bugs, crashes, hangs, security vulnerabilities, or other reported issues.