Jump to content

Cannot install on Ubuntu 17.10


Cortimi

Recommended Posts

Installation is not possible on Ubuntu 17.10.


Using new default method from original post link:

$ curl -f -s https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh | sh
Failed to stop emby-server.service: Unit emby-server.service not loaded.
Failed to disable unit: Unit file emby-server.service does not exist.

Installing requirements
Hit:1 http://us.archive.ubuntu.com/ubuntu artful InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease [76.7 kB]   
Hit:3 http://archive.canonical.com/ubuntu artful InRelease                     
Get:4 http://security.ubuntu.com/ubuntu artful-security InRelease [70.3 kB]    
Hit:5 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease           
Fetched 147 kB in 1s (143 kB/s)                                
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
curl is already the newest version (7.55.1-1ubuntu2.1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Downloading Microsoft's GPG key to /etc/apt/trusted.gpg.d/microsoft.gpg
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   983  100   983    0     0    983      0  0:00:01 --:--:--  0:00:01  1398

Installing the Dotnet Core repository to /etc/apt/sources.list.d/dotnet.list

Installing Emby Server
Get:1 http://security.ubuntu.com/ubuntu artful-security InRelease [70.3 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu artful InRelease                     
Get:3 https://packages.microsoft.com/repos/microsoft-ubuntu-artful-prod artful InRelease [2,846 B]
Hit:4 http://archive.canonical.com/ubuntu artful InRelease                     
Get:5 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease [76.7 kB]   
Get:6 https://packages.microsoft.com/repos/microsoft-ubuntu-artful-prod artful/main amd64 Packages [2,349 B]
Hit:7 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease           
Fetched 152 kB in 0s (223 kB/s)                    
Reading package lists... Done
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   623    0   623    0     0    623      0 --:--:-- --:--:-- --:--:--  1565
100 18.9M  100 18.9M    0     0  2765k      0  0:00:07  0:00:07 --:--:-- 2840k
Selecting previously unselected package emby-server.
(Reading database ... 132741 files and directories currently installed.)
Preparing to unpack emby-server-deb_3.2.34.0_amd64.deb ...
Unpacking emby-server (3.2.34.0) ...
dpkg: dependency problems prevent configuration of emby-server:
 emby-server depends on dotnet-runtime-2.0.0; however:
  Package dotnet-runtime-2.0.0 is not installed.

dpkg: error processing package emby-server (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.26-0ubuntu2) ...
Processing triggers for ureadahead (0.100.0-20) ...
Errors were encountered while processing:
 emby-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  dotnet-host dotnet-hostfxr-2.0.0 dotnet-runtime-2.0.0 liblttng-ust-ctl2
  liblttng-ust0 libunwind8 liburcu6
The following NEW packages will be installed:
  dotnet-host dotnet-hostfxr-2.0.0 dotnet-runtime-2.0.0 liblttng-ust-ctl2
  liblttng-ust0 libunwind8 liburcu6
0 upgraded, 7 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
Need to get 18.5 MB of archives.
After this operation, 63.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.

ERROR: Installation of Emby Server failed
ERROR: Please contact apps@ with the full output above


Attempt with alternative sources:

$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04/ /' > /etc/apt/sources.list.d/emby-server.list"

$ sudo apt-get update
Hit:1 http://archive.canonical.com/ubuntu artful InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu artful InRelease                     
Get:3 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease [76.7 kB]   
Get:4 http://security.ubuntu.com/ubuntu artful-security InRelease [70.3 kB]    
Hit:5 https://packages.microsoft.com/repos/microsoft-ubuntu-artful-prod artful InRelease
Ign:6 http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04 InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease           
Get:8 http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04 Release [1,009 B]
Get:9 http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04 Release.gpg [481 B]
Ign:9 http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04 Release.gpg
Reading package lists... Done  
W: GPG error: http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0A506F712A7D8A28
E: The repository 'http://download.opensuse.org/repositories/home:/emby/xUbuntu_17.04 Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

$ sudo apt-get install emby-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package emby-server

Link to comment
Share on other sites

alucryd

You need to press enter when asked "Do you want to continue? [Y/n]". And please delete /etc/apt/sources.list.d/emby-server.list before you run the install script again.

Edited by alucryd
Link to comment
Share on other sites

You need to press enter when asked "Do you want to continue? [Y/n]".

Notice the Abort, that was placed and executed automatically. I was never allowed to enter Y/N, it went straight to failure.

Link to comment
Share on other sites

alucryd

How and where did you run the script ? Can you try downloading it, chmod +x, and running it locally?

Edited by alucryd
Link to comment
Share on other sites

Literally copied from Emby site listed on first post. Pasted into basic terminal on a fresh install.

 

Understood, but we already saw another case where user had an extra carriage return at the end and this prevented the prompt from ever showing up.

Link to comment
Share on other sites

alucryd

@Cortimi: Alright, this one should do the trick:

wget https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh && sh setup.sh
Link to comment
Share on other sites

Just tried the exact same thing on LinuxMint 18.2 (Ubuntu 16.04 based), with the same result. Just to make sure I am doing this right, this is exactly what I have done:

1. Go to https://emby.media/linux-server.html

2. Copy the text "curl -f -s https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh | sh"

3.Open a terminal window and paste the text (no quotations), press Enter.

4.Enter root password on 2 prompt pop-ups, once in terminal.

Tried the other method in terminal:

$ sudo wget https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh && sh setup.sh
--2017-10-27 21:03:06--  https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8230 (8.0K) [text/plain]
Saving to: ‘setup.sh’

setup.sh            100%[===================>]   8.04K  --.-KB/s    in 0.001s  

2017-10-27 21:03:07 (9.94 MB/s) - ‘setup.sh’ saved [8230/8230]

Failed to stop emby-server.service: Unit emby-server.service not loaded.
Failed to execute operation: No such file or directory

Installing requirements
Ign:1 http://packages.linuxmint.com sonya InRelease
Hit:2 http://packages.linuxmint.com sonya Release                              
Hit:3 http://archive.ubuntu.com/ubuntu xenial InRelease                        
Hit:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                
Get:6 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]     
Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]     
Hit:8 https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial InRelease
Hit:9 http://archive.canonical.com/ubuntu xenial InRelease                     
Fetched 204 kB in 5s (38.2 kB/s)        
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
curl is already the newest version (7.47.0-1ubuntu2.4).
0 upgraded, 0 newly installed, 0 to remove and 305 not upgraded.

