Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix possible nullref when updating packages #2050

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

Bond-009
Copy link
Member

@Bond-009 Bond-009 commented Nov 24, 2019

image

Value cannot be null. (Parameter 'source') at
System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at
System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable'1 source, Func'2 predicate, Boolean& found) at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable'1 source, Func'2 predicate) at Emby.Server.Implementations.Updates.InstallationManager.<>c__DisplayClass39_0.b__0(IPlugin x) in /home/pi/dev/jellyfin/Emby.Server.Implementations/Updates/InstallationManager.cs:line 203 at
System.Linq.Enumerable.SelectArrayIterator'2.MoveNext() at
System.Linq.Enumerable.WhereEnumerableIterator'1.ToList() at
System.Linq.Enumerable.ToList[TSource](IEnumerable'1 source) at
Emby.Server.Implementations.ScheduledTasks.PluginUpdateTask.Execute(CancellationToken cancellationToken, IProgress'1 progress) in /home/pi/dev/jellyfin/Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs:line 55 at
Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options) in /home/pi/dev/jellyfin/Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs:line 435

@Bond-009 Bond-009 added the stable backport Backport into the next stable release label Nov 24, 2019
@joshuaboniface joshuaboniface removed the stable backport Backport into the next stable release label Nov 24, 2019
@dkanada dkanada merged commit a7ef1aa into jellyfin:master Dec 5, 2019
@Bond-009 Bond-009 deleted the nullref branch December 5, 2019 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants