Closed winklov closed 7 years ago
try sudo pip install youtube-dl sudo pip install --upgrade youtube-dl
its install and up to date but im still getting that error
how do i set the LC_ALL environment
any help
Hi sorry for delay, can you please. try again and paste your encoder, error log here? should be in the [encoder-path]/videos/youphptube.log
[02-Oct-2017 08:27:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/html/plugin/Live/Live.php:82 Stack trace:
thrown in /var/www/html/plugin/Live/Live.php on line 82
We could not get the title of your video (WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.) go to to fix it
[02-Oct-2017 09:49:01 UTC] PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/html/plugin/Live/Live.php:82 Stack trace:
thrown in /var/www/html/plugin/Live/Live.php on line 82
for sure you need to fix this "Call to undefined function curl_init()"
If you're on Windows:
Go to your php.ini file and remove the ; mark from the beginning of the following line:
;extension=php_curl.dll After you have saved the file you must restart your HTTP server software (e.g. Apache) before this can take effect.
For Ubuntu 13.0 and above, simply use the debundled package. In a terminal type the following to install it and do not forgot to restart server.
sudo apt-get install php-curl Or if you're using the old PHP5
sudo apt-get install php5-curl
https://stackoverflow.com/questions/6382539/call-to-undefined-function-curl-init
just one thing, if you are using PHP7, you may use this command: sudo apt-get install php7.0-curl
This issue was closed due to inactivity. Feel free to reopen if you have more feedback or are interested it working on it
Good Day
I have a problem with my encoder
Attach is screenshots.
Can you help please