question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

YoutubeExplode.Exceptions.ParseException: 'Could not find the entry function for signature deciphering.'

See original GitHub issue

Getting ‘Could not find the entry function for signature deciphering.’ exception while downloading some video(s). Example: https://www.youtube.com/watch?v=EEbZZkBkBZo StackTrace: at YoutubeExplode.YoutubeClient.<GetVideoPlayerSourceAsync>d__37.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at YoutubeExplode.YoutubeClient.<GetVideoMediaStreamInfosAsync>d__40.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at YoutubeDemo.Program.<MainAsync>d__9.MoveNext() in C:\Users\ais\source\repos\YoutubeDemo\YoutubeDemo\Program.cs:line 92 — End of stack trace from previous location where exception was thrown — at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at YoutubeDemo.Program.Main(String[] args)

I tested this in a console application with version 4.3.1. This issue is occurring from last two days.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
smartbrackercommented, Sep 9, 2018

My regex beta version var entryPoint = Regex.Match(sourceRaw, @"(\w+)&&(\w+)\.set\(\w+,(\w+)\(\1\)\);return\s+\2").Groups[3].Value;

6reactions
Tyrrrzcommented, Sep 8, 2018

I will be able to release a new version on Monday.

Read more comments on GitHub >

github_iconTop Results From Across the Web

YoutubeExplode/Changelog.md at master
Fixed an issue where an exception "Could not find signature decipherer definition body" was thrown, due to recent YouTube changes. v5.1.1 (21-Jun-2020). Fixed ......
Read more >
Youtube Scraper - Page 2
Could not find the entry function for signature deciphering. App: LaunchBox Version: 8.7 Type: YoutubeExplode.Exceptions.ParseException ...
Read more >
Reverse-Engineering YouTube
IsNullOrWhiteSpace(entryPoint)) throw new Exception("Could not find the entry function for signature deciphering."); // Find the body of the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found