Jump to content

Check for application updates failed. - Type definitions should start


Go to solution Solved by snake98,

Recommended Posts

Posted

I"m getting an error after a Hard computer restart

 

Check for application updates failed.
a minute ago
Type definitions should start with a '{', expecting serialized type 'RootObject', got string starting with:
 
 
I think i had some corruption, as it lost my premier key and i had to re enter it.  I read somewhere on the board to delete the sync db, but didn't specify the actual file.
 
 

 

relevant part of the log file i believe.

2018-02-02 20:56:26.273 Info TaskManager: StartupTrigger fired for task: Check for application updates
2018-02-02 20:56:26.273 Info TaskManager: Queueing task SystemUpdateTask
2018-02-02 20:56:26.273 Info TaskManager: Executing Check for application updates
2018-02-02 20:56:26.274 Info HttpClient: GetTempFileResponse url: https://www.mb3admin.com/admin/service/EmbyPackages.json
2018-02-02 20:56:26.300 Error TaskManager: Error
	*** Error Report ***
	Version: 3.2.70.0
	Command line: C:\Users\Snake98\AppData\Roaming\Emby-Server\system\EmbyServer.dll
	Operating system: Microsoft Windows NT 6.2.9200.0
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: C:\Users\Snake98\AppData\Roaming\Emby-Server\programdata
	Application directory: C:\Users\Snake98\AppData\Roaming\Emby-Server\system
	System.Runtime.Serialization.SerializationException: Type definitions should start with a '{', expecting serialized type 'RootObject', got string starting with:                                                   
	   at ServiceStack.Text.Common.DeserializeTypeRefJson.StringToType(TypeConfig typeConfig, String strType, EmptyCtorDelegate ctorFn, Dictionary`2 typeAccessorMap)
	   at ServiceStack.Text.Common.DeserializeArrayWithElements`2.ParseGenericArray(String value, ParseStringDelegate elementParseFn)
	   at ServiceStack.Text.JsonSerializer.DeserializeFromString[T](String value)
	   at ServiceStack.Text.JsonSerializer.DeserializeFromStream[T](Stream stream)
	   at MediaBrowser.Common.Updates.GithubUpdater.<CheckForUpdateResult>d__3.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.ApplicationHost.<CheckForApplicationUpdate>d__388.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.ScheduledTasks.SystemUpdateTask.<Execute>d__11.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.<ExecuteInternal>d__68.MoveNext()
	System.Runtime.Serialization.SerializationException
	   at ServiceStack.Text.Common.DeserializeTypeRefJson.StringToType(TypeConfig typeConfig, String strType, EmptyCtorDelegate ctorFn, Dictionary`2 typeAccessorMap)
	   at ServiceStack.Text.Common.DeserializeArrayWithElements`2.ParseGenericArray(String value, ParseStringDelegate elementParseFn)
	   at ServiceStack.Text.JsonSerializer.DeserializeFromString[T](String value)
	   at ServiceStack.Text.JsonSerializer.DeserializeFromStream[T](Stream stream)
	   at MediaBrowser.Common.Updates.GithubUpdater.<CheckForUpdateResult>d__3.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.ApplicationHost.<CheckForApplicationUpdate>d__388.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.ScheduledTasks.SystemUpdateTask.<Execute>d__11.MoveNext()
	--- End of stack trace from previous location where exception was thrown ---
	   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.<ExecuteInternal>d__68.MoveNext()
	
2018-02-02 20:56:26.301 Info TaskManager: Check for application updates Failed after 0 minute(s) and 0 seconds
Posted

That error suggests the response is getting altered or corrupted in some way.  You have any sort of software that might be doing that?

Posted

Not that i know of.  The only thing that I'm doing "Weird" is running in hyper-v, and the router is just running dd-wrt, doing nothing special with outgoing connections.  I run a revser proxy for emby for outside the network, but that shouldn't be interfering with out going connections.  I've tried restarting the compute running emby but dones't make any difference.  Emby is running on Windows 10 pro 1709,  The only thing installed on it is Firefox, notepad++ and vlc.  It directly connected to the host network, not nated by hyper-v

  • Solution
Posted

For some reason it just started working.

  • Like 1

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