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 has been archived by the owner on May 12, 2023. It is now read-only.
When requesting "all" products via the GetAllAsync method, the method doesn't respond anymore after 2 requests per 100 items or after 13 requests per 10 items
The text was updated successfully, but these errors were encountered:
@pardahlman it seems that the serialization to JSON can't handle null values for a metric type
Newtonsoft.Json.JsonSerializationException: Error converting value {null} to type 'System.Single'. Path 'amount', line 1, position 1396. ---> System.InvalidCastException: Null object cannot be converted to a value type.
denhul
changed the title
GetAllAsync doesn't respond
Serialization error for a metric type containing null
Feb 13, 2019
When requesting "all" products via the GetAllAsync method, the method doesn't respond anymore after 2 requests per 100 items or after 13 requests per 10 items
The text was updated successfully, but these errors were encountered: