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
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Basic Copy Google Sheets from the original one prompts:
Exception: Attribute provided with no value: url ImportJSONAdvanced @ ImportJSON.gs:217 ImportJSON @ ImportJSON.gs:68
when running ImportJSON.gs
and
TypeError: Cannot read property 'getRange' of null triggerAutoRefresh @ TriggerAutoRefresh.gs.gs:14
when running TriggerAutoRefresh. There is also a problem with the NFT Tracker icon. When clicking it and clicking on "Get NFT Data", it gives the error message TypeError: nftData.forEach is not a function.
Not sure how to fix these errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Basic Copy Google Sheets from the original one prompts:
Exception: Attribute provided with no value: url
ImportJSONAdvanced @ ImportJSON.gs:217
ImportJSON @ ImportJSON.gs:68
when running ImportJSON.gs
and
TypeError: Cannot read property 'getRange' of null
triggerAutoRefresh @ TriggerAutoRefresh.gs.gs:14
when running TriggerAutoRefresh. There is also a problem with the NFT Tracker icon. When clicking it and clicking on "Get NFT Data", it gives the error message
TypeError: nftData.forEach is not a function
.Not sure how to fix these errors.
The text was updated successfully, but these errors were encountered: