Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

error while putting sheet url #183

Closed
mukesh551 opened this issue Apr 10, 2020 · 2 comments
Closed

error while putting sheet url #183

mukesh551 opened this issue Apr 10, 2020 · 2 comments

Comments

@mukesh551
Copy link

main.js?attr=iAfsT-K7U4kMN2MyBwm_w2sWjVfCX2Uyp2i7FkZQ-anzH3-GC6H5dfXlY3Qf1_THADfTO-p_r6b9mjsaP2grOw:1061 GET https://spreadsheets.google.com/feeds/worksheets/e/2PACX-1vS5NvsaHZovoYeTzJ7rRqe5jsuRrdx5XnJVsIAZtQVdFzJ57wwaKR9EZBC_WZLrUVPj3um0h2PeP9zH/public/basic?alt=json 404
window.XMLHttpRequest.send @ main.js?attr=iAfsT-K7U4kMN2MyBwm_w2sWjVfCX2Uyp2i7FkZQ-anzH3-GC6H5dfXlY3Qf1_THADfTO-p_r6b9mjsaP2grOw:1061
xhrFetch @ tabletop.js:201
requestData @ tabletop.js:177
fetch @ tabletop.js:159
h @ tabletop.js:137
h.init @ tabletop.js:146
init @ 1url&pdfupdate.html:21
Show 1 more frame
tabletop.js:197 SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse ()
at XMLHttpRequest.s.onload (tabletop.js:195)
s.onload @ tabletop.js:197
load (async)
xhrFetch @ tabletop.js:192
requestData @ tabletop.js:177
fetch @ tabletop.js:159
h @ tabletop.js:137
h.init @ tabletop.js:146
init @ 1url&pdfupdate.html:21
Show 1 more frame
tabletop.js:327 Uncaught TypeError: Cannot read property 'feed' of undefined
at h.loadSheets (tabletop.js:327)
at XMLHttpRequest.s.onload (tabletop.js:199)

@njlatcham
Copy link

njlatcham commented Apr 14, 2020

tabletop.min.js:formatted:154 Uncaught TypeError: Cannot read property 'length' of undefined
at h.loadSheets.

I think I am getting the same type of error here, where it reaches the loadSheets function, and in the loop, n = t.feed.entry.length, something isn't defined. Im not sure what the issue is here but it wasn't happening a week ago, and as I try to create new spreadsheets this is the error I always get. With my previous spreadsheet from last week, everything seems to work fine. I've tried using the share link, the publish to web link and the regular URL of my newer google docs and all seem to fail either the GET request or I receive the error I pasted above

@jsoma
Copy link
Owner

jsoma commented Apr 21, 2020

I'll note here that it's probably worth looking at #184 for people who are having similar trouble. It looks like it's a game of picking the right options when publishing (or re-publishing?) sheets.

@jsoma jsoma closed this as completed Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants