Jump to content

Major Errors with my Ubuntu 16.04 Install


troyscorer

Recommended Posts

troyscorer

Hi All

 

I believe that this has got something to do with permissions as i accidently changed the ownership of files in the /etc /bin /lib directory's to a non root user. ive changed it all back but probably set root over what eas supposed to be emby in some places.

 

can someone tell me what the permissions are supposed to be based on a standard install with the user:group emby:emby

 

i no longer have icons next to my menu items see image attached

 

my log is thowing copious errors listing "MediaBrowser.Controller.Net.SecurityException: Access token is invalid or expired."

 

latest log here https://paste.ubuntu.com/24025043/

 

can someone give me a list of what their ownerships are for all emby related files, or advise otherwise

 

ps. i have fully removed and reinstalled the server using apt --purge autoremove emby-server

 

regards

 

Troy

post-496-0-46687600-1487483656_thumb.png

Edited by troyscorer
Link to comment
Share on other sites

Hi, I think you are probably fine. Why don't we start with asking, what problem are you experiencing? thanks !

Link to comment
Share on other sites

troyscorer

Hi, I think you are probably fine. Why don't we start with asking, what problem are you experiencing? thanks !

 Hey Luke

 

Well, i dont have any of the icons as shown in the screen shot anymore.

 

The server never restarts with the restart button. It seems to stop the service but i have to SSH into the box and do a service emby-server start to start it back up again

 

my wife was also reporting that none of her shows are being marked as watched anymore.

 

probably more issues that i havent come across yet, but that error being spammed in the log every 10 seconds is an issue. what does it mean?

2017-02-19 13:48:53.9014 Error HttpServer: Error processing request
	*** Error Report ***
	Version: 3.2.1.0
	Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /var/lib/emby-server -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
	Operating system: Unix 4.4.0.62
	64-Bit OS: True
	64-Bit Process: True
	Mono: 4.6.2 (Stable 4.6.2.7/08fd525 Mon Nov 28 20:49:26 UTC 2016)
	Processor count: 4
	Program data path: /var/lib/emby-server
	Application directory: /usr/lib/emby-server/bin
	MediaBrowser.Controller.Net.SecurityException: Access token is invalid or expired.
	  at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateSecurityToken (MediaBrowser.Controller.Net.IServiceRequest request, System.String token) [0x0002e] in <60da0dda661040f0bc947d7e94c669aa>:0 
	  at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Controller.Net.IServiceRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00035] in <60da0dda661040f0bc947d7e94c669aa>:0 
	  at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Controller.Net.IServiceRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <60da0dda661040f0bc947d7e94c669aa>:0 
	  at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x0000c] in <2a63d09a43d04dbe9f3b6c5d5a1a3f1e>:0 
	  at ServiceStack.ServiceStackHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00087] in <fa60f5aa132243808c29671229205e12>:0 
	  at ServiceStack.Host.RestHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x000ed] in <fa60f5aa132243808c29671229205e12>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00668] in <60da0dda661040f0bc947d7e94c669aa>:0 
	MediaBrowser.Controller.Net.SecurityException
	  at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateSecurityToken (MediaBrowser.Controller.Net.IServiceRequest request, System.String token) [0x0002e] in <60da0dda661040f0bc947d7e94c669aa>:0 
	  at Emby.Server.Implementations.HttpServer.Security.AuthService.ValidateUser (MediaBrowser.Controller.Net.IServiceRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00035] in <60da0dda661040f0bc947d7e94c669aa>:0 
	  at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate (MediaBrowser.Controller.Net.IServiceRequest request, MediaBrowser.Controller.Net.IAuthenticationAttributes authAttribtues) [0x00000] in <60da0dda661040f0bc947d7e94c669aa>:0 
	  at MediaBrowser.Controller.Net.AuthenticatedAttribute.RequestFilter (MediaBrowser.Model.Services.IRequest request, MediaBrowser.Model.Services.IResponse response, System.Object requestDto) [0x0000c] in <2a63d09a43d04dbe9f3b6c5d5a1a3f1e>:0 
	  at ServiceStack.ServiceStackHost.ApplyRequestFilters (MediaBrowser.Model.Services.IRequest req, MediaBrowser.Model.Services.IResponse res, System.Object requestDto) [0x00087] in <fa60f5aa132243808c29671229205e12>:0 
	  at ServiceStack.Host.RestHandler+<ProcessRequestAsync>c__async1.MoveNext () [0x000ed] in <fa60f5aa132243808c29671229205e12>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
	  at Emby.Server.Implementations.HttpServer.HttpListenerHost+<RequestHandler>c__async0.MoveNext () [0x00668] in <60da0dda661040f0bc947d7e94c669aa>:0 
Link to comment
Share on other sites

Hello @@troyscorer, the icons will be restored for the next server release. Those errors are coming from an Emby app trying to use credentials that are no longer valid. It is nothing to be alarmed about. Once the app signs in again, it will go away.

Link to comment
Share on other sites

  • 2 weeks later...
troyscorer

Im having other issues, seemingly related to my Emby Theatre installation. Ill post a new topic. As of the latest update, the icons are back (althought they arnt coloured anymore )

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