2026-04-23, 07:24 PM
Did you install the patch above. Assuming you use Docker, if you need help let us know.
Martin
Martin
|
2026-04-23, 07:24 PM
Did you install the patch above. Assuming you use Docker, if you need help let us know.
Martin
2026-04-24, 05:52 AM
(This post was last modified: 2026-04-24, 06:01 AM by sylvio2000.)
Yes, I am using docker. I think I have read over that there is a patch.
I think you mean the nshared.dll ? I couldnt find this file in my appdata folder. Where do I have to put it in? Sylvio
2026-04-24, 10:46 AM
Yes the NShared.dll a few posts back https://forums.nextpvr.com/showthread.ph...d607140You have to open a bash shell to your Docker. Place the NShared.dll and from the bash shell copy it into app. I've written this up before https://forums.nextpvr.com/showthread.ph...#pid586679
Martin
2026-04-24, 05:10 PM
(This post was last modified: 2026-04-24, 05:21 PM by sylvio2000.)
I dont understand what this command does.
I already copied the nshared.dll to /config but that does not help. Where do I have to execute this command?: docker exec -u 0 -it nextpvr /bin/bash It does not work in the unraid terminal nor the docker terminal of nextpvr. edit: I now executed this command in the docker terminal and now it finds channels
2026-04-24, 05:21 PM
When you are in the unraid terminal what error do you get when you enter that line?
Martin
2026-04-24, 06:47 PM
In the Unraid terminal i got this:
root@Server:~# docker exec -u 0 -it nextpvr /bin/bash Error response from daemon: No such container: nextpvr In the docker terminal i got this: root@Server:/app# root@Server:~# docker exec -u 0 -it nextpvr /bin/bash Error response from daemon: No such container: nextpvr Then I just copied the nshared.dll in the /config folder and executed the following command in the docker terminal: cp /config/NShared.dll /app I restarted NextPVR and it founds all channels. |
|
|