Jump to content

Error ChannelManager: Error getting channel content


eltiobarbas

Recommended Posts

eltiobarbas

Hi, im using Vu plus plugin and connect to my VU+ Solo...

All seems working , some times i see when make zapping previous channel stream not close and try to open a new one stream and i received tuner bussy ...

And i see this in emby log, what this issue?

Regards

Quote

2020-11-02 11:52:30.420 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 11:52:30.420 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 11:52:30.420 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 11:52:30.420 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 11:52:30.420 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 11:52:30.442 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 11:52:30.459 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 12:07:30.421 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 12:07:30.421 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 12:07:30.421 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 12:07:30.421 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 12:07:30.421 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 12:07:30.443 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 12:07:30.461 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 12:19:28.818 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 12:19:28.818 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 12:19:28.818 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 12:19:28.818 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 12:19:28.818 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 12:19:28.839 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 12:19:28.857 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 12:22:30.421 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 12:22:30.421 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 12:22:30.421 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 12:22:30.421 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 12:22:30.421 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 12:22:30.442 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 12:22:30.464 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 12:37:30.421 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 12:37:30.421 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 12:37:30.421 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 12:37:30.421 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 12:37:30.421 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 12:37:30.442 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 12:37:30.460 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 12:52:30.421 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 12:52:30.421 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 12:52:30.421 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 12:52:30.421 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 12:52:30.421 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 12:52:30.442 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 12:52:30.460 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 13:07:30.421 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 13:07:30.421 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 13:07:30.421 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 13:07:30.421 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 13:07:30.421 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 13:07:30.443 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 13:07:30.462 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	
2020-11-02 13:22:30.421 Info App: [VuPlus] Start GetRecordingsAsync, retrieve all 'Inprogress' and 'Completed' recordings 
2020-11-02 13:22:30.421 Info App: [VuPlus] Start EnsureConnectionAsync
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync HostName: 192.168.1.21
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync StreamingPort: 8001
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfacePort: 10001
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync WebInterfaceUsername: ********
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync UseSecureHTTPS: False
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync OnlyOneBouquet: False
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync TVBouquet: 
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync ZapToChannel: False
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync FetchPiconsFromWebInterface: True
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync PiconsPath: /usr/share/enigma2/picon
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync RecordingPath: /media/net/Sharename
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync EnableDebugLogging: True
2020-11-02 13:22:30.421 Info App: [VuPlus] EnsureConnectionAsync Validation of config parameters completed
2020-11-02 13:22:30.421 Info App: [VuPlus] Start InitiateSession, validates connection and returns Bouquet reference if required
2020-11-02 13:22:30.421 Info HttpClient: GET http://192.168.1.21:10001/web/getservices
2020-11-02 13:22:30.442 Info HttpClient: GET http://192.168.1.21:10001/web/movielist
2020-11-02 13:22:30.461 Error ChannelManager: Error getting channel content
	*** Error Report ***
	Version: 4.5.2.0
	Command line: /app/emby/EmbyServer.dll -programdata /config -ffdetect /app/emby/ffdetect -ffmpeg /app/emby/ffmpeg -ffprobe /app/emby/ffprobe -restartexitcode 3
	Operating system: Linux version 5.4.65-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.65-1 (Mon, 21 Sep 2020 15:40:22 +0200)
	Framework: .NET Core 3.1.7
	OS/Process: x64/x64
	Runtime: app/emby/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /config
	Application path: /app/emby
	MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: InternalServerError
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod)
	   at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.Get(HttpRequestOptions options)
	   at MediaBrowser.Plugins.VuPlus.LiveTvService.GetAllRecordingsAsync(CancellationToken cancellationToken)
	   at MediaBrowser.Plugins.VuPlus.RecordingsChannel.GetRecordingGroups(InternalChannelItemQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItems(IChannel channel, String externalFolderId, Nullable`1 sortField, Boolean sortDescending, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetChannelItemsInternal(Channel channel, IChannel channelProvider, InternalItemsQuery query, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.GetAllItems(Channel channel, IChannel channelProvider, Int64 parentId, Int32 currentRefreshLevel, Int32 maxRefreshLevel, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.Channels.ChannelManager.RefreshChannel(Tuple`2 channelTuple, CancellationToken cancellationToken)
	Source: Emby.Server.Implementations
	TargetSite: Void MoveNext()
	

 

Link to comment
Share on other sites

Hi, as I'm not able expert with Vu+ I'm afraid I don't know, but if you're not having any issues then I would just ignore it.

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