Jump to content

Emby Sync not working on Andriod/IOS Beta


Recommended Posts

schn0052
Posted

Hello,

 

For some reason Emby SYNC is failing on both my Andriod tablet and on my IOS Beta App. I am running the newest Docker Emby build (Version 3.4.0.0)

 

The only error i seem to see in the logs are:

2018-05-03 20:03:47.820 Info HttpServer: HTTP GET http://172.30.60.20:8096/emby/Users/d17849c4d2ad40d99c77c3383732b82f/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=767bffe4f11c93ef34b805451a696a4e. UserAgent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36
2018-05-03 20:03:47.878 Info HttpServer: HTTP Response 200 to 172.30.50.111. Time: 64ms. http://172.30.60.20:8096/emby/Users/d17849c4d2ad40d99c77c3383732b82f/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805
2018-05-03 20:03:48.422 Info HttpServer: HTTP Response 200 to 172.30.50.111. Time: 602ms. http://172.30.60.20:8096/emby/Users/d17849c4d2ad40d99c77c3383732b82f/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=767bffe4f11c93ef34b805451a696a4e
2018-05-03 20:03:48.482 Info HttpServer: HTTP Response 200 to 172.30.50.111. Time: 671ms. http://172.30.60.20:8096/emby/Users/d17849c4d2ad40d99c77c3383732b82f/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
2018-05-03 20:03:48.718 Info HttpServer: HTTP Response 200 to 172.30.50.111. Time: 904ms. http://172.30.60.20:8096/emby/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CSeriesInfo%2CDateCreated%2CBasicSyncInfo&UserId=d17849c4d2ad40d99c77c3383732b82f&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false
2018-05-03 20:03:48.980 Info HttpServer: HTTP GET http://172.30.60.20:8096/emby/Sync/Jobs?TargetId=8522c893cca20d03. UserAgent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Safari/537.36
2018-05-03 20:03:48.988 Info HttpServer: HTTP Response 200 to 172.30.50.111. Time: 8ms. http://172.30.60.20:8096/emby/Sync/Jobs?TargetId=8522c893cca20d03
2018-05-03 20:03:49.244 Error App: Error sending web socket message SyncJobs
        *** Error Report ***
        Version: 3.4.0.0
        Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
        Operating system: Unix 3.10.0.693
        64-Bit OS: True
        64-Bit Process: True
        User Interactive: True
        Processor count: 16
        Program data path: /config
        Application directory: /system
        System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
           at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
           at System.Guid.TryParseGuidWithNoStyle(String guidString, GuidResult& result)
           at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
           at System.Guid..ctor(String g)
           at Emby.Server.Implementations.Library.UserManager.GetUserById(String id)
           at Emby.Server.Sync.SyncRepository.GetJobs(SyncJobQuery query)
           at Emby.Server.Sync.SyncManager.GetJobs(SyncJobQuery query)
           at Emby.Server.Sync.Api.SyncJobsWebSocketListener.GetDataToSend(WebSocketListenerState state, CancellationToken cancellationToken)
           at MediaBrowser.Controller.Net.BasePeriodicWebSocketListener`2.<SendData>d__18.MoveNext()
        System.FormatException
           at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
           at System.Guid.TryParseGuidWithNoStyle(String guidString, GuidResult& result)
           at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
           at System.Guid..ctor(String g)
           at Emby.Server.Implementations.Library.UserManager.GetUserById(String id)
           at Emby.Server.Sync.SyncRepository.GetJobs(SyncJobQuery query)
           at Emby.Server.Sync.SyncManager.GetJobs(SyncJobQuery query)
           at Emby.Server.Sync.Api.SyncJobsWebSocketListener.GetDataToSend(WebSocketListenerState state, CancellationToken cancellationToken)
           at MediaBrowser.Controller.Net.BasePeriodicWebSocketListener`2.<SendData>d__18.MoveNext()
 

Posted

Hi there, what do you mean by failing?

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