We are programmatically calling the PageSpeed Insights API for an internal list of websites. The majority of the time it works fine, but at seemingly random times we are getting the error "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential..." When the error occurs we log the url that was used for the request as well as the error. As a result I can copy the exact url that generated the error and paste it into a browser (or Postman), https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://www.xyzsite.com/&strategy=mobile&locale=en&key={validAPIkey} for instance, and get a valid response. The fact that the same API key is being used for all requests I know it's valid so I have no idea what might be causing this error. Has anyone else run into this? Does anyone have any idea what might be causing this error to occur on a seemingly random basis?
PageSpeed Insights API returning 401 error at seemingly random times
355 Views Asked by existentialist At
1
There are 1 best solutions below
Related Questions in PAGESPEED
- Setting an expiry date or a maximum age in the HTTP headers (Zope infrastructure)
- google PageSpeed Insights inconsistent result
- W3 Total Cache Wordpress plugin disturbing my page layout
- Critical css, above the fold content and rendered views
- Why do Images take forever to load?
- Polymer website "breaks" Pagespeed Insights
- Optimize CSS file size too big
- How to avoid render-blocking css via scroll-down media query
- Avoid render-blocking CSS/JS outside direct control
- Does wordpress site need optimization
- Compression svg file for website optimization
- Google servers see website differently
- .htaccess automatically update to old htaccess after 20 seconds
- Error loading SVG - ERR_CONTENT_DECODING_FAILED
- Long wait time on page load
Related Questions in PAGESPEED-INSIGHTS
- PageSpeed Insights wrongly reporting cache policy?
- Want to pass multiple enum values for PageSpeed Insights API
- Is it possible to set cookies to Page Speed Insights tests?
- Can I rely on Google Lighthouse reports (especially for mobile sites)?
- Why does PageSpeed Insights keeps returning a high TTI (Time to Interactive) for a simple game?
- Lighthouse & pagespeed insights performance score is inconsistent
- Java- How to store Parsing nested json data into Java list
- Google Webfonts destroys CLS score (FOUT)
- PageSpeed Insights: Server-side rendering or Client-side rendering?
- Page Speed shows high score only first time
- get screenshot from PageSpeed Insights, using javascript
- How to improve LCP score of website where h1 is the largest contentful element painted within the viewport
- What are causes of the differece between CoreWebVitals assessment and PageSpeen Insights performance grade?
- PageSpeed Insights / Lighthouse / Unlighthouse all gives differents results
- How to satisfy Accessibility in PageSpeed Insight with a link that contains both an image and text?
Related Questions in MOD-PAGESPEED
- Install google mod- pagespeed on elastic beanstalk on every instance added
- Mod_pagespeed do not work for make_google_analytics_async
- Does Google's mod_pagespeed provide auto versioning of CSS and js files?
- mod_pagespeed not deferring javascript
- Is it possible to change the base url in mod_pagespeed to use https
- Cannot access phpmyadmin after installing mod_pagespeed on centos
- Optimize Images for Google Page Speed
- pagespeed mod errors - Attempt to destroy unknown SHM segment
- mod_pagespeed rewrite just path, using the same domain
- Mod pagespeed: Prevent deferring specific js file
- mod_pagespeed: Combine Javascript, CSS not working with SSL
- Install mod_pagespeed under nginx on gentoo
- What does mod_pagespeed beacon do?
- Google PageSpeed - Eliminate render-blocking CSS
- Mod_pagespeed is enabled. FileCachePath must not be empty:
Related Questions in GOOGLE-PAGESPEED-INSIGHTS-API
- Want to pass multiple enum values for PageSpeed Insights API
- Java- How to store Parsing nested json data into Java list
- How to retrieve 'Properly size images' opportunity information from JSON returned by Google PageSpeed Insights API?
- Google Page Speed Error - Lighthouse returned error: This request took too long to render
- Using PageSpeed Insights API from GAS makes error
- How to get the mobile and desktop API path in page speed insights?
- Find score inside json result of PageSpeed Insights API v5
- Add 'preload' with the fonts in Wordpress
- Geting a ? Performance score in page insights
- PageSpeed Insights API returning 401 error at seemingly random times
- Difference between PagespeedInsights and Lighthouse
- What is the difference between observedLargestContentfulPaint and largestContentfulPaint in Lighthouse?
- Fetching Lighthouse metrics Data for large count of urls without using API key on Python
- Google Pageinsight LCP issue only on mobile device (Vuejs)
- Why Google Page Speed Insights show different score everytime time I analyze the website?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I also experience the same issue. As on page 5 to 10 API are called with same API key and credentials. Token is also not expired but it generate 401 randonly on different API. See attached image