Jump to content

error on unraid install.


Recommended Posts

Posted

Using the Official Container, i get this error.

Can someone tell me what i have wrong? and no 8096 is not really in use, i have changed it but it still says that.

 

 

Info NetworkManager: UnicastAddresses: fe80::80bc:ffff:fe63:8a8e%15
Info NetworkManager: networkInterface: Ethernet vethb79ea64, Speed: 10000000000, Description: vethb79ea64
Info NetworkManager: GatewayAddresses: 
Info NetworkManager: UnicastAddresses: fe80::e41d:eaff:feff:d52c%17
Info NetworkManager: networkInterface: Ethernet veth11022a5, Speed: 10000000000, Description: veth11022a5
Info NetworkManager: GatewayAddresses: 
Info NetworkManager: UnicastAddresses: fe80::a085:b5ff:fe1f:709%19
Info NetworkManager: networkInterface: Ethernet veth4a84b24, Speed: 10000000000, Description: veth4a84b24
Info NetworkManager: GatewayAddresses: 
Info NetworkManager: UnicastAddresses: fe80::d8da:30ff:fe64:dbc8%21
Info NetworkManager: networkInterface: Ethernet veth1357bc0, Speed: 10000000000, Description: veth1357bc0
Info NetworkManager: GatewayAddresses: 
Info NetworkManager: UnicastAddresses: fe80::f0ab:f2ff:fe69:724%23
Info NetworkManager: networkInterface: Loopback lo, Speed: -1, Description: lo
Info NetworkManager: GatewayAddresses: 
Info NetworkManager: UnicastAddresses: 127.0.0.1,::1
Info NetworkManager: Detected local ip addresses: [{"IPAddress":"192.168.1.251","HasGateWayAddress":true,"PrefixLength":24,"IPv4Mask":"255.255.255.0"},{"IPAddress":"172.17.0.1","HasGateWayAddress":false,"PrefixLength":16,"IPv4Mask":"255.255.0.0"},{"IPAddress":"127.0.0.1","HasGateWayAddress":false,"PrefixLength":8,"IPv4Mask":"255.0.0.0"},{"IPAddress":"fe80::42:41ff:fe24:ede0%9","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"fe80::d45c:eeff:febd:7183%12","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"fe80::80bc:ffff:fe63:8a8e%15","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"fe80::e41d:eaff:feff:d52c%17","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"fe80::a085:b5ff:fe1f:709%19","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"fe80::d8da:30ff:fe64:dbc8%21","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"fe80::f0ab:f2ff:fe69:724%23","HasGateWayAddress":false,"PrefixLength":64},{"IPAddress":"::1","HasGateWayAddress":false,"PrefixLength":128}]
Info SqliteDisplayPreferencesRepository: Opening sqlite connection to /config/data/displaypreferences.db
Info SqliteDisplayPreferencesRepository: Default journal_mode for /config/data/displaypreferences.db is delete
Info SqliteDisplayPreferencesRepository: PRAGMA foreign_keys=1
Info SqliteDisplayPreferencesRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info SqliteDisplayPreferencesRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info App: Requesting administrative access to authorize http server
Info ServerConfigurationManager: Saving system configuration
Info App: Adding HttpListener prefix http://+:8096/
Error Main: Error in appHost.Init
        *** Error Report ***
        Version: 4.8.11.0
        Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
        Operating system: Linux version 6.12.24-Unraid (root@Develop) (gcc (GCC) 14.2.0, GNU ld version 2.44-slack151) #1 SMP PREEMPT_DYNAMIC Sat May  3 00:12:52 PDT 2025
        Framework: .NET 6.0.36
        OS/Process: x64/x64
        Runtime: system/System.Private.CoreLib.dll
        Processor count: 12
        Data path: /config
        Application path: /system
        System.IO.IOException: System.IO.IOException: Failed to bind to address http://[::]:8096: address already in use.
         ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
         ---> System.Net.Sockets.SocketException (98): Address already in use
           at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
           at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
           at System.Net.Sockets.Socket.Bind(EndPoint localEP)
           at Emby.Server.Implementations.HttpServer.KestrelHost.KestrelListener.CreateBoundSocket(EndPoint endpoint)
           at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
           --- End of inner exception stack trace ---
           at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
           at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
        --- End of stack trace from previous location ---
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
           --- End of inner exception stack trace ---
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.AnyIPListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Hosting.WebHost.StartAsync(CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Hosting.WebHost.Start()
           at Emby.Server.Implementations.HttpServer.KestrelHost.KestrelListener.OnAddPrefixesComplete()
           at Emby.Server.Implementations.ApplicationHost.Init()
           at EmbyServer.HostedService.StartAsync(CancellationToken cancellationToken)
        Source: Microsoft.AspNetCore.Server.Kestrel.Core
        TargetSite: Void MoveNext()
        InnerException: Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
        Source: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
        TargetSite: Void Bind()
           at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
           at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
           at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
        --- End of stack trace from previous location ---
           at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
        InnerException: System.Net.Sockets.SocketException: Address already in use
        Source: System.Net.Sockets
        TargetSite: Void UpdateStatusAfterSocketErrorAndThrowException(System.Net.Sockets.SocketError, System.String)
           at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
           at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
           at System.Net.Sockets.Socket.Bind(EndPoint localEP)
           at Emby.Server.Implementations.HttpServer.KestrelHost.KestrelListener.CreateBoundSocket(EndPoint endpoint)
           at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()

Info Main: Shutdown complete
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Posted

Hi, can you try to find out why the server is being denied access to port 8096? There's got to be something on the machine or in the container preventing it.

Posted (edited)
8 minutes ago, Luke said:

Hi, can you try to find out why the server is being denied access to port 8096? There's got to be something on the machine or in the container preventing it.

That is what i don't understand, i have it set to 9096.

I have re-installed it more than once and deleted the app/data

 

 

 

11.jpg

Edited by David9726
Posted

Hi, that doesn't actually change the port in Emby Server. That simply authorizes it in the Docker container for port 9096. You still have to go and change it in Emby Server settings. Since the default port of Emby Server is 8096, you'll need to start with that and then change it once it is up and running with the default.

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