Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
After adding CDN and multi-server A record parsing load, errors will be prompted and the target upload is in progress and is aborting.That concurrency issue shows a conflict in the way your server is configured to sustain the load you are throwing it to it. What I'm trying to say is that you have more concurrent usage than the one that your server can handle. In this case, the problem is that the filesystem speed is too slow for a concurrent process, so you get a race condition where two files can get the same temp name so at some point, one of these concurrent process will fail to deliver.
Try reducing the number of parallel uploads in your Chevereto dashboard. If that doesn't help, you will need to check for any server configuration that could be causing this issue.
The error thrown is the screenshot error mentioned above. It's OK for me to use a single computer. With the addition of CDN and multi-machine A recording load, the screenshot error mentioned above will be thrown.Need debug information because I'm unable to replicate this behavior. https://chevereto.com/docs/debug
The default concurrency is 2. Later, I changed it to 5. I restored it to 2 and tried again.That's an error message, not an error log. In any case, please follow my previous advice.
When uploading errors, I see the status at the same time. The JSON file shows 400 errors. With the addition of CDN and multi-machine A recording load, this is the case. Everything is normal on a single machine, or you give a friendly solution to multi-machine load.That's an error message, not an error log. In any case, please follow my previous advice.
$this->uploaded_file
contains the path of the target uploaded file which must be empty otherwise it means that the path is taken by another file. In line 7/9 Chevereto gets a "safe" name but in line 29 Chevereto detects that the file exists.