Template created with "?interpret" has stopped with this error: ---begin-message--- The following has evaluated to null or missing: ==> rss.fetch(address) [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)->Source Code of 6126b780-34f6-4679-a657-38cb5458d6f8" at line 25, column 20] ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #local getRSS = rss.fetch(address) [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)->Source Code of 6126b780-34f6-4679-a657-38cb5458d6f8" in macro "generateGetterFluxRSS" at line 25, column 3] - Reached through: @generateGetterFluxRSS address="http:... [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)->Source Code of 6126b780-34f6-4679-a657-38cb5458d6f8" at line 6, column 5] - Reached through: @sourceInterpreter [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)" at line 5, column 1] ---- ---end-message--- ---- FTL stack trace ("~" means nesting-related): - Failed at: @sourceInterpreter [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)" at line 5, column 1] ----
- Failed at: @sourceInterpreter [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)" at line 5, column 1]
Caused by :
The following has evaluated to null or missing: ==> rss.fetch(address) [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)->Source Code of 6126b780-34f6-4679-a657-38cb5458d6f8" at line 25, column 20] ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #local getRSS = rss.fetch(address) [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)->Source Code of 6126b780-34f6-4679-a657-38cb5458d6f8" in macro "generateGetterFluxRSS" at line 25, column 3] - Reached through: @generateGetterFluxRSS address="http:... [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)->Source Code of 6126b780-34f6-4679-a657-38cb5458d6f8" at line 6, column 5] - Reached through: @sourceInterpreter [in template "Source (6126b780-34f6-4679-a657-38cb5458d6f8)" at line 5, column 1] ----