Jump to content

Server Error Version 3.0.5031.21343


GrotShot
Go to solution Solved by Luke,

Recommended Posts

GrotShot

I'm seeing an error flash up when Configuring the server which when I look in the log I believe is this:

Any thoughts?
 
2013-10-11 14:32:17.5931, Error, DtoUtils, ServiceBase<TRequest>::Service Exception
Type definitions should start with a '{', expecting serialized type 'TaskResult', got string starting with:                                                   
System.Runtime.Serialization.SerializationException
  at ServiceStack.Text.Common.DeserializeTypeRefJson.StringToType(Type type, String strType, EmptyCtorDelegate ctorFn, Dictionary`2 typeAccessorMap)
  at ServiceStack.Text.Common.DeserializeType`1.<>c__DisplayClass3.<GetParseMethod>b__1(String value)
  at ServiceStack.Text.Json.JsonReader`1.Parse(String value)
  at ServiceStack.Text.JsonSerializer.DeserializeFromString[T](String value)
  at ServiceStack.Text.JsonSerializer.DeserializeFromStream[T](Stream stream)
  at MediaBrowser.Common.Implementations.Serialization.JsonSerializer.DeserializeFromFile[T](String file)
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.<get_LastExecutionResult>b__0()
  at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.get_LastExecutionResult()
  at MediaBrowser.Common.ScheduledTasks.ScheduledTaskHelpers.GetTaskInfo(IScheduledTaskWorker task)
  at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
  at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  at MediaBrowser.Api.ScheduledTasks.ScheduledTaskService.Get(GetScheduledTasks request)
  at lambda_method(Closure , Object , Object )
  at ServiceStack.ServiceHost.ServiceRunner`1.Execute(IRequestContext requestContext, Object instance, TRequest request)
 
2013-10-11 14:32:17.6171, Error, HttpServer, Error processing request for /mediabrowser/ScheduledTasks
Type definitions should start with a '{', expecting serialized type 'TaskResult', got string starting with:                                                   
ServiceStack.Common.Web.HttpError
No Stack Trace Available
 
 
Link to comment
Share on other sites

  • 1 year later...
FrostByte

I think I'm having this same issue.  Where can I find this folder?

C:\Users\<username>\AppData\Roaming\MediaBrowser-Server\data\ScheduledTasks

Link to comment
Share on other sites

turntablejunky

C:\Users\<username>\AppData\Roaming\MediaBrowser-Server\data\ScheduledTasks

 

Okay, thank you.  It did not solve my problem, but appreciate your guidance.  Cheers!

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