d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Help Logging Auto-updating Data In Google Sheets
Prev12
Add Reply New Topic New Poll
Member
Posts: 9,980
Joined: Feb 27 2009
Gold: 0.00
Mar 23 2016 12:08pm
Quote (carteblanche @ Mar 23 2016 05:11am)
Inside storeValue you are calling storeValue. this is infinite recursion, hence the stack overflow message. You're supposed to call your import json function in there


Thats what I tried initially and it comes back with the error that importJSON is not defined. I tried again but this time using the function ImportJSON rather than importJSON and that appeared to fix the undefined issue. But now I am getting the error
Code
Error
DNS error: http://undefined (line 168).


I googled this and it brought me back to the fastfedora page I found the ImportJSON script on. Others were having the same issue when trying to use a timebased trigger it seems.

http://blog.fastfedora.com/projects/import-json (Search DNS)
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Mar 23 2016 01:11pm
Quote (Eliowns @ Mar 23 2016 02:08pm)
Thats what I tried initially and it comes back with the error that importJSON is not defined. I tried again but this time using the function ImportJSON rather than importJSON and that appeared to fix the undefined issue. But now I am getting the error
Code
Error
DNS error: http://undefined (line 168).


I googled this and it brought me back to the fastfedora page I found the ImportJSON script on. Others were having the same issue when trying to use a timebased trigger it seems.

http://blog.fastfedora.com/projects/import-json (Search DNS)


So. Do you feel skilled enough to trouble shoot and modify his code? Otherwise you'll need to find an alternative.
Member
Posts: 9,980
Joined: Feb 27 2009
Gold: 0.00
Mar 23 2016 01:21pm
Quote (carteblanche @ Mar 23 2016 12:11pm)
So. Do you feel skilled enough to trouble shoot and modify his code? Otherwise you'll need to find an alternative.


Probably not but I will tinker around with it for sure. Thanks for all of your help, I feel like I learned a bit.
Go Back To Programming & Development Topic List
Prev12
Add Reply New Topic New Poll