Code Monkey home page Code Monkey logo

Comments (6)

rickeyvisinski-kanban avatar rickeyvisinski-kanban commented on August 17, 2024

This is still an issue in 0.10 on scala 2.10

from reboot.

n8han avatar n8han commented on August 17, 2024

Could you provide some code to demonstrate what you're seeing?

from reboot.

rickeyvisinski-kanban avatar rickeyvisinski-kanban commented on August 17, 2024

Not sure if I am missing something obvious, but here is a simple test case.

https://gist.github.com/rickeyvisinski-kanban/5399383

from reboot.

n8han avatar n8han commented on August 17, 2024

This works as expected in 0.10, just tested it.

@rickeyvisinski-kanban I stepped through some of your code in the console. The first problem I ran into is that the response for that URL is a 302 redirect, and OK will only accept a 20x response. A StatusCode exception would be produced if you applied the promise (which seems like a better option than Thread.sleep for preventing early termination of the program).

After I added a www subdomain the request succeeded, but the jsoup extraction didn't seem to find anything. I would encourage using the console to test out this kind of service interaction before coding it into a larger program, where errors are harder to pin down.

from reboot.

rickeyvisinski-kanban avatar rickeyvisinski-kanban commented on August 17, 2024

Hey,

Thanks for taking the time to look at this. Apparently I didn't vet the test case I threw together enough. The actual application fetches tarballs from an internal server and writes them out for processing, which unfortunately isn't testable for anyone else.

The app also used buffered writer instead of file writer which cause the program to terminate before the buffer was flushed, hence the thread sleep.

I will try to make a better test case this weekend because it still seems like I am missing something having to apply the promise in order to process the list.

Let me know if you think the mailing list would be a better place for this.

from reboot.

n8han avatar n8han commented on August 17, 2024

Yep, you'll find a wider audience on the mailing list.

from reboot.

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.