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)