-
Notifications
You must be signed in to change notification settings - Fork 468
How to solve??? Warning: explode(): Empty delimiter in xxxxxx\Provider\Youtube\SignatureDecipher.php #276
Comments
Can you send me the url to the video? |
i have the same problem too.. |
I noticed that signature decipher was called so many times.. Not sure if this can fix YouTube-Downloader/src/Provider/Youtube/SignatureDecipher.php Lines 44 to 45 in 9f283b3
Replace line 44-45 with the code below
|
i was replace.. but i got another error |
Fatal error: Uncaught Exception: Connection timed out after 3011 milliseconds in C:\xampp\htdocs\rianwap\get\src\Http\CurlClient.php:137 Stack trace: #0 C:\xampp\htdocs\rianwap\get\src\Http\CurlClient.php(43): YoutubeDownloader\Http\CurlClient->getHttpResponseFromCurl(Resource id #53, Array) #1 C:\xampp\htdocs\rianwap\get\src\Application\ControllerAbstract.php(89): YoutubeDownloader\Http\CurlClient->send(Object(YoutubeDownloader\Http\Request), Array) #2 C:\xampp\htdocs\rianwap\get\src\Application\ResultController.php(198): YoutubeDownloader\Application\ControllerAbstract->getSize('https://r3---sn...', Object(YoutubeDownloader\Config), Object(YoutubeDownloader\Toolkit)) #3 C:\xampp\htdocs\rianwap\get\src\Application\App.php(69): YoutubeDownloader\Application\ResultController->execute() #4 C:\xampp\htdocs\rianwap\get\getvideo.php(4): YoutubeDownloader\Application\App->runWithRoute('results') #5 {main} Next RuntimeException: A curl error occurs while execute the curl handler. in C:\xampp\htdocs\rianwap\get\src\Http\CurlClie in C:\xampp\htdocs\rianwap\get\src\Http\CurlClient.php on line 140 |
after some refresh you'll get the script-working, it's better use regex instead explode() i guess |
regex would be slower because it would process 1MB text.. |
You can use if else statement to prevent same file processed
…On Fri, Nov 24, 2017 at 5:37 AM, StefansArya ***@***.***> wrote:
regex would be slower because it would process 1MB text..
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#276 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVahEEx-C_WFJLCqsbRj7sH6-c1skub-ks5s5eWEgaJpZM4QBqlB>
.
|
this problem is not solved yet.. iam still waiting for help how to solved this promlem.. not working http://ngedl.me/yt/getvideo.php?videoid=Dj-pjUuQ-xcY&type=Download (vevo) working http://ngedl.me/yt/getvideo.php?videoid=Bv3hAI-b4UQ&type=Download |
Its not working because the youtube video id you given on the url was not
valid 11 chars. The id you give was 12 chars which was Dj-pjUuQ-xcY , thats
why its not working.
…On Nov 25, 2017 10:25 AM, "RianWap ID" ***@***.***> wrote:
this problem is not solved yet.. iam still waiting for help how to solved
this promlem..
not working http://ngedl.me/yt/getvideo.php?videoid=Dj-pjUuQ-xcY&type=
Download (vevo)
working http://ngedl.me/yt/getvideo.php?videoid=Bv3hAI-b4UQ&type=Download
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#276 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVahEEW4dHbaLedxD4vY_LqdR2zWqjkoks5s53qHgaJpZM4QBqlB>
.
|
ouh sorry.. but |
rianwapID please follow this template: Description[Description of the issue] Steps to ReproducePlease include the direct url to the YouTube video.
Expected behavior: [What you expect to happen] Actual behavior: [What actually happens] VersionPlease include the version of YouTube-Downloader you are running. You can get this information from the footer in the web interface. Additional InformationAny additional information, configuration, server OS and what version of the OS you're running or data that might be necessary to reproduce the issue. Just saying "not working for me" doesn't give anyone the information they need to troubleshoot. Trying the links you provided gives me a server error 500 - you'd need to look in your error logs to see what error is being thrown. |
the error appears to be random. when i hit refresh, it seems working. |
Well, if youtube has changed the decipher script you will need to hit refresh button again.. |
now its working :) http://ngedl.me/yt/getvideo.php?v=j-pjUuQ-xcY |
Closed due no feedback. |
Hi,
I got an error using v0.5.1
Notice: Undefined offset: 1 in xxxxxx\Provider\Youtube\SignatureDecipher.php on line 36
Notice: Undefined offset: 1 in xxxxxx\Provider\Youtube\SignatureDecipher.php on line 118
Notice: Undefined offset: 1 in xxxxxx\Provider\Youtube\SignatureDecipher.php on line 129
Warning: explode(): Empty delimiter in xxxxxx\Provider\Youtube\SignatureDecipher.php on line 131
==== Failed to get deciphers function ====
What is problem? Help me please.....
The text was updated successfully, but these errors were encountered: