bubblewrap icon indicating copy to clipboard operation
bubblewrap copied to clipboard

Validation not Working

Open ameer1234567890 opened this issue 4 years ago • 3 comments

When running bubblewrap validate url=https://www.google.com, following error occurs:

cli ERROR Error calling the PageSpeed Insights API: Error: Failed to run the PageSpeed Insight report for https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https%3A%2F%2Fhome.ameer.io%2F&category=performance&category=pwa&category=accessibility&strategy=mobile. Server responded with status 429

ameer1234567890 avatar Nov 19 '21 10:11 ameer1234567890

Same happens when trying to access a server protected by a VPN.

Geri1590 avatar Nov 25 '21 15:11 Geri1590

Validation uses a PageSpeed Insights endpoint. If the endpoint is unreacheable, the call will fail. It doesn't stop the project from building though.

@nohe427 I' wondering about just removing validation from the build step. Thoughts?

andreban avatar Dec 02 '21 12:12 andreban

#675 removes the validation from the build step. We should also consider deprecating the validate command and package.

andreban avatar Apr 23 '22 09:04 andreban

Closed via #675

andreban avatar Aug 01 '23 09:08 andreban