NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
1 2 3 4 5 … 20 Next »
NextEnd v5 trial release

 
  • 0 Vote(s) - 0 Average
NextEnd v5 trial release
jcole998
Offline

Posting Freak

New York, USA
Posts: 891
Threads: 190
Joined: Jun 2015
#221
2020-06-23, 08:54 PM
Thanks, Martin. Mystery solved...previous links you sent me were broken when the forum changed.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,705
Threads: 996
Joined: May 2006
#222
2020-06-23, 09:06 PM (This post was last modified: 2020-06-23, 09:07 PM by mvallevand.)
The trick is to use the old broken link ie https://forums.nextpvr.com/showthread.ph...post521572 and then find the text in the link LivePvrData and use that in a forum title search.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 891
Threads: 190
Joined: Jun 2015
#223
2020-06-24, 01:12 PM
Good tip, thanks.
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: ASRock Z790 PG SONIC 32GB - Intel Core i7-12700K
Graphics: - NVIDIA GeForce RTX 3050 6GB
Software: Win 11 Pro (x64) Build 26100.6584 (24H2) - NextPVR
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
CDinger
Offline

Member

Posts: 153
Threads: 30
Joined: Aug 2016
#224
2020-09-19, 11:18 PM
I recorded a College Football game today and NextEnd didn't seem to start. I suspect UCF at Georgia Tech wasn't a monitored game.

To test NextEnd I began recording the Chicago White Sox at Cincinnati Reds

I see the following error in my nrecord.log and no nextend.log

starting: bash -c "'/var/opt/nextpvr/scripts/ParallelProcessing.sh' '/Data/RecordedTV/MLB Baseball/MLB Baseball_20200919_16001900.ts' 40.1 1260 25 'MLB Baseball'"
2020-09-19 16:12:19.402 [DEBUG][22]    > Error:
2020-09-19 16:12:19.402 [DEBUG][22]    >  An assembly specified in the application dependencies manifest (NextEnd.deps.json) was not found:
2020-09-19 16:12:19.402 [DEBUG][22]    >    package: 'Microsoft.Win32.SystemEvents.Reference', version: '4.0.2.0'
2020-09-19 16:12:19.402 [DEBUG][22]    >    path: 'Microsoft.Win32.SystemEvents.dll'

Craig


