Avideo: encoder error

Created on 7 Apr 2019  路  3Comments  路  Source: WWBN/AVideo

My encoder doesn't send the encoded video to main website. I checked the log configuration:

[07-Apr-2019 12:20:27 America/New_York] downloadFile: downloadedFile = /var/www/html/tube-encoder/videos/original_05WSAIdentities_YPTuniqid_5caa23480acca9.64916047 | url = http://10.26.20.180/tube-encoder/videos/original_05WSAIdentities_YPTuniqid_5caa23480acca9.64916047
[07-Apr-2019 12:20:27 America/New_York] PHP Fatal error: Uncaught Error: Call to undefined function utf8_encode() in /var/www/html/tube-encoder/objects/Encoder.php:385
Stack trace:

0 /var/www/html/tube-encoder/objects/Encoder.php(253): Encoder::getVideoFile('http://10.26.20...', '9', '/var/www/html/t...', '/var/www/html/t...')

1 /var/www/html/tube-encoder/objects/Encoder.php(515): Encoder::downloadFile('9')

2 /var/www/html/tube-encoder/view/run.php(6): Encoder::run()

3 {main}

thrown in /var/www/html/tube-encoder/objects/Encoder.php on line 385
[07-Apr-2019 12:20:32 America/New_York] PHP Fatal error: Uncaught Error: Call to undefined function utf8_decode() in /var/www/html/tube-encoder/objects/functions.php:60
Stack trace:

0 /var/www/html/tube-encoder/objects/Encoder.php(865): url_get_contents('/var/www/html/t...')

1 /var/www/html/tube-encoder/view/status.php(34): Encoder::getVideoConversionStatus('9')

2 {main}

thrown in /var/www/html/tube-encoder/objects/functions.php on line 60

The status of encoder is downloading.... . Any idea how can I resolve the issue?

error

wontfix

Most helpful comment

This can be fixed in by running the following.
sudo apt-get install php-xml

@DanielnetoDotCom This should be added to the install documents

All 3 comments

you need to fix this: PHP Fatal error: Uncaught Error: Call to undefined function utf8_encode
try to google for a solution

This can be fixed in by running the following.
sudo apt-get install php-xml

@DanielnetoDotCom This should be added to the install documents

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akhilleusuggo picture akhilleusuggo  路  3Comments

snowdream1985 picture snowdream1985  路  3Comments

matthall1998 picture matthall1998  路  4Comments

gamersalpha picture gamersalpha  路  3Comments

moses268 picture moses268  路  3Comments