Downloading Microsoft's GPG key to /etc/apt/trusted.gpg.d/microsoft.gpg
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   983  100   983    0     0   2140      0 --:--:-- --:--:-- --:--:--  2141

Installing the Dotnet Core repository to /etc/apt/sources.list.d/dotnet.list

Successfully installed Emby Server

However, this didn't "do" anything.  Cannot connect to http://localhost:8096/, server not found. emby-server is not listed when dpkg --list is run. I had this working last week on this exact distro, which is why I tried it here. So something is very wrong if neither distro can get any method working.
 

Edited by Cortimi
Link to comment
Share on other sites

Update: I was also unable to get it working on Linux mint using the old method I had used before, that was literally working a week ago-

1. https://software.opensuse.org/download.html?project=home%3Aemby&package=emby-server

2. Follow instructions for xUbuntu 16.04 -

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/emby-server.list"sudo apt-get updatesudo apt-get install emby-server"Err:161 http://download.opensuse.org/repositories/home:/emby/xUbuntu_16.04  emby-server 3.2.34.0+60.1  Connection failed [IP: 195.135.221.134 80]Fetched 34.9 MB in 13min 21s (43.5 kB/s)                                       E: Failed to fetch http://download.opensuse.org/repositories/home:/emby/xUbuntu_16.04/./all/libmono-system-data-linq4.0-cil_4.8.1.0-0xamarin1_all.deb  Connection failed [IP: 195.135.221.134 80]E: Failed to fetch http://download.opensuse.org/repositories/home:/emby/xUbuntu_16.04/./all/emby-server_3.2.34.0+60.1_all.deb  Connection failed [IP: 195.135.221.134 80]E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"
Edited by Cortimi
Link to comment
Share on other sites

Looks like right now the connection to the repository is failing for whatever reason. I assume otherwise your connection to the internet is ok?

I am referring to the error:

