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 Jan 9, 2023. It is now read-only.
On some recurring calls, Deserialize errors happens. Any clue why it happen and when the issue will be solved ?
Unexpected character encountered while parsing value: <. Path '', line 0, position 0. Smartsheet.Api.SmartsheetException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
---> Smartsheet.Api.Internal.Json.JsonSerializationException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
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.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonSerializer.Deserialize[T](JsonReader reader)
at Smartsheet.Api.Internal.Json.JsonNetSerializer.deserialize[T](StreamReader inputStream)
--- End of inner exception stack trace ---
at Smartsheet.Api.Internal.Json.JsonNetSerializer.deserialize[T](StreamReader inputStream)
at Smartsheet.Api.Internal.AbstractResources.HandleError(HttpResponse response)
--- End of inner exception stack trace ---
at Smartsheet.Api.Internal.AbstractResources.HandleError(HttpResponse response)
at Smartsheet.Api.Internal.AbstractResources.ListResourcesWithWrapper[T](String path)
at Smartsheet.Api.Internal.UserResourcesImpl.ListUsers(IEnumerable`1 emails, IEnumerable`1 includes, PaginationParameters paging)
at Smartsheet.Api.Internal.UserResourcesImpl.ListUsers(IEnumerable`1 emails, PaginationParameters paging)
Or while calling ListColumns :
An unexpected error has occurred. Please contact the Support team at https://help.smartsheet.com/contact for assistance. Smartsheet.Api.InvalidRequestException: An unexpected error has occurred. Please contact the Support team at https://help.smartsheet.com/contact for assistance.
at Smartsheet.Api.Internal.AbstractResources.HandleError(HttpResponse response)
at Smartsheet.Api.Internal.AbstractResources.ListResourcesWithWrapper[T](String path)
at Smartsheet.Api.Internal.SheetColumnResourcesImpl.ListColumns(Int64 sheetId, IEnumerable`1 include, PaginationParameters paging, Nullable`1 level)
The text was updated successfully, but these errors were encountered:
On some recurring calls, Deserialize errors happens. Any clue why it happen and when the issue will be solved ?
Or while calling ListColumns :
The text was updated successfully, but these errors were encountered: