We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
User Profile
setycz
Explorer | Level 3
Joined 2 years ago
User Widgets
Posts & Replies
Re: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
Hello Greg-DB, I have reproduced the issue today and submitted the request as you suggested. It was actually pretty hard to reproduce it today, it took 1432 requests. I'll also post the data you ...987Views0likes3CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
From some reason I cannot submit the whole log here, the response always disappears, but this is the last part when the error occures: >>> {"cursor":"AAGmaZLashey-WU8HQ9czOJastcCmM45E3KvS3SXWKgGyuh...7.9KViews0likes6CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
And this is output when the error happens: >>> {"members":[{".tag":"email","email":"CENSORED"}]} <<< [{".tag": "member_info", "profile": "CENSORED", "role": {".tag": "team_admin"}}] >>> {"path":"/T...7.9KViews0likes0CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
And this is the output when the error occures: >>> {"members":[{".tag":"email","email":"CENSORED"}]} <<< [{".tag": "member_info", "profile": "CENSORED", "role": {".tag": "team_admin"}}] >>> {"path"...7.9KViews0likes0CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
This is the sample code: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Drop...7.9KViews0likes0CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
This is the sample code: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Drop...7.9KViews0likes0CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
This is the sample code: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Drop...7.9KViews0likes0CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
Hello, bellow you can find the sample sourcecode: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using Syste...7.9KViews0likes0CommentsRe: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
Hello, this is a sample app: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading...7.9KViews0likes0CommentsNewtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E
Dear support, since 20th May we have started to encounter random failures when invoking `DropboxClient.Files.ListFolderAsync` function, see the following stacktrace: Newtonsoft.Json.JsonR...8.8KViews0likes15Comments