-
Notifications
You must be signed in to change notification settings - Fork 468
==== Failed to get deciphers function ==== #289
Comments
i have the same problem too.. |
The SignatureDecipher needs a whole rewrite... see #300 |
i dont think its rewrite issue
…On Nov 21, 2017 6:55 PM, "Artur Weigandt" ***@***.***> wrote:
The SignatureDecipher needs a whole rewrite...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVahEBUpbSv617bDkxnt7AlNvqUQpmR5ks5s4qwogaJpZM4QiEFc>
.
|
There are some loop when calling the decipher and sometime it passed empty string instead of video id.. I still using the signature decipher on my own PHP library, and it still working.. |
I have same problem. Please help me......... |
Hi Please check this link its working. |
I don't believe this is still an issue |
This link videoid=MTuxos4EXow gives an error ==== Failed to get signature function ==== |
Are you using not just "the latest version SignatureDecipher.php" but the latest of the whole project? |
https://www.youtube.com/watch?v=MTuxos4EXow Updated all files, now the error is different. Fatal error: Uncaught exception 'InvalidArgumentException' in yt/src/Config.php:99 Stack trace: #0 yt/src/Application/ResultController.php(176): YoutubeDownloader\Config->get('localCache') #1 yt/src/Application/App.php(83): YoutubeDownloader\Application\ResultController->execute() #2 yt/getvideo.php(23): YoutubeDownloader\Application\App->runWithRoute('results') #3 {main} thrown in yt/src/Config.php on line 99 |
Deleted everything again and reinstalled. The error is gone. Sorry to bother you. |
Description
I am getting this error while downloading ciphered signature videos but when i refresh the page after 2-3 retry it works fine.
The full error goes here..
Notice: Undefined offset: 1 in C:\wamp64\www\YouTube-Downloader\src\Provider\Youtube\SignatureDecipher.php on line 36
1 | 0.0003 | 365680 | {main}( ) | ...\getvideo.php:0
2 | 0.0054 | 478872 | YoutubeDownloader\Application\App->runWithRoute( ) | ...\getvideo.php:4
3 | 0.0080 | 555272 | YoutubeDownloader\Application\ResultController->execute( ) | ...\App.php:69
4 | 9.8709 | 1136504 | YoutubeDownloader\Provider\Youtube\Format->getUrl( ) | ...\ResultController.php:191
5 | 9.8709 | 1136504 | YoutubeDownloader\Provider\Youtube\Format->parseUrl( ) | ...\Format.php:183
6 | 9.8710 | 1139824 | YoutubeDownloader\Provider\Youtube\SignatureDecipher::getPlayerInfoByVideoId( ) | ...\Format.php:124
Notice: Undefined offset: 1 in C:\wamp64\www\YouTube-Downloader\src\Provider\Youtube\SignatureDecipher.php on line 129
1 | 0.0003 | 365680 | {main}( ) | ...\getvideo.php:0
2 | 0.0054 | 478872 | YoutubeDownloader\Application\App->runWithRoute( ) | ...\getvideo.php:4
3 | 0.0080 | 555272 | YoutubeDownloader\Application\ResultController->execute( ) | ...\App.php:69
4 | 9.8709 | 1136504 | YoutubeDownloader\Provider\Youtube\Format->getUrl( ) | ...\ResultController.php:191
5 | 9.8709 | 1136504 | YoutubeDownloader\Provider\Youtube\Format->parseUrl( ) | ...\Format.php:183
6 | 10.9005 | 1141992 | YoutubeDownloader\Provider\Youtube\SignatureDecipher::decipherSignatureWithRawPlayerScript( ) | ...\Format.php:143
Warning: explode(): Empty delimiter in C:\wamp64\www\YouTube-Downloader\src\Provider\Youtube\SignatureDecipher.php on line 131
1 | 0.0003 | 365680 | {main}( ) | ...\getvideo.php:0
2 | 0.0054 | 478872 | YoutubeDownloader\Application\App->runWithRoute( ) | ...\getvideo.php:4
3 | 0.0080 | 555272 | YoutubeDownloader\Application\ResultController->execute( ) | ...\App.php:69
4 | 9.8709 | 1136504 | YoutubeDownloader\Provider\Youtube\Format->getUrl( ) | ...\ResultController.php:191
5 | 9.8709 | 1136504 | YoutubeDownloader\Provider\Youtube\Format->parseUrl( ) | ...\Format.php:183
6 | 10.9005 | 1141992 | YoutubeDownloader\Provider\Youtube\SignatureDecipher::decipherSignatureWithRawPlayerScript( ) | ...\Format.php:143
7 | 11.0761 | 1142888 | explode ( ) | ...\SignatureDecipher.php:131
[Description of the issue]
Version
Latest version
Additional Information
The text was updated successfully, but these errors were encountered: