Yes, the products have prices. And the domain name is the same as the the web site.
Still, the feed is empty…
I had a look in the event log, I am getting 2 errors:
Date: 27.6.2019 13.27.02
Level: ERROR
Web server: LIT-DERWEB01
Event:
Additional text encountered after finished reading JSON content: :. Path '', line 18409, position 1.
Newtonsoft.Json.JsonReaderException: Additional text encountered after finished reading JSON content: :. Path '', line 18409, position 1.
at Newtonsoft.Json.JsonTextReader.Read()
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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Litium.Studio.Extenssions.BinaryExtenssons.LoadDataJson[T](FileInfo fileInfo, Boolean throwException)
at Litium.Web.Products.PriceAgents.PriceAgentHandler.ItemHolder..ctor(Boolean refresh, WebSite webSite, IPriceAgentItemFactory itemFactory, ILogger logger)
And this one:
Date: 27.6.2019 13.27.02
Level: ERROR
Web server: LIT-DERWEB01
Event:
Value cannot be null.
Parameter name: source
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Litium.Web.Products.PriceAgents.GoogleShoppingPriceAgent.Render(TextWriter writer, IEnumerable`1 priceAgentItemResults)
at Litium.Web.Products.PriceAgents.PriceAgentHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)