"Err:161 http://download.opensuse.org/repositories/home:/emby/xUbuntu_16.04  emby-server 3.2.34.0+60.1
  Connection failed [IP: 195.135.221.134 80]

I would just give it another try and see if it is back up. I was able to navigate to http://download.opensuse.org/repositories/home:/emby/xUbuntu_16.04/

Link to comment
Share on other sites

hooray4me

I'm unable to update using the method on the website nor the methods from above.

root@[member="emby"]:/# wget https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh && sh setup.sh
--2017-10-29 16:08:50--  https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8230 (8.0K) [text/plain]
Saving to: ‘setup.sh.1’

setup.sh.1                                                  100%[========================================================================================================================================>]   8.04K  --.-KB/s    in 0s

2017-10-29 16:08:50 (51.1 MB/s) - ‘setup.sh.1’ saved [8230/8230]

Synchronizing state of emby-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable emby-server

Installing requirements
Get:1 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu zesty InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB]
Hit:4 http://ppa.launchpad.net/jcfp/ppa/ubuntu zesty InRelease
Get:5 http://us.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]
Hit:6 http://ppa.launchpad.net/jcfp/sab-addons/ubuntu zesty InRelease
Ign:7 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty InRelease
Ign:8 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty Release
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Err:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
  404  Not Found
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Fetched 268 kB in 10s (24.7 kB/s)
Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu/dists/zesty/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

ERROR: Installation of Emby Server failed
ERROR: Please contact apps@[member="Emby.media"] with the full output above

Link to comment
Share on other sites

 

I'm unable to update using the method on the website nor the methods from above.

root@[member="emby"]:/# wget https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh && sh setup.sh
--2017-10-29 16:08:50--  https://raw.githubusercontent.com/MediaBrowser/Emby.Releases/master/Server/setup.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8230 (8.0K) [text/plain]
Saving to: ‘setup.sh.1’

setup.sh.1                                                  100%[========================================================================================================================================>]   8.04K  --.-KB/s    in 0s

2017-10-29 16:08:50 (51.1 MB/s) - ‘setup.sh.1’ saved [8230/8230]

Synchronizing state of emby-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable emby-server

Installing requirements
Get:1 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu zesty InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB]
Hit:4 http://ppa.launchpad.net/jcfp/ppa/ubuntu zesty InRelease
Get:5 http://us.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]
Hit:6 http://ppa.launchpad.net/jcfp/sab-addons/ubuntu zesty InRelease
Ign:7 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty InRelease
Ign:8 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty Release
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Ign:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Ign:9 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main all Packages
Err:10 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main amd64 Packages
  404  Not Found
Ign:11 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main i386 Packages
Ign:12 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en_US
Ign:13 http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty/main Translation-en
Fetched 268 kB in 10s (24.7 kB/s)
Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu zesty Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/jonathonf/ffmpeg-3/ubuntu/dists/zesty/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

ERROR: Installation of Emby Server failed
ERROR: Please contact apps@[member="Emby.media"] with the full output above

 

The website is in process of being updated with this information:

https://emby.media/community/index.php?/topic/50012-emby-server-for-net-core/?p=504700

 

Thanks.

Link to comment
Share on other sites

it uses the same program data folders as the OBS installation so you shouldn't have to do any of that. Not that there's ever any harm in backing up though.

Link to comment
Share on other sites

hooray4me

it uses the same program data folders as the OBS installation so you shouldn't have to do any of that. Not that there's ever any harm in backing up though.

Do I need to uninstall the apt installed version or just run this dpkg?

Link to comment
Share on other sites

hooray4me

Don't install this update!!!!!!!!!!!!!!!!!! 

 

It is currently messed up...as of now i cant watch anything outside of live tv.

Edited by robrhedrick
Link to comment
Share on other sites

hooray4me

I lied, whole system isn't working now... latest logs:

2017-10-29 21:37:09.729 Info Main: Application path: /opt/emby-server/system/EmbyServer.dll
2017-10-29 21:37:09.774 Info Main: Emby
    Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -updatepackage emby-server-deb_{version}_amd64.deb
    Operating system: Unix 4.10.0.26
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Processor count: 4
    Program data path: /var/lib/emby
    Application directory: /opt/emby-server/system
