Videos won't play, raw page sending error 500 #476
Replies: 5 comments 5 replies
-
Try to put |
Beta Was this translation helpful? Give feedback.
-
I've added debug to my config <?php
return array (
'base_url' => 'https://cdn.mydomain',
'debug' => true,
'db' =>
array (
'connection' => 'sqlite',
'dsn' => '/config/www/xbackbone/resources/database/xbackbone.db',
'username' => NULL,
'password' => NULL,
),
'storage' =>
array (
'driver' => 's3',
'path' => '/',
'key' => 'keyId',
'secret' => 'keySecret',
'region' => 'UK',
'endpoint' => 'https://s3.eu-central-003.backblazeb2.com',
'bucket' => 'CDN-Spencer0003',
),
); but I'm not getting any logs other than
|
Beta Was this translation helpful? Give feedback.
-
There is anything in the /logs directory of xbb? |
Beta Was this translation helpful? Give feedback.
-
Those logs are from xbackbone/log/nginx/error.log (the php log is empty) I don't think it's an issue with my nginx config because images work fine. |
Beta Was this translation helpful? Give feedback.
-
So, I'm using Istio/Envoy for my "reverse proxy" with HTTP/3 termination and it is comrpessing the response with brotli, my S3 server is Minio and streaming should work with my network setup, it seems when using S3 images work, downloading videos works, however streaming in the mini box as well as opening the raw does not work, I'm getting the same Error 500, I see there's a commit from 2019 regarding gettng streaming from S3 working, I suspect a recent change in the past 8 months has caused a regression |
Beta Was this translation helpful? Give feedback.
-
System Info
Describe the bug
The file can be downloaded but will not play on the website.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Video should play.
Screenshots
Logs
PHP error logs are empty
Nginx error logs
Beta Was this translation helpful? Give feedback.
All reactions