You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
foreach (var Package in displayCatalogModel.Product.DisplaySkuAvailabilities[0].Sku.Properties.Packages[0].PackageDownloadUris)
164
+
//For some weird reason, some listings report having packages when really they don't have one hosted. This checks the child to see if the package is really null or not.
Console.WriteLine($"CRITICAL FAILURE: {message.Message}:{message.Exception.StackTrace}. StoreBot will now exit.");
27
+
awaitFile.AppendAllTextAsync("log.txt",$"[{DateTime.Now.ToString()}]CRITICAL FAILURE: {message.Message}:{message.Exception.StackTrace}. StoreBot will now exit.");
0 commit comments