[ Jellyfin ] The Free Software Media System

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm
There are some problems in this forum. It seems that all the pictures I submitted have disappeared, and there is no carriage return in the submitted format. This is so strange that I can't even delete or edit it.
16816960146875.png
16816958742991.png
16816958474703.png
16816958171611.png

Code: Select all

12/04/23 15:16:58 The main volume is /Volume1
12/04/23 15:16:59  Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
12/04/23 15:16:59 Will run as user: jellyfin and group: media
start-stop-daemon --start -c jellyfin -b --exec /Volume1/@apps/Jellyfin/bin/program/jellyfin -- -d /home/momosa/MOD_CONFIG/Jellyfin/data -C /home/momosa/MOD_CONFIG/Jellyfin/cache -c /home/momosa/MOD_CONFIG/Jellyfin/config -l /home/momosa/MOD_CONFIG/Jellyfin/log --ffmpeg /usr/local/ffmpeg/sys/bin/ffmpeg
12/04/23 15:25:11 The main volume is /Volume1
12/04/23 15:25:11  Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
12/04/23 15:25:12 Will run as user: jellyfin and group: media
start-stop-daemon --start -c jellyfin -b --exec /Volume1/@apps/Jellyfin/bin/program/jellyfin -- -d /home/momosa/MOD_CONFIG/Jellyfin/data -C /home/momosa/MOD_CONFIG/Jellyfin/cache -c /home/momosa/MOD_CONFIG/Jellyfin/config -l /home/momosa/MOD_CONFIG/Jellyfin/log --ffmpeg /usr/local/ffmpeg/sys/bin/ffmpeg
12/04/23 16:50:17 The main volume is /Volume1
12/04/23 16:50:18  Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
12/04/23 16:50:18 Will run as user: jellyfin and group: media
start-stop-daemon --start -c jellyfin -b --exec /Volume1/@apps/Jellyfin/bin/program/jellyfin -- -d /home/momosa/MOD_CONFIG/Jellyfin/data -C /home/momosa/MOD_CONFIG/Jellyfin/cache -c /home/momosa/MOD_CONFIG/Jellyfin/config -l /home/momosa/MOD_CONFIG/Jellyfin/log --ffmpeg /usr/local/ffmpeg/sys/bin/ffmpeg
13/04/23 09:41:14 The main volume is /Volume1
13/04/23 09:41:16  Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
13/04/23 09:41:43 Will run as user: jellyfin and group: media
start-stop-daemon --start -c jellyfin -b --exec /Volume1/@apps/Jellyfin/bin/program/jellyfin -- -d /home/momosa/MOD_CONFIG/Jellyfin/data -C /home/momosa/MOD_CONFIG/Jellyfin/cache -c /home/momosa/MOD_CONFIG/Jellyfin/config -l /home/momosa/MOD_CONFIG/Jellyfin/log --ffmpeg /usr/local/ffmpeg/sys/bin/ffmpeg
14/04/23 14:19:03 The main volume is /Volume1
14/04/23 14:19:06  Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
14/04/23 14:19:13 Will run as user: jellyfin and group: media
start-stop-daemon --start -c jellyfin -b --exec /Volume1/@apps/Jellyfin/bin/program/jellyfin -- -d /home/momosa/MOD_CONFIG/Jellyfin/data -C /home/momosa/MOD_CONFIG/Jellyfin/cache -c /home/momosa/MOD_CONFIG/Jellyfin/config -l /home/momosa/MOD_CONFIG/Jellyfin/log --ffmpeg /usr/local/ffmpeg/sys/bin/ffmpeg
14/04/23 16:35:26 The main volume is /Volume1
14/04/23 16:35:27  Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
14/04/23 16:35:27 Will run as user: jellyfin and group: media
start-stop-daemon --start -c jellyfin -b --exec /Volume1/@apps/Jellyfin/bin/program/jellyfin -- -d /home/momosa/MOD_CONFIG/Jellyfin/data -C /home/momosa/MOD_CONFIG/Jellyfin/cache -c /home/momosa/MOD_CONFIG/Jellyfin/config -l /home/momosa/MOD_CONFIG/Jellyfin/log --ffmpeg /usr/local/ffmpeg/sys/bin/ffmpeg
16/04/23 12:25:26 Will use /Volume1 to store config files
16/04/23 12:25:26 The main volume is /Volume1
16/04/23 12:25:29 Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
16/04/23 12:25:36 Will run as user: jellyfin and group: media
 SUCCESS! 
16/04/23 14:05:52 Will use /Volume1 to store config files
16/04/23 14:05:53 The main volume is /Volume1
16/04/23 14:05:54 Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
16/04/23 14:06:05 Will run as user: jellyfin and group: media
 SUCCESS! 
17/04/23 09:40:37 Will use /Volume1 to store config files
17/04/23 09:40:38 The main volume is /Volume1
17/04/23 09:40:40 Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
17/04/23 09:40:58 Will run as user: jellyfin and group: media
 SUCCESS! 
User avatar
TheClue
Posts: 10
Joined: 18 Apr 2023, 15:07

Re: [ Jellyfin ] The Free Software Media System

Post by TheClue »

Hello,

just installed the latest branch for TOS4 - altough I had to disable the Video transcoding (I'll investigate further on this later), the server is currently working quite well

But atm the metadata/image fetching it doesn't work due to this error

Code: Select all

[2023-04-18 02:10:14.961 +02:00] [ERR] [82] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/tmdb/ClientConfiguration".
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
I think that the certs have expired and should be renewed to solve the issue. I'm wondering if I can do this directly on commandline (I'll install tmux or openssh for that, in case) or it must be fixed at apk level.

tnx allot for your support and this great app!
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm
I updated the latest TOS5 5.1.33 and Jellyfin 10.8.9.3, I found that the jellyfin program has been up, there is also a process number, and startlog also shows success, but I found that the jellyfin port number 8096 has not been up, I have not modified, and reinstalled is not good, how can I solve this problem, how can I see the error when the program starts? I updated the latest TOS5 5.1.33 Jellyfin 10.8.9.3, I found that the jellyfin program has been up, there is also a process number, and startlog also shows success, but I found that the jellyfin port number 8096 has not been up, I have not modified, and reinstalled is not good, how can I solve this problem, how can I see the error when the program starts?
20230420180345.png
20230420180345.png (13.06 KiB) Viewed 2569 times
20230420180317.png

Code: Select all

start log:
20/04/23 17:30:29 Will use /Volume1 to store config files
20/04/23 17:30:29 The main volume is /Volume1
20/04/23 17:30:30 Config folder exist at /home/momosa/MOD_CONFIG/Jellyfin
20/04/23 17:30:30 config symlink doesn't exist, will be created
20/04/23 17:30:31 Will run as user: jellyfin and group: media
 SUCCESS! 
20/04/23 17:55:27 Will use /Volume1 to store config files
20/04/23 17:55:27 The main volume is /Volume1
20/04/23 17:55:28 Will run as user: jellyfin and group: media
 SUCCESS! 
User avatar
outkastm
Posts: 1191
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

if the apps started you should have no errors.
Maybe you setup some firewall rules ?
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm

This is a very strange point. This only happened when I upgraded from TOS5.1.24 to TOS5.1.29. The previous version was normal, and when I opened the backport number, I opened it naturally. I had no firewall rules at all, and I had no idea what was going on, which made me very confused.
User avatar
outkastm
Posts: 1191
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

with Jellyfin running, try in ssh

Code: Select all

netstat -tulpn | grep :8096
what do you get ?
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm
Nothing,It's very strange that I got nothing..................... And I found that the initiator did not have a port number to display..............The problem is that there is no log started by the program that allows me to find out what the problem is. How should I locate this problem?
16820603641868.png
16820606731308.png
20230421150057.png
Last edited by momosa on 21 Apr 2023, 15:05, edited 1 time in total.
User avatar
TheClue
Posts: 10
Joined: 18 Apr 2023, 15:07

Re: [ Jellyfin ] The Free Software Media System

Post by TheClue »

good evening outkastm,

perhaps you could eventually have the chance to have a look also to that SSL issue? ;)

tnx allot!
User avatar
outkastm
Posts: 1191
Joined: 29 Dec 2020, 23:52

Re: [ Jellyfin ] The Free Software Media System

Post by outkastm »

momosa wrote: 21 Apr 2023, 15:03 [at=outkastm post_id=26319 time=1682059962 user_id=2797][/at]

Nothing,It's very strange that I got nothing.....................
And I found that the initiator did not have a port number to display..............The problem is that there is no log started by the program that allows me to find out what the problem is. How should I locate this problem?
16820603641868.png16820606731308.png20230421150057.png
Jellyfin log is in the folder below. But your problem should be somwere else as you have issue with other apps aswell (transmission4, fernus etc)
Image
User avatar
momosa
Posts: 13
Joined: 14 Apr 2023, 14:46

Re: [ Jellyfin ] The Free Software Media System

Post by momosa »

{L_BUTTON_AT}outkastm

There's nothing under this log folder, so I'm not sure why,Yes, other software also have the same problem, they all show success after startup, but the actual port number is not up.
Post Reply

Return to “Developer Discussion Room”