2021-09-05, 04:03 PM
Hello -
New to NextPVR, old to computers in general...
running emby server 4.6.4.0 and nextpvr 5.1.4.210802 on ubuntu and just can't seem to get the recordings to show up
NextPVR plugin (version 3.3.3.0) installs fine on emby.
Resolved fs permission errors, created recordings with NextPVR using web interface - ok
changed admin password, created a pin, and allowed unauthorized access from LAN streaming
After almost giving up I checked the logs and turning on debug logging on emby I see that the endpoint for the NextPVt server is giving numerous NotFound errors (see sample below)
Hoping this is a config/permissions tweak, but a bit beyond what I can figure out.
NextPVR is running on 192.168.11.52:8866
Any help would be appreciated!
2021-09-05 02:54:55.119 Info App: [NextPvr] Start GetTimer Async, retrieve the 'Pending' recordings
2021-09-05 02:54:55.119 Info App: [NextPvr] Start InitiateSession
2021-09-05 02:54:55.119 Info HttpClient: GET http://192.168.11.52:8866/public/Util/NP...nstantiate
2021-09-05 02:54:55.128 Error LiveTvManager: Error getting timers
*** Error Report ***
Version: 4.6.4.0
Command line: /opt/emby-server/system/EmbyServer.dll -programdata /home/emby/data -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Operating system: Linux version 5.4.0-81-generic (buildd@lgw01-amd64-052) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021
Framework: .NET Core 3.1.13
OS/Process: x64/x64
Runtime: opt/emby-server/system/System.Private.CoreLib.dll
Processor count: 12
Data path: /home/emby/data
Application path: /opt/emby-server/system
MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: NotFound
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.NextPvr.LiveTvService.InitiateSession(CancellationToken cancellationToken)
at MediaBrowser.Plugins.NextPvr.LiveTvService.EnsureConnectionAsync(CancellationToken cancellationToken)
at MediaBrowser.Plugins.NextPvr.LiveTvService.GetTimersAsync(CancellationToken cancellationToken)
at Emby.LiveTV.LiveTvManager.<>c__DisplayClass88_0.<<GetTimersInternal>b__0>d.MoveNext()
Source: Emby.Server.Implementations
TargetSite: Void MoveNext()
New to NextPVR, old to computers in general...
running emby server 4.6.4.0 and nextpvr 5.1.4.210802 on ubuntu and just can't seem to get the recordings to show up
NextPVR plugin (version 3.3.3.0) installs fine on emby.
Resolved fs permission errors, created recordings with NextPVR using web interface - ok
changed admin password, created a pin, and allowed unauthorized access from LAN streaming
After almost giving up I checked the logs and turning on debug logging on emby I see that the endpoint for the NextPVt server is giving numerous NotFound errors (see sample below)
Hoping this is a config/permissions tweak, but a bit beyond what I can figure out.
NextPVR is running on 192.168.11.52:8866
Any help would be appreciated!

2021-09-05 02:54:55.119 Info App: [NextPvr] Start GetTimer Async, retrieve the 'Pending' recordings
2021-09-05 02:54:55.119 Info App: [NextPvr] Start InitiateSession
2021-09-05 02:54:55.119 Info HttpClient: GET http://192.168.11.52:8866/public/Util/NP...nstantiate
2021-09-05 02:54:55.128 Error LiveTvManager: Error getting timers
*** Error Report ***
Version: 4.6.4.0
Command line: /opt/emby-server/system/EmbyServer.dll -programdata /home/emby/data -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Operating system: Linux version 5.4.0-81-generic (buildd@lgw01-amd64-052) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021
Framework: .NET Core 3.1.13
OS/Process: x64/x64
Runtime: opt/emby-server/system/System.Private.CoreLib.dll
Processor count: 12
Data path: /home/emby/data
Application path: /opt/emby-server/system
MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: NotFound
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.NextPvr.LiveTvService.InitiateSession(CancellationToken cancellationToken)
at MediaBrowser.Plugins.NextPvr.LiveTvService.EnsureConnectionAsync(CancellationToken cancellationToken)
at MediaBrowser.Plugins.NextPvr.LiveTvService.GetTimersAsync(CancellationToken cancellationToken)
at Emby.LiveTV.LiveTvManager.<>c__DisplayClass88_0.<<GetTimersInternal>b__0>d.MoveNext()
Source: Emby.Server.Implementations
TargetSite: Void MoveNext()