Jump to content

Podcast Refresh Failing


ebr

Recommended Posts

CBers

Podcast refresh is failing:

2013-11-01 21:47:04.7237, Info, App, Executing Refresh podcasts
2013-11-01 21:47:04.7237, Info, App, Sending web socket message ScheduledTaskStarted
2013-11-01 21:47:04.7237, Debug, HttpServer, Response code 200 sent to [::1]:65265. Response time: 10.0006 ms
Url: http://localhost:8096/mediabrowser/ScheduledTasks/Running/0822a02fe59db973c276734e63b64c60
Headers: X-Powered-By=ServiceStack/3.962 Win32NT/.NET,Access-Control-Allow-Origin=*,Access-Control-Allow-Methods=GET, POST, PUT, DELETE, OPTIONS,Access-Control-Allow-Headers=Content-Type,Content-Length=0
2013-11-01 21:47:04.7237, Debug, HttpServer, HTTP GET request received from [::1]:65265
Url: http://localhost:8096/mediabrowser/ScheduledTasks
Headers: DNT=1,Connection=keep-alive,Accept=application/json, text/javascript, */*; q=0.01,Accept-Encoding=gzip,deflate,sdch,Accept-Language=en-GB,en;q=0.8,Authorization=MediaBrowser Client="Dashboard", Device="Chrome 29.0.1547.76", DeviceId="27752be7ee1615b4d97602d4788e8d99184c9549", Version="3.0.5053.22730", UserId="fe8e98c1df54d9b502474bab46ee8982",Cookie=plushContainerWidth=100%25; plushMultiOps=1; plushNoTopMenu=0; advanced_toggle_checked=0,Host=localhost:8096,Referer=http://localhost:8096/mediabrowser/dashboard/scheduledtasks.html,User-Agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36
2013-11-01 21:47:04.7387, Debug, HttpServer, Response code 200 sent to [::1]:65265. Response time: 7.0004 ms
Url: http://localhost:8096/mediabrowser/ScheduledTasks
Headers: Vary=Accept-Encoding,X-Powered-By=ServiceStack/3.962 Win32NT/.NET,Access-Control-Allow-Origin=*,Access-Control-Allow-Methods=GET, POST, PUT, DELETE, OPTIONS,Access-Control-Allow-Headers=Content-Type,Content-Type=application/json,Content-Encoding=deflate,Transfer-Encoding=chunked
2013-11-01 21:47:04.8237, Debug, Podcasts, Found podcast: Confess: A Stentorian Seventies Sound-off & other Tales
2013-11-01 21:47:04.8237, Debug, Podcasts, Found podcast: Confess: A Bruising Blow for Bullies & Other Tales
2013-11-01 21:47:04.8237, Debug, Podcasts, Found podcast: Confess: Hairy Hamsters & Other Tales
2013-11-01 21:47:04.8337, Debug, Podcasts, Found podcast: Confess: A Barking Bulldog's Bilious Binge & Other Tales
2013-11-01 21:47:04.8337, Debug, Podcasts, Found podcast: Confess: Bazza's Big Birthday Bonus & Other Tales
2013-11-01 21:47:04.9737, Error, App, Error
One or more errors occurred.
System.AggregateException
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at System.Threading.Tasks.Task.Wait()
  at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body)
  at PodCasts.Entities.VodCast.<ValidateChildrenInternal>d__a.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 MediaBrowser.Controller.Entities.Folder.<ValidateChildren>d__61.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.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
  at PodCasts.Tasks.PodCastsDownloadTask.<Execute>d__a.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 MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.<>c__DisplayClasse.<<ExecuteTask>b__d>d__10.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 MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.<Execute>d__5.MoveNext()
InnerException: System.MissingMethodException
Method not found: 'Void MediaBrowser.Controller.Resolvers.EntityResolutionHelper.EnsureDates(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Library.ItemResolveArgs, Boolean)'.
  at PodCasts.Entities.VodCast.<>c__DisplayClass8.<ValidateChildrenInternal>b__2(BaseItem child)
  at System.Threading.Tasks.Parallel.<>c__DisplayClass2d`2.<ForEachWorker>b__23(Int32 i)
  at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  at System.Threading.Tasks.Task.<>c__DisplayClass10.<ExecuteSelfReplicating>b__f(Object param0)
InnerException: System.MissingMethodException
Method not found: 'Void MediaBrowser.Controller.Resolvers.EntityResolutionHelper.EnsureDates(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Library.ItemResolveArgs, Boolean)'.
  at PodCasts.Entities.VodCast.<>c__DisplayClass8.<ValidateChildrenInternal>b__2(BaseItem child)
  at System.Threading.Tasks.Parallel.<>c__DisplayClass2d`2.<ForEachWorker>b__23(Int32 i)
  at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  at System.Threading.Tasks.Task.<>c__DisplayClass10.<ExecuteSelfReplicating>b__f(Object param0)
InnerException: System.MissingMethodException
Method not found: 'Void MediaBrowser.Controller.Resolvers.EntityResolutionHelper.EnsureDates(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Library.ItemResolveArgs, Boolean)'.
  at PodCasts.Entities.VodCast.<>c__DisplayClass8.<ValidateChildrenInternal>b__2(BaseItem child)
  at System.Threading.Tasks.Parallel.<>c__DisplayClass2d`2.<ForEachWorker>b__23(Int32 i)
  at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  at System.Threading.Tasks.Task.<>c__DisplayClass10.<ExecuteSelfReplicating>b__f(Object param0)
InnerException: System.MissingMethodException
Method not found: 'Void MediaBrowser.Controller.Resolvers.EntityResolutionHelper.EnsureDates(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Library.ItemResolveArgs, Boolean)'.
  at PodCasts.Entities.VodCast.<>c__DisplayClass8.<ValidateChildrenInternal>b__2(BaseItem child)
  at System.Threading.Tasks.Parallel.<>c__DisplayClass2d`2.<ForEachWorker>b__23(Int32 i)
  at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  at System.Threading.Tasks.Task.<>c__DisplayClass10.<ExecuteSelfReplicating>b__f(Object param0)
InnerException: System.MissingMethodException
Method not found: 'Void MediaBrowser.Controller.Resolvers.EntityResolutionHelper.EnsureDates(MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller.Library.ItemResolveArgs, Boolean)'.
  at PodCasts.Entities.VodCast.<>c__DisplayClass8.<ValidateChildrenInternal>b__2(BaseItem child)
  at System.Threading.Tasks.Parallel.<>c__DisplayClass2d`2.<ForEachWorker>b__23(Int32 i)
  at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  at System.Threading.Tasks.Task.<>c__DisplayClass10.<ExecuteSelfReplicating>b__f(Object param0)
2013-11-01 21:47:04.9737, Info, App, Refresh podcasts Failed after 0 minute(s) and 0 seconds

Server log here.


Podcast v1.0.0.0

server v3.0.5053.22730

 

Edited by CBers
  • Like 1
Link to comment
Share on other sites

That method has a new dependency that has to be passed in. I'll get a nuget update out shortly.

 

Did you do this?  I've updated nuget but don't see anything wrong with the call.

Link to comment
Share on other sites

CBers

Yeah, no worries.

 

He shouldn't have broke it in the first place :D

Edited by CBers
Link to comment
Share on other sites

I saw in a different thread Luke said he had put up a new NuGet package.  That should get me what I need.  I'll check...

Link to comment
Share on other sites

CBers

@@Abobader - why is there no "Accept Answer" option for me to use in this thread please ??

 

Is it because it's a dev (hidden from normal members) forum ??

 

I would like to give @@ebr rep for fixing the issue but can't.

 

TIA.

Link to comment
Share on other sites

Good day,

 

Yes, as Ebr said, it not need it only at support forums, so it disable every where else.

 

My best

Link to comment
Share on other sites

  • 5 months later...
CBers

Podcast plugin failing:

 

Method not found: 'Void MediaBrowser.Model.Notifications.Notification.set_Id(System.Guid)'.

MBS version 3.0.5228.39461

Link to comment
Share on other sites

  • 2 years later...

The Podcasts plugin has been updated with a new configuration screen to match the look and feel of the rest of Emby Server. I think you'll find it much more enjoyable to use and configure now. Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...