Caleb Scott
06/03/2024, 2:01 AMskrape(HttpFetcher) { // <-- pass any Fetcher, e.g. HttpFetcher, BrowserFetcher, ...
request {
url = "<https://example.com>"
// ... request options goes here, e.g the most basic would be url
}
response {
println(responseBody)
// do stuff with the response like parsing the response body ...
}
}
error is here, im using a discord library as well, could that be causing the issue?
7191 [DefaultDispatcher-worker-4] ERROR dev.kord.core.Kord - catching(java.lang.NoClassDefFoundError: io/ktor/client/features/HttpTimeout)
java.lang.NoClassDefFoundError: io/ktor/client/features/HttpTimeout
let me know if you need any other details to help :P