This repository was archived by the owner on Jul 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 468
Undefined variable: options in /var/www/html/yt/src/Http/CurlClient.php on line 126 #363
Comments
@lecoqlibre Do you know what PHP version is running on the server? |
@jeckman PHP Version 7.0.33-0+deb9u1 |
I know some of the Curl Client stuff has been touched since then - can you pull Master, which has ~4 commits ahead of 0.9 release? |
OK, did it, it works, thanks. |
@Art4 do you want to release a 0.9.1, or are you close to what we might call a 1.0? |
I just released version 0.10. |
Thanks for bringing back PHP5 compatibility in 0.10 Works great so far. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I got this error when trying to download a video from the UI interface (index.php) or from the getvideo script (target the getvideo.php script, passing in a videoID and preferred format).
Fatal error: Uncaught TypeError: Argument 2 passed to YoutubeDownloader\Http\CurlClient::createCurlOptions() must be of the type array, null given, called in /var/www/html/yt/src/Http/CurlClient.php on line 126 and defined in /var/www/html/yt/src/Http/CurlClient.php:145 Stack trace: #0 /var/www/html/yt/src/Http/CurlClient.php(126): YoutubeDownloader\Http\CurlClient->createCurlOptions(Object(YoutubeDownloader\Http\Request), NULL) #1 /var/www/html/yt/src/Http/CurlClient.php(110): YoutubeDownloader\Http\CurlClient->sendRequest(Object(YoutubeDownloader\Http\Request), Array) #2 /var/www/html/yt/src/Provider/Youtube/Provider.php(149): YoutubeDownloader\Http\CurlClient->send(Object(YoutubeDownloader\Http\Request), Array) #3 /var/www/html/yt/src/Application/ResultController.php(64): YoutubeDownloader\Provider\Youtube\Provider->provide('5FcaDVra-so') #4 /var/www/html/yt/src/Application/App.php(83): YoutubeDownloader\Application\ResultController->execute() #5 /var/www/html/yt/getvideo.php(23): YoutubeDownloader\Application\App->run in /var/www/html/yt/src/Http/CurlClient.php on line 145
Version
0.9
Additional Information
Debian 9 (4.9.0-7-amd64), Apache2, PHP Version 7.0.33-0+deb9u1
The text was updated successfully, but these errors were encountered: