Jump to content

scanning stuck 87.2% never goes beyond


Recommended Posts

Posted

So every time I run a scan or the auto scan runs it goes and then never goes beyond the 87.2%. I have gone in and manually identified tons of stuff thinking ok now it will work. Nope still goes to the same point. I tried looking but I see nothing other then an ffmpeg error but nothing else. 

 

https://controlc.com/545c15ee

Posted

Hi, I don't recognize this domain that you're linking to. Can you please attach the emby server log? Thanks !

Posted

that is the server log I couldn't find a past site that would allow me to post the entire thing. I didnt realize I could attach here.
Ok so this is the latest log just ran

embyserver.txt

Happy2Play
Posted

@Lukeisn't there something wrong with this build with NET 6.0.1?

2022-10-18 04:41:51.959 Info App: Application version: 4.7.8.0
2022-10-18 04:41:51.959 Info App: Emby
    Command line: /mnt/nvme14n1/ilovemymac/EmbyNET/system/EmbyServer.dll -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe
    Operating system: Linux version 5.10.103-gentoo-whatbox (root@tangelo.whatbox.ca) (gcc (Gentoo Hardened 11.2.1_p20220115 p4) 11.2.1 20220115, GNU ld (Gentoo 2.37_p1 p2)
    Framework: .NET 6.0.1
    OS/Process: x64/x64
    Runtime: mnt/nvme14n1/ilovemymac/dotnet/shared/Microsoft.NETCore.App/6.0.1/System.Private.CoreLib.dll
    Processor count: 256

Posted

How do you change builds without wiping your entire library?

Posted
Just now, rockon76 said:

How do you change builds without wiping your entire library?

Yea my library is huge. I don’t want to start over lol. 

Happy2Play
Posted (edited)

@80srule But Emby has advanced beyond NET 6.0.1 but believe it is platform prevalent.  Windows is on NET 6.0.9.  But I am only guessing here, and it may be irrelevant.  But know there Linux issues on 6.0.2.  Other Linux logs show 6.0.8.

Did you compile your own build?

But nothing really stands out in that log beside numbers.

Edited by Happy2Play
Posted
2 minutes ago, Happy2Play said:

@80srule But Emby has advanced beyond NET 6.0.1 but believe it is platform prevalent.  Windows is on NET 6.0.9.  But I am only guessing here, and it may be irrelevant.  But know there Linux issues on 6.0.2.  Other Linux logs show 6.0.8.

Did you compile your own build?

But nothing really stands out in that log beside numbers.

I didn’t do anything I just followed the directions to install it and that was it. Are use a seat box server, and they have the directions all laid out and I just followed those.

 

https://whatbox.ca/wiki/Emby

Happy2Play
Posted

@80srule At the same time I don't see those instructions keeping up with Emby changes.  You may have the updated server but stuck in time with NET core.  But devs will have to comment further as this is all speculation on my part as a non Linux user.

Posted

Who is packaging this for Gentoo? I would suggest using our Docker container instead so that you're getting something that is officially put together by us. Then all of the required components will be self-contained.

Posted
7 minutes ago, Luke said:

Who is packaging this for Gentoo? I would suggest using our Docker container instead so that you're getting something that is officially put together by us. Then all of the required components will be self-contained.

So is this possible without wiping my entire library?

Happy2Play
Posted
9 minutes ago, 80srule said:

So is this possible without wiping my entire library?

Does your box allow Docker containers?  If so you would want to copy the entire "/mnt/nvme14n1/ilovemymac/EmbyNET/programdata" from one to the other.

But for current install you would need to manually update NET Core Runtime per step 1.  But @Lukewould have to confirm version number.

At the same time have no idea what the url would be for that version

Posted

I don't see why not. I never tried but I assume im open to install whatever I need

Posted

I personally would go the Docker route. Even if you update the .net runtime with this gentoo package, I can also see that it's missing other required components that we embed.

Let us know how you get on. Thanks.

Posted

I usually ssh into the server via the command line on the computer. So how would I install docker

Posted
3 hours ago, 80srule said:

I usually ssh into the server via the command line on the computer. So how would I install docker

Please take a look at our install instructions and let us know if this helps:

https://emby.media/docker-server.html

Thanks.

Posted

We do not provide Docker at this time and Docker containers will not work. There are currently many projects that expect access to virtualized containers (and/or root access) to run; we are investigating ways to support them better. For now, Emby can only be run with the instructions we provide, which install .NET to your home directory and then run Emby's latest provided release with that version of .NET.

I've updated our instructions to use 6.0.10 which is the latest version of the .NET Runtime provided by Microsoft.

This was there response

Happy2Play
Posted

@80srule Not sure if that will create issues as Emby is not currently developed with that version.  But I guess you can test.

Other issue will be this setup is not using Emby customized ffmpeg/ffprobe

ffprobe version 4.4.3 Copyright (c) 2007-2022 the FFmpeg developers

vs

ffprobe version 5.0.0-emby_2022_05_27-u1 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC

 

2 minutes ago, Luke said:

Hi, who said that?

I would assume the provider "whatbox".

Posted
5 minutes ago, Luke said:

Hi, who said that?

My server provider, Whatbox

Posted
3 minutes ago, Happy2Play said:

@80srule Not sure if that will create issues as Emby is not currently developed with that version.  But I guess you can test.

Other issue will be this setup is not using Emby customized ffmpeg/ffprobe

ffprobe version 4.4.3 Copyright (c) 2007-2022 the FFmpeg developers

vs

ffprobe version 5.0.0-emby_2022_05_27-u1 Copyright (c) 2007-2022 the FFmpeg developers and softworkz for Emby LLC

 

I would assume the provider "whatbox".

How would you update that?

Happy2Play
Posted
9 minutes ago, 80srule said:

How would you update that?

Sorry not a Linux user.

But comparing another log here you can see differences.  You can see it is using NET 6.0.8.

But would guess a config file somewhere pointing to Emby.

FfmpegManager: FFMpeg: /mnt/nvme14n1/ilovemymac/EmbyNET/bin/ffmpeg
FfmpegManager: FFProbe: /mnt/nvme14n1/ilovemymac/EmbyNET/bin/ffprobe
FfmpegManager: FFDetect: /mnt/nvme14n1/ilovemymac/EmbyNET/bin/ffdetect

Posted

I updated the net runtime to the latest from Microsoft. Although I wish that we didn’t have to use stuff from Microsoft. Now I just need to figure out how to update the FFmpg.

Posted
27 minutes ago, Happy2Play said:

Sorry not a Linux user.

But comparing another log here you can see differences.  You can see it is using NET 6.0.8.

But would guess a config file somewhere pointing to Emby.

FfmpegManager: FFMpeg: /mnt/nvme14n1/ilovemymac/EmbyNET/bin/ffmpeg
FfmpegManager: FFProbe: /mnt/nvme14n1/ilovemymac/EmbyNET/bin/ffprobe
FfmpegManager: FFDetect: /mnt/nvme14n1/ilovemymac/EmbyNET/bin/ffdetect

Server company says
Emby's release files don't provide ffmpeg or ffprobe, so our instructions use the server's installed version of ffmpeg/ffprobe. If you're receiving an error specific to our versions of ffmpeg/ffprobe, please let us know the error messages and log output.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...