Amazon import causes Launchbox to crash

Issue #9224 resolved
Josh Warren created an issue

I get this error every time I try to import from Amazon Games:

Unexpected character encountered while parsing value: <. Path '', line 0, position 0.

App: LaunchBox
Version: 13.15
Theme: Default Plus
Type: Newtonsoft.Json.JsonReaderException
Site: Boolean ParseValue()
Source: Newtonsoft.Json

at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Unbroken.LaunchBox.Windows.Integrations.Amazon.AmazonAccount.GetAccountEntitlements()
at MerchantDispatcherProducer.InstantiateObservableWrapper(MerchantDispatcherProducer )
at Unbroken.LaunchBox.Windows.Integrations.Amazon.AmazonGames.GetLibraryGames()
at Unbroken.LaunchBox.Windows.Desktop.Processes.Scanning.ScanForGames(Boolean& hasExpiredCredentials)
at MessageExpression.OrderInvalidPool(Boolean& hasExpiredCredentials, MessageExpression )
at Unbroken.Stubs.ExceptionStub.ExcludeCompositeAdvisor(List1& reference) at ParameterRules.OrderInvalidPool(List1& reference, ParameterRules )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.MainViewModel.<>c.WriteCompositeCode()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CancelStatelessParameter(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ReadMultipartDic()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

10:26:23 PM Exception

It forces Launchbox to close. I have Launchbox set to import on boot so this is making it impossible to use Launchbox. I’ll try to see if I can find the config file and stop the importing.

Comments (46)

  1. Josh Warren reporter
    • edited description

    I was able to turn off importing at launch, then turned off just Amazon - the other storefronts appear to be importing OK.

  2. Log in to comment