Attached Files
.zip   logs-20200919-1613.zip (Size: 1.13 MB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,705
Threads: 996
Joined: May 2006
#225
2020-09-19, 11:47 PM
Here are the college monitors reported by the server right now

Code:
COLLEGE FOOTBALL ================ North Texas vs. SMU 6:13 - 2nd Clemson vs. The Citadel Final Notre Dame vs. USF Final Oklahoma State vs. Tulsa Final Cincinnati vs. Austin Peay Final Georgia Tech vs. UCF Final Georgia State vs. Louisiana Final/OT Marshall vs. Appalachian St Final Pittsburgh vs. Syracuse Final W Kentucky vs. Liberty Final Tulane vs. Navy Final Duke vs. Boston College Final UTSA vs. SF Austin Final Mid Tennessee vs. Troy Final Louisville vs. Miami Sep 19 19:30 ET Southern Miss vs. Louisiana Tech Sep 19 19:30 ET UL Monroe vs. Texas State Sep 19 19:30 ET NC State vs. Wake Forest Sep 19 20:00 ET UTEP vs. Abil Christian Sep 19 21:00 ET North Carolina vs. Charlotte Canceled Army vs. BYU Postponed Baylor vs. Houston Postponed Ga Southern vs. FAU Postponed Arkansas State vs. Cent Arkansas Postponed

It's still working here is this a new install?

Martin
CDinger
Offline

Member

Posts: 153
Threads: 30
Joined: Aug 2016
#226
2020-09-19, 11:49 PM
I think I found a problem. When I run
Code:
/opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel
The response is
Code:
NEXTPVR_INSTALLDIR /opt/nextpvr/system/ NEXTPVR_DATADIR /opt/nextpvr/system/data/ NEXTPVR_DATADIR_USERDATA /home/craig/.NPVR-data/ Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/craig/.NPVR-data/Plugins/NextEnd'.    at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)    at System.IO.Enumeration.FileSystemEnumerator`1.Init()    at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options)    at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)    at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)    at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)    at System.IO.Directory.GetFiles(String path, String searchPattern)    at NextEnd.Program.Main(String[] args) Aborted (core dumped)
I'm not sure how or why but NEXTPVR-DATADIR_UESRDATA /home.craig/.NPVR-data/ shows up. This is how it was on my non-Debian install but this is a clean Mint install

Craig
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,705
Threads: 996
Joined: May 2006
#227
2020-09-19, 11:57 PM
All of those paths gets set when you run the service. Try

Code:
sudo NEXTPVR_DATADIR_USERDATA=/var/opt/nextpvr/ /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel NEXTPVR_INSTALLDIR /opt/nextpvr/system/ NEXTPVR_DATADIR /opt/nextpvr/system/data/ NEXTPVR_DATADIR_USERDATA /var/opt/nextpvr/ 2020-09-20 18:35 -0400 2020-09-20 6:35:00 p.m. Not Sunday 2020-09-19 22:30 -0400 2020-09-19 10:35:00 p.m.

Martin
CDinger
Offline

Member

Posts: 153
Threads: 30
Joined: Aug 2016
#228
2020-09-20, 12:16 AM
I ran
Code:
sudo  NEXTPVR_DATADIR_USERDATA=/var/opt/nextpvr/ /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel


That seems to have fixed it in that I now have nextend..log files. However, when I run the follow command it still indicates NEXTPVR_DATADIR_USERDATA /home/craig/.NPVR-data/

Code:
craig@server:/var/opt/nextpvr/logs$ /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel NEXTPVR_INSTALLDIR /opt/nextpvr/system/ NEXTPVR_DATADIR /opt/nextpvr/system/data/ NEXTPVR_DATADIR_USERDATA /home/craig/.NPVR-data/ Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/craig/.NPVR-data/Plugins/NextEnd'.    at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)    at System.IO.Enumeration.FileSystemEnumerator`1.Init()    at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options)    at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)    at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)    at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)    at System.IO.Directory.GetFiles(String path, String searchPattern)    at NextEnd.Program.Main(String[] args) Aborted (core dumped)
I'm happy NextEnd is working but this just seems odd to me.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,705
Threads: 996
Joined: May 2006
#229
2020-09-20, 12:20 AM (This post was last modified: 2020-09-20, 12:21 AM by mvallevand.)
You didn't run the command that I posted, it is one line.

Martin
CDinger
Offline

Member

Posts: 153
Threads: 30
Joined: Aug 2016
#230
2020-09-20, 03:48 PM
Martin,

Sorry I was a little slow understanding "All of those paths gets set when you run the service." I understand it now.

However, I still think there is something amiss. I did this before my first post. I kept getting an error when running the command below. Bear with me I now know the service path would be wrong.
Code:
craig@server:/var/opt/nextpvr/Plugins/NextEnd$  /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel Error:   An assembly specified in the application dependencies manifest (NextEnd.deps.json) was not found:     package: 'Microsoft.Win32.SystemEvents.Reference', version: '4.0.2.0'     path: 'Microsoft.Win32.SystemEvents.dll'
 
Also note with the proper command I get the same error

Code:
craig@server:/var/opt/nextpvr/Plugins/NextEnd$ sudo  NEXTPVR_DATADIR_USERDATA=/var/opt/nextpvr/ /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel Error:   An assembly specified in the application dependencies manifest (NextEnd.deps.json) was not found:     package: 'Microsoft.Win32.SystemEvents.Reference', version: '4.0.2.0'     path: 'Microsoft.Win32.SystemEvents.dll'

I did a a find as below
Code:
craig@server:/var/opt/nextpvr/Plugins/NextEnd$ sudo find / -name Microsoft.Win32.SystemEvents.dll find: ‘/run/user/1000/gvfs’: Permission denied /opt/dotnet/shared/Microsoft.AspNetCore.App/3.1.8/Microsoft.Win32.SystemEvents.dll

Looking in NextEnd.deps.json this file is expected to be in /opt/nextpvr/system and it isn't there.
I'm sure there are many ways to fix the problem but being as I'm not that experienced I simply copied
Code:
sudo cp /opt/dotnet/shared/Microsoft.AspNetCore.App/3.1.8/Microsoft.Win32.SystemEvents.dll /var/opt/nextpvr/Plugins/NextEnd/.

After copying the file into the NextEnd directory and running the proper command it works
Code:
craig@server:/var/opt/nextpvr/Plugins/NextEnd$ sudo  NEXTPVR_DATADIR_USERDATA=/var/opt/nextpvr/ /opt/dotnet/dotnet /var/opt/nextpvr/Plugins/NextEnd/NextEnd.dll --monitor --cancel NEXTPVR_INSTALLDIR /opt/nextpvr/system/ NEXTPVR_DATADIR /opt/nextpvr/system/data/ NEXTPVR_DATADIR_USERDATA /var/opt/nextpvr/ 2020-09-20 18:35 -0400 9/20/2020 3:35:00 PM 1025467 Vets Saving Pets Like Pulling Teeth Football Night in America 1027333 NFL Football Kansas City Chiefs at Los Angeles Chargers NFL Football Kansas City Chiefs at Los Angeles Chargers EP000031282456 9/20/2020 1:25:00 PM CBS Weekend News 9/20/2020 5:30:00 PM LivePvrData.Data.Net.Responses.StatusResponse [Title=NFL Football, Status=Sep 20 16:25 ET, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ] Sports Xtra CBS 13 News at 5p 1027334 NFL Football Kansas City Chiefs at Los Angeles Chargers 9/20/2020 8:25:00 PM Sports Xtra CBS 13 News at 5p CBS Weekend News 1030489 Nightwatch One Nation Under Watch The Goldbergs Jedi Master Adam Skywalker The Goldbergs Graduation Day KCRA 3 News at 5pm NBC Nightly News With Lester Holt 1029984 Get the World's Best Solar for $0 Down + 6 Months on SunPower Paid Programming The King of Queens Screwed Driver FOX 40 News 1030490 Nightwatch One Nation Under Watch The Goldbergs Jedi Master Adam Skywalker The Goldbergs Graduation Day KCRA 3 News at 5pm NBC Nightly News With Lester Holt The Big Bang Theory The Line Substitution Solution 1029985 Get the World's Best Solar for $0 Down + 6 Months on SunPower Paid Programming The King of Queens Screwed Driver FOX 40 News Two and a Half Men Keith Moon Is Vomiting in His Grave 1030492 Nightwatch One Nation Under Watch The Goldbergs Jedi Master Adam Skywalker The Goldbergs Graduation Day KCRA 3 News at 5pm NBC Nightly News With Lester Holt The Big Bang Theory The Line Substitution Solution The Big Bang Theory The Convergence Convergence Modern Family Heart Broken False 2020-09-20 08:44:12 2020-09-20 16:30:00 Waiting 4:40:47 for event to start


Craig
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (46): « Previous 1 … 21 22 23 24 25 … 46 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextEnd Docker Install Mark-McG 61 23,264 2023-08-30, 09:15 PM
Last Post: mvallevand
  Comskip + NextEnd VCR58 12 6,156 2023-06-30, 02:26 PM
Last Post: mvallevand
  NextEnd Extension Mechanism jcole998 7 4,601 2020-05-24, 03:39 PM
Last Post: jcole998
  NextEnd V4 jcole998 1 2,640 2020-05-18, 01:35 PM
Last Post: mvallevand
  NextEnd: "Sports event monitor did not start" antenna 37 19,021 2019-10-27, 12:22 AM
Last Post: mvallevand
  NextEnd Interruption jcole998 2 2,867 2019-09-02, 05:54 PM
Last Post: jcole998
  NextEnd Readiness jcole998 24 12,552 2019-06-01, 01:33 PM
Last Post: jcole998
  Nextend help CDinger 5 5,555 2018-11-05, 03:59 PM
Last Post: mvallevand
  NextEnd not extending sports event antenna 26 16,154 2018-10-11, 04:25 PM
Last Post: mvallevand
  NextEnd Broken? jcole998 6 5,792 2018-09-15, 01:24 PM
Last Post: jcole998

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode