Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Issue call is failing from today #55

Open
srinilakshmi opened this issue Sep 8, 2020 · 0 comments
Open

Search Issue call is failing from today #55

srinilakshmi opened this issue Sep 8, 2020 · 0 comments

Comments

@srinilakshmi
Copy link

Hi,

I have been using the version of nuget package Jira.SDK 1.2.25 and is working fine for us, all we are doing is passing a jql and getting the issues list. but not sure what happened, am started to get the following error when SearchIssue method is called

"Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
Source=Newtonsoft.Json
from stack trace it is coming from
at Newtonsoft.Json.JsonTextReader.ParseValue()

at Newtonsoft.Json.JsonTextReader.Read()

at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)

at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)

at Jira.SDK.JiraClient.DeserializeIssues(String json)

at Jira.SDK.JiraClient.GetIssues(String url, Dictionary2 parameters, Dictionary2 keys)

at Jira.SDK.JiraClient.SearchIssues(String jql, Int32 maxResults)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant