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.

System.ArgumentNullException: Value cannot be null. Parameter name: value at Newtonsoft.Json.Linq.Extensions.

See original GitHub issue

I am using the recent release of the package, all the videos are crashed with the below error message, please advise ASAP. Thanks in advance.

System.ArgumentNullException: Value cannot be null. Parameter name: value at Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable1 value) at Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable1 value) at YoutubeExplode.YoutubeClient.d__39.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.d__43.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 VB.VB$StateMachine_1_GetVideoStream.MoveNext()

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ConsultantsCombinedcommented, Jul 9, 2019

Go check out Allen Tomas fork for this he fixed it already. Just fork the project your self clone it make the change where Allen Tomas did and build it then import the new YouTube explode dll

1reaction
ConsultantsCombinedcommented, Jul 9, 2019

Same

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve Value cannot be null. Parameter name
Error message clearly says that source parameter is null . Source is the enumerable you are enumerating. In your case it is ListMetadataKor ......
Read more >
Value cannot be null. Arg_ParamName_Name
Hi, I tried to do the tree view structure. The code behind is public string TreeViewJSON { get; set; } public void OnGet() ......
Read more >
System.ArgumentNullException when calling ...
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'value') at Newtonsoft.Json.Utilities.ValidationUtils.
Read more >
[Solved] Value cannot be null.Parameter name: source
Endpoint throwing argument null exception as: Exception: System. ... Value cannot be null. Parameter name: source at System.Linq.Enumerable.
Read more >
Value cannot be null. (Parameter 'name')
ArgumentNullException : Value cannot be null. (Parameter 'name')" and I am thinking it is because "datacontext" is missing in below code snippet:.
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