mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00
Installation Failed due to certificate in signature is not valid yet #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PatrickSt1991 on GitHub (Oct 31, 2025).
Originally assigned to: @PatrickSt1991 on GitHub.
Discussed in https://github.com/PatrickSt1991/Samsung-Jellyfin-Installer/discussions/141
Originally posted by Arikaj October 31, 2025
Hi everyone,
could somebody please point me into the right direction on what to do with the following issue?
App version: 1.8.4.1
TV versuion: 1301
Any help is appreciated, thank you.
@PatrickSt1991 commented on GitHub (Oct 31, 2025):
Can you supply your TV Model? and please send the created certificates to patrick@madebypatrick.nl so I can see what's going on, never seen this before.
Also please try again with v1.8.4.4-beta with the SDB Output enabled and send the output log files to the same email addres please
@Arikaj commented on GitHub (Oct 31, 2025):
TV Model: QE85Q60DAUXXH
I can report that I managed to successfully install the JellyFin app by using v1.8.4.4-beta. Please see how I approached the issue:
Tried to install the app the first time and it failed with the following error: "Installation failed: Value cannot be null. (Parameter "path1")". I closed the .exe and opened it up once again. This time, certificate was already created and in the settings menu there are two options for it: "Jelly2Ssam (default)" and "Jelly2Sam". Although they are the same, choosing the option without 'default' allowed me to install the JF app successfully on my TV. If I tried to use the 'default' option, "value cannot be null" error would come out.
I tried to replicate these steps in v1.8.4.1, but without success. It shows the same error as in the bug report.
Managed to install the app two times by following the steps above for v1.8.4.4-beta.
E-mail with the requested files sent at 1107z.
@PatrickSt1991 commented on GitHub (Oct 31, 2025):
@Arikaj thanks, I saw in the loggin that also permitInstall was called, that's probably the bug you seen.
That function is only required for older models TVs and yours is new so it isn't required to execute that function cause it won't work, i fixed it by simple putting a check around it;
That should fix the issue