question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Requests to bundlesize-store are failing

See original GitHub issue

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

Requests to https://bundlesize-store.now.sh/build?info=<info here> get a connection closed error from the server

image

This happens for both new checks all old ones which used to work

If the current behavior is a bug, please provide the steps to reproduce.

Click the link to a bundlesize summary on a github CI check

What is the expected behavior?

It should show all files which were checked and the changes to their size

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
siddharthkpcommented, Oct 27, 2020

Hey!

I’m working on a new version (1.0.0) of bundlesize that fixes most of these problems.

To not break any of the applications that use bundlesize with npx or with @latest, I’m building in a separate repo + app (until it’s ready)

If you’d like you can try it out: https://github.com/siddharthkp/bundlesize2

Migration path:

  1. Use the npm package bundlesize2 instead of bundlesize
  2. If you’d like status reported back to github, use the flag --enable-github-checks + authorize bundlesize2 app. More in the docs
  3. You can remove BUNDLESIZE_GITHUB_TOKEN from your CI now
  4. If anything breaks, let me know 😃

Note: This is only until the new version is ready and then it will be merged back in this project as a major release

1reaction
siddharthkpcommented, Apr 15, 2020

No updates yet. One of these days…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Requests.get failing when using inside function - Stack Overflow
I am using python requests library to get the ...
Read more >
Getting Started With Python Requests - DigitalOcean
The message “Response Failed” will only appear if a 400 or 500 status code returns. Try changing the URL to some nonsense to...
Read more >
Python's Requests Library (Guide)
In this tutorial, you'll learn how to: Make requests using the most common HTTP methods; Customize your requests' headers and data, using the...
Read more >
Failing to post JSON payload to Insights using Python requests
Insights Question Template mport json import requests url = 'https://insights-collector.newrelic.com/v1/accounts/XXXX/events' payload ...
Read more >
https GET request fails with "handshake failure" #2022 - GitHub
I created an Ubuntu 14.04 server 32bit Virtualbox image via Vagrant and this is all still happening except for the SSLv2 case, where...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found