2017-10-29 21:37:10.303 Info App: Application version: 3.2.35.0
2017-10-29 21:37:10.463 Info App: Application configuration:
    {"EnableUPnP":true,"PublicPort":8096,"PublicHttpsPort":8920,"HttpServerPortNumber":8096,"HttpsPortNumber":8920,"EnableHttps":false,"EnableNormalizedItemByNameIds":true,"CertificatePath":"/ssl/chucklehead.pfx","CertificatePassword":"####","IsPortAuthorized":true,"EnableCaseSensitiveItemIds":true,"DisableLiveTvChannelUserDataName":true,"MetadataPath":"","MetadataNetworkPath":"","PreferredMetadataLanguage":"en","MetadataCountryCode":"US","SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"MinResumePct":2,"MaxResumePct":90,"MinResumeDurationSeconds":120,"LibraryMonitorDelay":60,"EnableDashboardResponseCaching":true,"ImageSavingConvention":"Compatible","MetadataOptions":[{"ItemType":"Book","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Movie","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":["Emby Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicVideo","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":["Emby Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Series","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":1,"MinWidth":0},{"Type":"BoxRear","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Box","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Menu","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheTVDB","The Open Movie Database","TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheTVDB","FanArt","TheMovieDb"]},{"ItemType":"MusicAlbum","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Disc","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":["Emby Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":["TheAudioDB"],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicArtist","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":["Emby Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":["TheAudioDB"],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"BoxSet","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"BoxRear","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Box","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Menu","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheMovieDb","FanArt"]},{"ItemType":"Season","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":1,"MinWidth":0},{"Type":"BoxRear","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Box","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Menu","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":0,"MinWidth":0},{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheTVDB","FanArt"]},{"ItemType":"Episode","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":1,"MinWidth":0},{"Type":"BoxRear","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Box","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Menu","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":["TheMovieDb","The Open Movie Database"],"MetadataFetcherOrder":["TheTVDB","TheMovieDb","The Open Movie Database"],"DisabledImageFetchers":["TheMovieDb","The Open Movie Database"],"ImageFetcherOrder":["TheTVDB","TheMovieDb","The Open Movie Database","Screen Grabber"]},{"ItemType":"Video","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280}],"DisabledMetadataSavers":["Emby Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]}],"EnableAutomaticRestart":false,"SkipDeserializationForBasicTypes":true,"ServerName":"Primary","WanDdns":"tv2.chucklehead.lol","UICulture":"en-US","SaveMetadataHidden":false,"ContentTypes":[],"RemoteClientBitrateLimit":4000000,"SharingExpirationDays":30,"SchemaVersion":0,"EnableAnonymousUsageReporting":true,"EnableFolderView":false,"EnableGroupingIntoCollections":false,"DisplaySpecialsWithinSeasons":true,"DisplayCollectionsView":false,"LocalNetworkAddresses":[],"CodecsUsed":[],"EnableChannelView":false,"EnableExternalContentInSuggestions":true,"RequireHttps":false,"IsBehindProxy":false,"EnableNewOmdbSupport":false,"ImageExtractionTimeoutMs":0,"PathSubstitutions":[],"EnableSimpleArtistDetection":true,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":true,"CachePath":""}
2017-10-29 21:37:10.506 Info App: Loading TVHeadEnd, Version=1.1.1.1, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading GoogleDrive, Version=3.0.6440.36832, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.WebDashboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Photos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Server.Implementations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.LocalMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading MediaBrowser.XbmcMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.506 Info App: Loading EmbyServer, Version=3.2.35.0, Culture=neutral, PublicKeyToken=null
2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Controller, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Common, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Common, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Controller, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Controller, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Common, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

Link to comment
Share on other sites

Please make sure to describe your issue in more detail. all i see there is a few plugins that failed to load because the developers haven't updated them with .net core compatibility. that will not prevent your server from functioning, it will only prevent those plugins from loading.

Link to comment
Share on other sites

hooray4me

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Controller, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Common, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Common, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Controller, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Controller, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Model, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

2017-10-29 21:37:10.580 Error App: LoaderException: Could not load file or assembly 'MediaBrowser.Common, Version=3.2.27.3, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

 

 

 

 

 

this results in NOTHING populating for TV or MOVIES or ANYTHING....

Link to comment
Share on other sites

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...