- October 15, 2012
- 12
- 0
- 60
- Home Country
- United States of America
Hi. I am trying to get aMPdroid running. I have installed the latest versions of MP, ExtendedMP and aMPdroid. When I tap on the movies icon in aMPdroid, I can see errors show up in the MPExtended service log (so I know I am connecting, so it is not a firewall issue). The error goes like this:
This is a fresh install, so it is likely that I missed a step somewhere. Obviously, it looks like something is not set up in the database correctly???
Code:
2012-10-15 20:31:18.6140 [(9)] ERROR: Unhandled exception in service (JSON interface)
(ErrorBehavior.ProvideMessageFaultCore => ErrorBehavior.ProvideFault => WebExceptionHandling.ProvideFault)
System.Data.SQLite.SQLiteException (0x80004005): SQLite error
no such table: source_movie_info
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at MPExtended.Libraries.SQLitePlugin.Query..ctor(String databasePath, String query, SQLiteParameter[] parameters)
at MPExtended.Libraries.SQLitePlugin.LazyQuery`1.Count()
at MPExtended.Services.MediaAccessService.IEnumerableExtensionMethods.Count[T](IEnumerable`1 source)
at MPExtended.Services.MediaAccessService.MediaAccessService.GetMovieCount(Nullable`1 provider, String genre, String actor)
at SyncInvokeGetMovieCount(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
This is a fresh install, so it is likely that I missed a step somewhere. Obviously, it looks like something is not set up in the database correctly???