Jump to content

Access token is invalid or expired


jemoore
Go to solution Solved by jemoore,

Recommended Posts

jemoore

Just started not being able to update the library.  Was wondering if there was anything I should check.  The log shows multiple:

2019-05-15 10:44:38.965 Info MediaEncoder: ProcessRun 'ffmpeg -hide_banner -version' Started.2019-05-15 10:44:39.160 Info HttpServer: HTTP GET http://10.0.0.6:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.02019-05-15 10:44:39.160 Info HttpServer: HTTP Response 503 to 10.0.0.33. Time: 0ms. http://10.0.0.6:8096/emby/System/Info2019-05-15 10:44:39.695 Info HttpServer: HTTP GET http://10.0.0.6:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.02019-05-15 10:44:39.695 Info HttpServer: HTTP Response 503 to 10.0.0.33. Time: 0ms. http://10.0.0.6:8096/emby/System/Info2019-05-15 10:44:40.241 Info HttpServer: HTTP GET http://10.0.0.6:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.02019-05-15 10:44:40.241 Info HttpServer: HTTP Response 503 to 10.0.0.33. Time: 0ms. http://10.0.0.6:8096/emby/System/Info

And when I try that url, I see:

Access token is invalid or expired

 

The full log is here:
https://www.dropbox.com/s/yy1mw6a1d25zz2j/Embyserver.txt?dl=0

 

Thanks

 

Jack

 

 

Link to comment
Share on other sites

jemoore

Hi Luke - Yes.  The library is not updating.  And My Wife's shows need to be!  Things like Say Yes to the Dress, Flea Market Flip...  It's a crisis.

Link to comment
Share on other sites

jemoore

The media library scan is still stopping at 93.6%. 

	Source: Emby.Server.Implementations	TargetSite: Void Connect()	2019-05-16 00:48:05.195 Error App: Error validating images for smb://192.168.0.11/Public/Shared Videos/More Shows/Married With Children/Season 03/Married.with.Children.s03e02.I'm.Going.to.Sweatland.480p.AVC.EAC3.mkv	*** Error Report ***	Version: 4.1.1.0	Command line: /volume1/@appstore/EmbyServer/releases/4.1.1.0/EmbyServer.dll -package synology -programdata /var/packages/EmbyServer/target/var -ffmpeg /var/packages/EmbyServer/target/ffmpeg/bin/ffmpeg -ffprobe /var/packages/EmbyServer/target/ffmpeg/bin/ffprobe -ffdetect /var/packages/EmbyServer/target/ffmpeg/bin/ffdetect -restartexitcode 121 -ignore_vaapi_enabled_flag	Operating system: Unix 3.10.105.0	64-Bit OS: True	64-Bit Process: True	User Interactive: True	Runtime: file:///volume1/@appstore/EmbyServer/3rdparty/netcore/2.2.1/runtime/System.Private.CoreLib.dll	Processor count: 4	Program data path: /var/packages/EmbyServer/target/var	Application directory: /volume1/@appstore/EmbyServer/releases/4.1.1.0	SharpCifs.Smb.SmbException: SharpCifs.Smb.SmbException: Failed to connect: 0.0.0.0<00>/192.168.0.11	   at SharpCifs.Smb.SmbTransport.Connect()	   at SharpCifs.Smb.SmbTree.TreeConnect(ServerMessageBlock andx, ServerMessageBlock andxResponse)	   at SharpCifs.Smb.SmbFile.DoConnect()	   at SharpCifs.Smb.SmbFile.Connect()	   at SharpCifs.Smb.SmbFile.Connect0()	   at SharpCifs.Smb.SmbFile.QueryPath(String path, Int32 infoLevel)	   at SharpCifs.Smb.SmbFile.Exists()	   at Emby.Server.Implementations.IO.SharpCifsFileSystem.AssertDirectoryExists(SmbFile file, String path)	   at Emby.Server.Implementations.IO.SharpCifsFileSystem.GetFileSystemEntries(String path, Boolean recursive)	   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)	   at MediaBrowser.Controller.Providers.DirectoryService.GetFiles(String path)	   at MediaBrowser.LocalMetadata.Images.EpisodeLocalLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService)	   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() in /source/corefx/src/System.Linq/src/System/Linq/SelectMany.cs:line 259	   at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, IDirectoryService directoryService)	   at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)	SharpCifs.Util.Transport.TransportException: I/O error occurred.	   at SharpCifs.Util.Transport.Transport.Connect(Int64 timeout)	   at SharpCifs.Smb.SmbTransport.Connect()	SharpCifs.Util.Transport.TransportException: I/O error occurred.	   at SharpCifs.Util.Transport.Transport.Connect(Int64 timeout)	SharpCifs.Util.Sharpen.ConnectException: Can't connect to end point.	   at SharpCifs.Util.Sharpen.SocketEx.Connect(IPEndPoint endPoint, Int32 timeOut)	   at SharpCifs.Smb.SmbTransport.Ssn139()	   at SharpCifs.Smb.SmbTransport.Negotiate(Int32 port, ServerMessageBlock resp)	   at SharpCifs.Smb.SmbTransport.DoConnect()	   at SharpCifs.Util.Transport.Transport.Run()				Source: Emby.Server.Implementations	TargetSite: Void Connect()

Don't judge me...

 

Thank you for the help

 

Jack

 

--

 

The server is on 192.168.0.12, yet the log shows it looking at:
smb://192.168.0.11/Public/Shared Videos/More Shows

 

https://www.dropbox.com/s/yy1mw6a1d25zz2j/Embyserver.txt?dl=0
 

Edited by jemoore
Link to comment
Share on other sites

@jenmoore, that still looks like a network issue. 

 

What i would suggest doing, that you might better success with, is mounting the smb share to a local path using the Synology OS, and then add that local path to Emby rather than the smb path.

Link to comment
Share on other sites

  • Solution
jemoore

Thank you for your patience on this.  I did a little debugging based on the log errors and, ultimately, found I had 3 subnets going on my network.  I've reset everything, it's all back to one subnet, and all is well with the world.  Well, at least on this topic.  And The Wife is content. Well, at least on this topic.

 

I looked for how to close this thread and did not find a mechanism.  Can you help?

  • Like 1
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...