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
359 views Asked by existentialist At
1
There are 1 answers
Related Questions in PAGESPEED
- how to remove unused js of a page with JQuery?
- Google Tag Manager seems to slow down website (according to PageSpeed)
- Why PageSpeed Insights is not updating/changing my webpage Discover what your real users are experiencing?
- Defer in script tag not work as script evaluates before HTML is parsed
- How to set specific width and height of a div element when media queries are present in css file?
- ReferenceError: tdbMenu is not defined at HTMLDocument.<anonymous>
- Page speed insight shows FID & INP not applicable in desktop & mobile
- How to eliminate "Avoid Large Layout Shifts" for the below code?
- Error! Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)
- Slow pagespeed render delay
- How to further mitigate bad web vitals LCP results?
- How to optimize largest contentful paint time of responsive image that fills the whole screen
- How to improve my First Contentful Paint (FCP) and Largest Contentful Paint (LCP)
- script-src missing according to Google Page Speed although it's in the .htaccess
- WordPress add_action('wp_head'... not working
Related Questions in PAGESPEED-INSIGHTS
- How to disable link rel="preload" on responsive?
- PSInsights error Lighthouse unable to reliably load page request. Make sure testing correct URL and server is responding to requests. Status code: 410
- Page speed insight shows FID & INP not applicable in desktop & mobile
- React.lazy doesn't improve lighthouse or PageSpeed Insights score. Is it a problem actually?
- PagespeedInsights shows defer offscreen images even when image is lazy loaded?
- If the Core Web Vitals assessment has passed and is all green, do I need to worry about the next section, "Diagnose Performance Issues"?
- Page Speed Insights Failure
- how can i fix Largest contentful paint (lcp) issue for mobile
- How to optimize largest contentful paint time of responsive image that fills the whole screen
- "Unattributable" in reduce javascript excution time in Page Speed Insights tool? What does it mean and how to fix?
- Why PageSpeed shows Unattributable JavaScript execution time?
- Pagespeed Insights doesn't use gzip
- Poor CLS score in page speed insight and Lighthouse
- CLS issue reported in Search console but not in Pagespeed insights
- PageSpeed Insight is showing a low performance for an Angular SPA app
Related Questions in MOD-PAGESPEED
- The goal is to pass the PageSpeed test https://prnt.sc/T0edUHFsx3lC
- "Add Expires Header" is Always Zero
- Enable mod_pagespeed for a Specific Directory Instead of Entire Virtual Host
- how to deny all unexcepted host headers 403 forbidden? Apache 2.4
- mod_pagespeed hacked? random folders in /var/cache/mod_pagespeed/v3
- mod_pagespeed doesn't work consistently as I expect
- Pagespeed Failed to read cache clean timestamp /var/cache/pagespeed/!clean!time!. Doing an extra cache clean to be safe
- Getting CSP reports on www.pagespeed-mod.com
- Is it better to add a youtube link or to download and link the video file on the website in terms of performance?
- PageSpeed Insights API returning 401 error at seemingly random times
- mod_pagespeed no longer rewrite resources
- Page Speed Test Score Showing 0 or 1 for Mobile devices
- Odoo 14 on Apache2 Reverse Proxy - Pagespeed errors consistently
- Disable Apache (bulk) modpagespeed on shared hosting domains
- PageSpeed lazyload_images filter not working
Related Questions in GOOGLE-PAGESPEED-INSIGHTS-API
- PSInsights error Lighthouse unable to reliably load page request. Make sure testing correct URL and server is responding to requests. Status code: 410
- Page speed insight shows FID & INP not applicable in desktop & mobile
- PageSpeed Insights not working on mobile, but works on desktop
- How to retrieve 'Properly size images' opportunity information from JSON returned by Google PageSpeed Insights API?
- Google IP for PageSpeed Insights and issues with DNS = wrong results
- Deciding the language of Page Speed Insights
- Whats wrong with my PageSpeed Appscript code?
- Is there a quota for each IP address and is there anything we can do about it?
- Google Pagespeed insights on local host not working
- Exceeding Page Speed API Limits using async. How can i slow it down?
- How to Solve > "Reduce the impact of third-party code Third-party code blocked the main thread for 560 ms"?
- Issue getting full page Screenshot of website using PageSpeedApi and Google Apps Script
- Does PSI uses client IP to access the requested URL?
- Why is Lighthouse data reported via the PageSpeed Insights API consistently different from data reported by the Lighthouse CLI?
- How can i get webpage network title DOMContentLoaded by curl
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?
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)
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