skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.

Home Page:https://docs.skrape.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] Unable to use HttpFetcher and/or AsyncFetcher with ktor

aaulia opened this issue · comments

As the title suggest, I'm unable to use HttpFetcher and/or AsyncFetcher from ktor, only BrowserFetcher works. Everytime I tried using HttpFetcher / AsyncFetcher, I got java.lang.NoClassDefFoundError: io/ktor/utils/io/NativeUtilsJvmKt.