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 Docker Install

 
  • 0 Vote(s) - 0 Average
NextEnd Docker Install
Mark-McG
Offline

Member

Posts: 75
Threads: 8
Joined: Dec 2019
#11
2023-08-27, 10:21 PM
(2023-08-27, 10:15 PM)mvallevand Wrote: No the /app directory is not the /config directory.  It is where you put NShared.dll in another post.

Martin

The config directory is where I put that, maybe that was wrong but it seemed to work. I don’t have a /app path mapped in my docker. I could add it though
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,129
Threads: 957
Joined: May 2006
#12
2023-08-27, 10:27 PM
It is already in the built in Docker you cant create it. Here is where we discussing it here for NShared.dll https://forums.nextpvr.com/showthread.ph...#pid585027

Unfortunately by electing to use Docker you make things more difficult for yourself.

Martin
Mark-McG
Offline

Member

Posts: 75
Threads: 8
Joined: Dec 2019
#13
2023-08-28, 08:10 AM
(2023-08-27, 10:27 PM)mvallevand Wrote: It is already in the built in Docker you cant create it.  Here is where we discussing it here for NShared.dll https://forums.nextpvr.com/showthread.ph...#pid585027

Unfortunately by electing to use Docker you make things more difficult for yourself.

Martin

Ah okay, I couldn't see NextEnd.dll when I ran ls. I think because I am using the docker image with com skip etc built in. So I have now run this command from the conversation you linked.
cp /config/NShared.dll /app

So the dll now shows when I run ls, which seems like a good sign. 

Unfortunately I am still wrestling with the same symbolic link error. The error for the other command however has changed:

# dotnet /app/NextEnd.dll --eventoid 1234

Cannot use file stream for [/app/NextEnd.deps.json]: No such file or directory
A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in '/app/'.
Failed to run as a self-contained app.
  - The application was run as a self-contained app because '/app/NextEnd.runtimeconfig.json' was not found.
  - If this should be a framework-dependent app, add the '/app/NextEnd.runtimeconfig.json' file and specify the appropriate framework.


Appreciate all the help so far, I totally agree docker is not ideal but I don't have any more capacity on my server to run another VM so would like to try and get a docker solution working.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,129
Threads: 957
Joined: May 2006
#14
2023-08-28, 12:12 PM
That won't work, you don't need to deps file but the other files in the zip file are required except the Windows exe file.

Martin
Mark-McG
Offline

Member

Posts: 75
Threads: 8
Joined: Dec 2019
#15
2023-08-28, 01:36 PM
(2023-08-28, 12:12 PM)mvallevand Wrote: That won't work, you don't need to deps file but the other files in the zip file are required except the Windows exe file.

Martin


So if I switch to the official image from sub would that resolve? I am more interested in NextEnd working than comskip
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,129
Threads: 957
Joined: May 2006
#16
2023-08-28, 01:55 PM
Not really, the problem is for some reason you only copied one file from the zip file.

Martin
Mark-McG
Offline

Member

Posts: 75
Threads: 8
Joined: Dec 2019
#17
2023-08-28, 01:57 PM (This post was last modified: 2023-08-28, 02:10 PM by Mark-McG.)
(2023-08-28, 01:55 PM)mvallevand Wrote: Not really, the problem is for some reason you only copied one file from the zip file.

Martin

So if I want to copy the remaining files, would I use this command but with the other files?

cp /config/NShared.dll /app

Sorry I am really at the limit of my knowledge here but trying to learn Smile 

EDIT:

I went ahead and did the above and now when I put in the test command you gave me, it returns no results at all which seems positive! 
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,129
Threads: 957
Joined: May 2006
#18
2023-08-28, 02:24 PM (This post was last modified: 2023-08-28, 02:25 PM by mvallevand.)
You need to copy in all the files except the exe. I don't know if you have opened a bash shell so I can't tell you how to do this, if you are

When it works it should return something.

Code:
NEXTPVR_INSTALLDIR /apps/
NEXTPVR_DATADIR /app/data/
NEXTPVR_DATADIR_USERDATA /config/
OID 1234 not found

When I package up the update I will update the instructions to run from outside /app so that it mostly will work after an update.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,129
Threads: 957
Joined: May 2006
#19
2023-08-28, 06:23 PM
I updated the wiki with a version that supports for Formula 1 better for all SD users. The instructions have been expanded upon and I suggest you follow them, since they are easy with you update Docker images that won't include NextEnd.

Martin
Mark-McG
Offline

Member

Posts: 75
Threads: 8
Joined: Dec 2019
#20
2023-08-28, 09:48 PM
(2023-08-28, 06:23 PM)mvallevand Wrote: I updated the wiki with a version that supports for Formula 1 better for all SD users.  The instructions have been expanded upon and I suggest you follow them, since they are easy with you update Docker images that won't include NextEnd.

Martin

Thank you Martin for updating following my request and also refreshing the wiki.

Im really sorry to be a pain and keep asking questions but I am still running into some issues.

As per the refreshed instructions I have created a new folder set in my config directory: /config/Plugins/NextEnd and have uploaded all the files from the new version to that folder.

I am then running: # sed -i 's/\"\/\"/\"\/app\/\"/g' NextEnd.deps.json
returning,
sed: can't read NextEnd.deps.json: No such file or directory

Do I need to tweak the command?
Apologies again, I am finding this very confusing Sad 

Thanks, Mark
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextEnd v5 trial release mvallevand 434 80,074 2024-12-29, 02:00 AM
Last Post: mvallevand
  Comskip + NextEnd VCR58 12 2,874 2023-06-30, 02:26 PM
Last Post: mvallevand
  Unable to install ssPlus larry5b6 12 2,645 2023-02-13, 07:38 PM
Last Post: sub
  NextEnd Extension Mechanism jcole998 7 3,063 2020-05-24, 03:39 PM
Last Post: jcole998
  NextEnd V4 jcole998 1 1,909 2020-05-18, 01:35 PM
Last Post: mvallevand
  NextEnd: "Sports event monitor did not start" antenna 37 13,292 2019-10-27, 12:22 AM
Last Post: mvallevand
  NextEnd Interruption jcole998 2 1,976 2019-09-02, 05:54 PM
Last Post: jcole998
  NextEnd Readiness jcole998 24 9,052 2019-06-01, 01:33 PM
Last Post: jcole998
  Nextend help CDinger 5 4,199 2018-11-05, 03:59 PM
Last Post: mvallevand
  NextEnd not extending sports event antenna 26 12,123 2018-10-11, 04:25 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode