You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure exactly where the script is hanging but I believe its in the following function
Update folders
echo "Updating Folders"
for i in "${folders_to_update[@]}"
do
echo "Processing ${i}"
:
php $installation_path/occ files:scan --path="$i"
done
echo "Done Updating"
I had to kill the running script. In addition I re-ran the php occ files:scan directive manually I really just ran it like the following
php -u www occ files:scan --all
Anyway I looked at the converted mp4 files after the conversion. Many were great. About 20% of the converted files wouldn't open. I have no idea what the issue was. A few of them played for about 5 seconds and then stopped where as the original .mov file played for about 1 minute. Not sure if you could help.
The text was updated successfully, but these errors were encountered:
I'm not sure exactly where the script is hanging but I believe its in the following function
Update folders
echo "Updating Folders"
for i in "${folders_to_update[@]}"
do
echo "Processing ${i}"
:
php $installation_path/occ files:scan --path="$i"
done
echo "Done Updating"
I had to kill the running script. In addition I re-ran the php occ files:scan directive manually I really just ran it like the following
php -u www occ files:scan --all
Anyway I looked at the converted mp4 files after the conversion. Many were great. About 20% of the converted files wouldn't open. I have no idea what the issue was. A few of them played for about 5 seconds and then stopped where as the original .mov file played for about 1 minute. Not sure if you could help.
The text was updated successfully, but these errors were encountered: