Giter VIP home page Giter VIP logo

Comments (6)

sholladay avatar sholladay commented on May 11, 2024

That sounds awfully low. I'm pretty sure I am receiving larger JSON responses without issue.

Could you make a reproducible example?

from ky-universal.

xmflsct avatar xmflsct commented on May 11, 2024

@sholladay Indeed, and I don't know how to debug further.

See https://gist.github.com/xmflsct/0b830907422cf307c62d838bacab1f1b

I create this to run locally. When I run it, I see no console output, though the program exists. But if I remove some values from the sys.id[in], I can see console output without a problem.

For my case, I run ky on a serverless function, and there it hangs without properly exists.

from ky-universal.

sholladay avatar sholladay commented on May 11, 2024

I tried your gist, but used ky instead of ky-universal (easier to load from unpkg.com in the browser) and I got a successful console log. If it's not working for you, my guess is it's due some problem within ky-universal and one of its dependencies, as opposed to ky itself. Maybe node-fetch?

Could you provide more details about your environment (serverless platform and runtime version, etc.) and also try it with just ky?

from ky-universal.

xmflsct avatar xmflsct commented on May 11, 2024

Hmm, interesting.

I am building a Gatsby site hosted on Zeit Now and their serverless function. I do use only ky for my client side call to server side API hosted on Zeit Now which then I use ky-universal as I assume the different use case between them. Am I correct? Or I should use got instead?

My client side ky is pretty simple, a call to the API and get a very simple JSON response. On server side, ky-universal calls to in my case Contentful, which in above gist shows that sometime the response can be "long".

from ky-universal.

sholladay avatar sholladay commented on May 11, 2024

Duplicate of #8

from ky-universal.

sholladay avatar sholladay commented on May 11, 2024

Pretty sure this is a node-fetch bug related to how it uses streams. See discussion and linked issues in #8 for details.

I provided a workaround in #8 (comment) that you may want to look at. If you use it, please let me know if it solves the problem for you.

from ky-universal.

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.