Jump to content

Trailers plugin fails


Smaky

Recommended Posts

Refresh Trailers task fails with the following error:

Value cannot be null.

 

Log file shows:

 

2013-12-30 21:20:18.1377, Info, App, Executing Refresh trailers
2013-12-30 21:20:18.1377, Info, App, Sending web socket message ScheduledTaskStarted
2013-12-30 21:20:18.1377, Info, App, HttpClientManager GET: http://trailers.apple.com/trailers/home/xml/current_720p.xml
2013-12-30 21:20:18.2977, Error, App, Error
 Value cannot be null.
 System.ArgumentNullException
    at MediaBrowser.Controller.Entities.BaseItem.AddPerson(PersonInfo person)
    at MediaBrowser.Plugins.Trailers.AppleTrailerListingDownloader.FetchCast(XmlReader reader, TrailerInfo info)
    at MediaBrowser.Plugins.Trailers.AppleTrailerListingDownloader.FetchTrailerInfo(XmlReader reader)
    at MediaBrowser.Plugins.Trailers.AppleTrailerListingDownloader.<GetTrailerList>d__2.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`1.ConfiguredTaskAwaiter.GetResult()
    at MediaBrowser.Plugins.Trailers.ScheduledTasks.CurrentTrailerDownloadTask.<Execute>d__5.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()
 
2013-12-30 21:20:18.2977, Info, App, Refresh trailers Failed after 0 minute(s) and 0 seconds

 

I manually opened http://trailers.apple.com/trailers/home/xml/current_720p.xml in Firefox and it does returns an XML feed.
 

Link to comment
Share on other sites

aquatarkus

Hi there, am getting that error message as well, thought it was just me as had been adding some new 3D movies to the server and thought it was something I had done.

 

Regards

Aquatarkus

Link to comment
Share on other sites

Dang ... You guys are quick!  I've just noticed a flood of notifications for this error.

 

Looking forward to the update.  :-)

Link to comment
Share on other sites

scharbag
2014-01-01 09:02:43.6449, Info, App, IntervalTrigger fired for task: Refresh trailers
2014-01-01 09:02:43.6449, Info, App, Executing Refresh trailers
2014-01-01 09:02:43.8999, Info, App, HttpClientManager GET: http://trailers.apple.com/trailers/home/xml/current_720p.xml
2014-01-01 09:02:44.5049, Info, App, Sending web socket message ScheduledTaskStarted
2014-01-01 09:02:45.1049, Info, App, HttpClientManager GET: http://www.mb3admin.com/admin/service/MB3ServerNotifications.json
2014-01-01 09:02:46.6549, Info, App, IntervalTrigger fired for task: Refresh Guide
2014-01-01 09:02:46.6549, Info, App, Executing Refresh Guide
2014-01-01 09:02:46.6549, Info, App, Sending web socket message ScheduledTaskStarted
2014-01-01 09:02:46.6549, Info, App, Refresh Guide Completed after 0 minute(s) and 0 seconds
2014-01-01 09:02:46.6549, Info, App, Sending web socket message ScheduledTaskEnded
2014-01-01 09:02:47.3299, Error, App, Error
	Value cannot be null.
	System.ArgumentNullException
	   at MediaBrowser.Controller.Entities.BaseItem.AddPerson(PersonInfo person)
	   at MediaBrowser.Plugins.Trailers.AppleTrailerListingDownloader.FetchCast(XmlReader reader, TrailerInfo info)
	   at MediaBrowser.Plugins.Trailers.AppleTrailerListingDownloader.FetchTrailerInfo(XmlReader reader)
	   at MediaBrowser.Plugins.Trailers.AppleTrailerListingDownloader.<GetTrailerList>d__2.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`1.ConfiguredTaskAwaiter.GetResult()
	   at MediaBrowser.Plugins.Trailers.ScheduledTasks.CurrentTrailerDownloadTask.<Execute>d__5.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()

I too have the same issue.  Look forward to an update.

 

BTW, Media Browser is awesome.  Well done.

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...