HansBrende commented on issue #139: ANY23-441 Upgrade JSoup version from 1.11.3 to 1.12.1 URL: https://github.com/apache/any23/pull/139#issuecomment-525963784 @panthony looks the same issue is present in jsoup v1.12.1, albeit with a different error: > Exception in thread "main" org.jsoup.UncheckedIOException: java.io.IOException: No buffer left to unconsume at org.jsoup.parser.CharacterReader.unconsume(CharacterReader.java:111) at org.jsoup.parser.TokeniserState$41.read(TokeniserState.java:877) at org.jsoup.parser.Tokeniser.read(Tokeniser.java:57) at org.jsoup.parser.TreeBuilder.runParser(TreeBuilder.java:55) at org.jsoup.parser.HtmlTreeBuilder.parseFragment(HtmlTreeBuilder.java:126) at org.jsoup.parser.Parser.parseFragment(Parser.java:140) Caused by: java.io.IOException: No buffer left to unconsume ... 7 more
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services