RetailMeNot / TestRailSDK

TestRail integration with Java WebDriver implementation.
MIT License
25 stars 27 forks source link

Could not instantiate object of class [com.rmn.testrail.entity.Error]: org.codehaus.jackson.JsonParseException: Unexpected character ('<' (code 60)): #56

Open namnhat opened 5 years ago

namnhat commented 5 years ago

I call the method: testRailService.addTestResultForCase(568,1901,result) and this error show up. How can I resolve this ?

adityabhargav commented 4 years ago

getting this same issue for me also ... while I've tried with java project I'm not getting this issue ,but when I'm trying as an android project ,n I'm able to get this issue...

reason:- instead of returning the JSON response its returning with HTML as a response ... "<" is the first character of html ouptput format

adityabhargav commented 4 years ago

@namnhat ... is it resolved for u ...

adityabhargav commented 4 years ago

@vinceis1337 .. kindly look @ this issue and help us out