bamlab / flashlight

📱⚡️ Lighthouse for Mobile - audits your app and gives a performance score to your Android apps (native, React Native, Flutter..). Measure performance on CLI, E2E tests, CI...
https://docs.flashlight.dev
MIT License
1.22k stars 29 forks source link

flashlight test fails with API call to Github error #268

Closed Almouro closed 8 months ago

Almouro commented 8 months ago

Call to Github is made to check latest Flashlight version, but errors with a very long message

    data: {
      message: "API rate limit exceeded for 195.135.98.90. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
      documentation_url: 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'
    }
Almouro commented 8 months ago

Fixed in 0.17.2 🥳