Julian Romero
Julian Romero
Hi, indeed the **update_video_id** does nothing. Here's an extract starting line 18 from the main.js located at view/jquery-file-upload/js/ : ``` ... $('#fileupload').fileupload({ // Uncomment the following to send cross-domain cookies:...
From the log, it seems the video_id is empty, and there's a permission problem: ``` ... [31-Mar-2021 10:34:13 America/Denver] Duration found: 0:00:04 [31-Mar-2021 10:34:13 America/Denver] Encoder::sendFileToDownload sending file to https://videos.nadar.tv/aVideoEncoder.json...
Please note a security issue in the last log sample showing the password, changed to "PASSWORD_HERE", even thought it is a encrypted type...
Update existing video works fine now with encoder scripts update (git pull)
It seems the count is about the number of users, not videos:  Cache was cleared. I checked the code, view/managerVideos_body.php, and it seems...
Code `app()->config(['debug' => false]);` will not work either.
If you set debug to false in _app.php, for example, and var_dump the variable, you will get false. But if you try to var_dump the variable inside App.php class, you...
It seems the "debug" variable is not controlled by the Config::static:$settings array, but from within the /config/app.php script:  But still if you...