Jump to content

Did channels and trailers change?


speechles
Go to solution Solved by Luke,

Recommended Posts

Download channel content failed.

 

31 minutes ago

 

Could not load type 'MediaBrowser.Controller.Channels.IChannelMediaItem' from assembly

 

 

Also... Local trailers arent showing media info, nor are they passing stream info. This is strange right? Is local trailer support broken or smth?

 

101993776555f432818d7effb7ae76cb.jpg

 

There used to be a thumb image shown and media info. If I play this, it will force transcode because of this missing media info. Shortly after the app will crash trying to create an OSD with video/audio stream info which isnt present. The trailer continues to play, but in the background the app has crashed. After trailer ends, app is stuck. This used to work. What has changed in regards to this?

Edited by speechles
Link to comment
Share on other sites

Huh? I checked for plugin updates it said I am up to date. I am running beta 3.0.5943.0. Do I need to delete the plugin manually and redownload to get the newest version?

 

@@Luke is there something I am missing here? *confused*

 

P.s. i know it isnt the app as this did previously work so hmm.. Wondering...quagmire... How to proceed?

Edited by speechles
Link to comment
Share on other sites

what version of the channel downloader plugin do you have?

Channel downloader

1.0.5820.30068

 

Trailers

1.0.5946.24707

 

The trailer plugin appears fine. It is the server having the issue. The servers support of local trailers is broken. Local trailers arent passing media or stream info. Has no one else noticed this?

 

Both of these cause me issues. :(

 

Sent from my Nexus 7 using Tapatalk

Edited by speechles
Link to comment
Share on other sites

CBers

I posted about the Channel Downloader plugin failing earlier this month, but didn't get any replies!

 

I see the latest version is v1.5876.24104, which is different to what you posted above.

 

I'm gonna reinstall it now.

Link to comment
Share on other sites

CBers

And it still fails.

 

2016-04-23 07:15:37.2428 Error TaskManager: Error
	*** Error Report ***
	Version: 3.0.5956.20645
	Command line: C:\Users\Media\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe
	Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1
	Processor count: 4
	64-Bit OS: True
	64-Bit Process: True
	Program data path: C:\Users\Media\AppData\Roaming\MediaBrowser-Server
	Application Path: C:\Users\Media\AppData\Roaming\MediaBrowser-Server\System\MediaBrowser.ServerApplication.exe
	Could not load type 'MediaBrowser.Controller.Channels.IChannelMediaItem' from assembly 'MediaBrowser.Controller, Version=3.0.5956.20629, Culture=neutral, PublicKeyToken=null'.
	System.TypeLoadException
	   at ChannelDownloader.ChannelDownloadScheduledTask.<DownloadChannelContent>d__2e.MoveNext()
	   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
	   at ChannelDownloader.ChannelDownloadScheduledTask.DownloadChannelContent(QueryResult`1 result, String path, CancellationToken cancellationToken, IProgress`1 progress)
	   at ChannelDownloader.ChannelDownloadScheduledTask.<DownloadAllChannelContent>d__27.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 ChannelDownloader.ChannelDownloadScheduledTask.<DownloadContent>d__14.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 ChannelDownloader.ChannelDownloadScheduledTask.<Execute>d__7.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.<ExecuteInternal>d__b.MoveNext()
	
2016-04-23 07:15:37.2428 Info TaskManager: Download channel content Failed after 0 minute(s) and 4 seconds
Link to comment
Share on other sites

@@CBers Yeah, not sure what it downloads anymore though. Since ya know most things stream now rather than download. What I am more concerned about is the local trailers being out of whack. It is immediately noticeable to me.

 

@@Luke Here is what is strange.

 

This one is broken:

    url = GetServerBaseUrl() + "/Users/" + HttpEncode(getGlobalVar("user").Id) + "/Items/" + HttpEncode(videoId) + "/LocalTrailers"

 

This one isn't broken:

url = GetServerBaseUrl() + "/Users/" + HttpEncode(getGlobalVar("user").Id) + "/Items/" + HttpEncode(videoId) + "/SpecialFeatures"

 

What has changed? Something is out of whack. :(

  • Like 1
Link to comment
Share on other sites

@@CBers Yeah, not sure what it downloads anymore though. Since ya know most things stream now rather than download. What I am more concerned about is the local trailers being out of whack. It is immediately noticeable to me.

 

@@Luke Here is what is strange.

 

This one is broken:

    url = GetServerBaseUrl() + "/Users/" + HttpEncode(getGlobalVar("user").Id) + "/Items/" + HttpEncode(videoId) + "/LocalTrailers"

 

This one isn't broken:

url = GetServerBaseUrl() + "/Users/" + HttpEncode(getGlobalVar("user").Id) + "/Items/" + HttpEncode(videoId) + "/SpecialFeatures"

 

What has changed? Something is out of whack. :(

 

The plugin and these api's are two completely separate features. I'm not aware of local trailers having any problems, in fact, they're working just fine in my testing.

Link to comment
Share on other sites

  • 2 weeks later...
  • Solution

Ok, yes, I can reproduce. Looking into it. If you want to try the beta server, I'll try to get this into a build for tomorrow. Thanks.

  • Like 1
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...