Requests to bundlesize-store are failing
See original GitHub issueDo 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
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:
- Created 5 years ago
- Comments:16 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
bundlesize2
instead ofbundlesize
--enable-github-checks
+ authorize bundlesize2 app. More in the docsBUNDLESIZE_GITHUB_TOKEN
from your CI nowNote: This is only until the new version is ready and then it will be merged back in this project as a major release
No updates yet. One of these days…