Giter Club home page Giter Club logo

Comments (3)

kjprince avatar kjprince commented on September 26, 2024

I converted this to work with WP and I'm having the same problem. I'm calling the fetcher and passing in a URL with a valid .MD file but it's not being parsed and the DOM hasn't been modified.

from flatdoc.

rstacruz avatar rstacruz commented on September 26, 2024

if anyone can help debug the issue it'd be very much appreciated.

if i were to guess it may be a rate limiting thing (github only allows a certain number of calls per hour per user)

from flatdoc.

andidev avatar andidev commented on September 26, 2024

Had the same issue, it seems that you have 60 request per hour. And if you have the developer tools open in chrome it will eat them all up quite fast after some browser refreshes. Without opening the developer tools I don't have this problem.

You can check the rate-limit left by running

curl -i https://api.github.com/users/whatever

and then the fourht line of the output will tell you have any remaining rate limit
e.g.

X-RateLimit-Remaining: 0

means it's all gone

docs about the rate limit: https://developer.github.com/v3/#rate-limiting

from flatdoc.

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.