AVideo-Encoder icon indicating copy to clipboard operation
AVideo-Encoder copied to clipboard

fix Download zip archive

Open tilicarforever opened this issue 5 years ago • 1 comments

Hi there. After few weeks of understand why Encoder din't move the video to platform, and play around: youphptubeencoder.json not found in the log, I look up to Encoder, and I found this:

In the "/objects/Encoder.php" at line 731 $target = $youPHPTubeURL . "youPHPTubeEncoder.json"; this was the problem. I replace this with $target = $youPHPTubeURL . "aVideoEncoder.json"; and everithing is good. Before that the video din't move to Platform.

After I found this, I come here to Git files and look to the file, and guess what? The file is completly chaged. The line at 802 is $target = $aVideoURL . "aVideoEncoder.json";

After this I redownload the zip, and guess what ? The file is the same as first time with "/objects/Encoder.php" at line 731 $target = $youPHPTubeURL . "youPHPTubeEncoder.json";``

Can someone fix this ? If I'm wrong with something, please corect me. I'm new with Git.

Have a nice day.

PS: I google the problem and I found nothing to solve this.

tilicarforever avatar Aug 09 '20 12:08 tilicarforever

I guess your encoder is outdated.

try to update it with the latest version on the master branch

DanielnetoDotCom avatar Aug 10 '20 16:08 DanielnetoDotCom