|
|
@ -111,7 +111,7 @@ public class ReplyHttpCall extends HttpCall { |
|
|
|
|
|
|
|
|
|
|
|
Matcher errorMessageMatcher = ERROR_MESSAGE.matcher(result); |
|
|
|
Matcher errorMessageMatcher = ERROR_MESSAGE.matcher(result); |
|
|
|
if (errorMessageMatcher.find()) { |
|
|
|
if (errorMessageMatcher.find()) { |
|
|
|
errorMessage = Jsoup.parse(errorMessageMatcher.group(1)).body().ownText().replace("[]", ""); |
|
|
|
errorMessage = Jsoup.parse(errorMessageMatcher.group(1)).body().text(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
Matcher threadNoMatcher = THREAD_NO_PATTERN.matcher(result); |
|
|
|
Matcher threadNoMatcher = THREAD_NO_PATTERN.matcher(result); |
|
|
|
if (threadNoMatcher.find()) { |
|
|
|
if (threadNoMatcher.find()) { |
|
|
|