GithubHelp home page GithubHelp logo

Comments (11)

christian-draeger avatar christian-draeger commented on June 12, 2024 4

I will have a look this week

from skrape.it.

christian-draeger avatar christian-draeger commented on June 12, 2024 3

Support will be released within the next few days.
I just merged a PR we already got a while ago. Means current Snapshot version will support ktor2 already

from skrape.it.

cjguttormsson avatar cjguttormsson commented on June 12, 2024 3

Just tried out 1.3.0-alpha.1, worked great for me!

from skrape.it.

UKMIITB avatar UKMIITB commented on June 12, 2024 2

@christian-draeger
When is the final version 1.3.0 coming out ?
I can still see only 1.3.0-alpha.1 in maven central

from skrape.it.

cjguttormsson avatar cjguttormsson commented on June 12, 2024 1

I've run into an issue due to this. I was getting java.lang.ClassNotFoundException: io.ktor.client.features.HttpTimeout, and it turns out that that's due to a conflict between the 1.x.x version of ktor (from skrape.it) and the 2.x.x version of ktor (which I was using directly). Updating to ktor 2 would be appreciated, so that I and others can use the latest versions of both libraries simultaneously.

from skrape.it.

christian-draeger avatar christian-draeger commented on June 12, 2024 1

released version 1.3.0-alpha.1 to maven central.
will play around with it a bit more and afterwards release 1.3.0

if anyone else wants to try out version 1.3.0-alpha.1 in the meantime, it would be greatly appreciated. :)

from skrape.it.

iMemon avatar iMemon commented on June 12, 2024 1

I have experimented with 1.3.0-alpha.1 because my project was already using Ktor 2.0. Seems like it is working fine.
But I was getting the error mentioned in the following image

Screenshot 2022-08-04 at 3 16 34 AM

So I needed to add resources.excludes.add("mozilla/public-suffix-list.txt") in the packagingOptions

So now packagingOptions will be like this:

packagingOptions {
    resources.excludes.add("META-INF/DEPENDENCIES")
    resources.excludes.add("mozilla/public-suffix-list.txt")
  }

Then I checked if this error is occuring in previous version or not. Found that:

  • 1.1.6 needs only "META-INF/DEPENDENCIES"
  • After that we need to add both "META-INF/DEPENDENCIES" and "mozilla/public-suffix-list.txt"

from skrape.it.

christian-draeger avatar christian-draeger commented on June 12, 2024 1

Great I will release as final 1.3.0 version soon

from skrape.it.

aaulia avatar aaulia commented on June 12, 2024

Just want to chime in, that using Ktor 2.x.x with current version of skrape will broke AsyncFetcher and HttpFetcher (due to incompatibility mentioned by @cjguttormsson)

from skrape.it.

christian-draeger avatar christian-draeger commented on June 12, 2024

Thx for verifying

from skrape.it.

slott avatar slott commented on June 12, 2024

Any news here? I just discovered scrape.it and 1.3.0-alpha.1 seems to work like a charm. Wondering whats holding up a proper release ?

from skrape.it.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.