Julian Romero

Results 8 comments of 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: ![Screen Shot 2022-09-20 at 05 48 01](https://user-images.githubusercontent.com/12404245/191249878-299af930-98ed-4b90-8c80-b1386ebd9ff1.jpg) 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: ![Screen Shot 2022-09-26 at 3 15 47 PM](https://user-images.githubusercontent.com/12404245/192382235-c8b2387c-999c-4104-9a40-d2267b58d513.png) But still if you...