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

try [1] Error on return_vars->videos_id

Open webdsf opened this issue 2 years ago • 3 comments

Hello. I wanted to convert in your transcode, uploaded a video and got this error encoder1.wwbn.net. Can you see what happened? Screenshot_1

webdsf avatar Oct 30 '22 14:10 webdsf

This error occurred on my encoder, the error above on yours. also got this error Screenshot_2 This error occurred when downloading a video from YouTube. image image Also, for some reason, it takes a very, very long time to upload and process video. At the same time, I have an intel E3-1230 server 4c/8t 3.20GHz , ram 32 GB and hard 4 x 2 TB with rain 10. take a server to seedhost*eu

webdsf avatar Oct 31 '22 10:10 webdsf

Error on return_vars->videos_id is a problem on your Streamer, in that case your video is lost and there is no recover

On your encoder I can see that your disk is full

image

Also error on pack, may means you did not install php-zip

try to install

sudo apt-get install php-zip

DanielnetoDotCom avatar Oct 31 '22 12:10 DanielnetoDotCom

Olà,

I had exactly the same error (i.e., try [1] Error on return_vars->videos_id) but a totally different cause. For some reason, php-curl was removed. After installing it (and of course enabling it in php.ini then reloading apache2 in my case), the error was fixed.

Now the interesting thing is, how did I found this issue. I digged in the code and finally renabled an interesting log instruction that can be found here. I think it could be great to have the msg member (containing the error) in this log instruction. I could do it myself but currently, I don't have any PHP development environment in my computer, so if someone could handle this...

Keep up the good work and obrigado.

sizious avatar Mar 31 '23 21:03 sizious