You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
they first saw an error about tags that were part of the tag index not being part of the tag index
they reset the tag index link
they refreshed the page and tried saving the page
they were faced with an infinite loading screen
EDIT: one suspicion is that the production tag index has gotten into a weird state
trying to save a book with the example index (with the same tag) works, but causes an infinite loading screen with the production index
EDIT: ok wtf why can i make requests to query the example tag index BUT NOT the production tag index ???
only other thing i can think of is this sheet could be getting rate limited because of some bad code that keeps requesting, but then pinging the sheet wouldn't work so i'm pretty shtumped, probably gonna try again later
EDIT: IT'S WORKING NOW?????
The text was updated successfully, but these errors were encountered:
happening to someone working on cataloging
EDIT: one suspicion is that the production tag index has gotten into a weird state
trying to save a book with the example index (with the same tag) works, but causes an infinite loading screen with the production index
EDIT: ok wtf why can i make requests to query the example tag index BUT NOT the production tag index ???
GET request on this (w/ a bearer token) works:
https://sheets.googleapis.com/v4/spreadsheets/17JPwEnhxwKDvSITn6fWcj-D8ZXL2MAcVmOCgu8tmjes/values:batchGet?ranges=Tag+Index+Index
this doesn't (503 error):
https://sheets.googleapis.com/v4/spreadsheets/1EfwBhY56M8OwgVjFTWxxxdoIxK8osw2vfgsXnCyGGuA/values:batchGet?ranges=Tag+Index+Index
only difference is the spreadsheet ID
also only happening for
values:batchGet
endpoint thus far, pinging the sheets w a get request both workhttps://sheets.googleapis.com/v4/spreadsheets/1EfwBhY56M8OwgVjFTWxxxdoIxK8osw2vfgsXnCyGGuA
https://sheets.googleapis.com/v4/spreadsheets/17JPwEnhxwKDvSITn6fWcj-D8ZXL2MAcVmOCgu8tmjes
EDIT:
what's EVEN STRANGER is i made a copy of the prod sheet and tried querying and IT'S STILL FAILING to make a request???probably had an outdated bearer token earlier, but making a copy of the sheet and querying works
copied prod sheet: https://docs.google.com/spreadsheets/d/16Hhis04MXK8LdyVwmVqIQ1vSOzCDvBXZ9kSKp35kjZ4/edit#gid=2043733353
request URL: https://sheets.googleapis.com/v4/spreadsheets/16Hhis04MXK8LdyVwmVqIQ1vSOzCDvBXZ9kSKp35kjZ4/values:batchGet?ranges=Tag+Index+Index
only other thing i can think of is this sheet could be getting rate limited because of some bad code that keeps requesting, but then pinging the sheet wouldn't work so i'm pretty shtumped, probably gonna try again later
EDIT: IT'S WORKING NOW?????
The text was updated successfully, but these errors were encountered: