
Strömma film
Direkt från bibliotekskatalogen eller från Cineasterna med ditt bibliotekskort
The following has evaluated to null or missing: ==> userName [in template "118468#118507#25103" at line 13, column 21] ---- 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: #assign username = userName.getData()! [in template "118468#118507#25103" at line 13, column 1] ----
1<#assign orientationDefault = "horizontal"/>
2<#if orientation?? && orientation.getData() !="">
3 <#assign orientationDefault = orientation.getData() />
4</#if>
5
6<#-- getting the data from the CDN JSON file -->
7<#function readJSON apiUrl>
8 <#assign response = httpUtilUnsafe.URLtoString(apiUrl) />
9 <#assign result = jsonFactoryUtil.looseDeserialize(response) />
10 <#return result />
11</#function>
12<#assign data = readJSON("https://cdn.axiell.com/arena/instagram/arena-instagram-tokens.json")! />
13<#assign username = userName.getData()! />
14
15<h2 class="insta">${instagramheader.getData()}</h2>
16
17<div id="instagram-feed" class="instagram-feed instagram-feed--items-${items.getData()} instagram-feed--captions-${captions.getData()} instagram-feed--display-${orientationDefault}"></div>
18<script>
19 define._amd = define.amd;
20 define.amd = false;
21</script>
22<script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
23<script>
24 define._amd = define.amd;
25 var userFeed = new Instafeed({
26 get: 'user',
27 target: "instagram-feed",
28 accessToken: "${data["tokens"][username]}",
29 limit: ${items.getData()},
30 template: '<a target="_blank" href="{{link}}"><img src="{{image}}" alt="{{type}}'+' from '+'{{username}}'+' Instagram"/><span>"{{caption}}"</span></a>'
31 });
32 userFeed.run();
33</script>
The following has evaluated to null or missing: ==> userName [in template "118468#118507#25103" at line 13, column 21] ---- 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: #assign username = userName.getData()! [in template "118468#118507#25103" at line 13, column 1] ----
1<#assign orientationDefault = "horizontal"/>
2<#if orientation?? && orientation.getData() !="">
3 <#assign orientationDefault = orientation.getData() />
4</#if>
5
6<#-- getting the data from the CDN JSON file -->
7<#function readJSON apiUrl>
8 <#assign response = httpUtilUnsafe.URLtoString(apiUrl) />
9 <#assign result = jsonFactoryUtil.looseDeserialize(response) />
10 <#return result />
11</#function>
12<#assign data = readJSON("https://cdn.axiell.com/arena/instagram/arena-instagram-tokens.json")! />
13<#assign username = userName.getData()! />
14
15<h2 class="insta">${instagramheader.getData()}</h2>
16
17<div id="instagram-feed" class="instagram-feed instagram-feed--items-${items.getData()} instagram-feed--captions-${captions.getData()} instagram-feed--display-${orientationDefault}"></div>
18<script>
19 define._amd = define.amd;
20 define.amd = false;
21</script>
22<script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
23<script>
24 define._amd = define.amd;
25 var userFeed = new Instafeed({
26 get: 'user',
27 target: "instagram-feed",
28 accessToken: "${data["tokens"][username]}",
29 limit: ${items.getData()},
30 template: '<a target="_blank" href="{{link}}"><img src="{{image}}" alt="{{type}}'+' from '+'{{username}}'+' Instagram"/><span>"{{caption}}"</span></a>'
31 });
32 userFeed.run();
33</script>
The following has evaluated to null or missing: ==> userName [in template "118468#118507#25103" at line 13, column 21] ---- 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: #assign username = userName.getData()! [in template "118468#118507#25103" at line 13, column 1] ----
1<#assign orientationDefault = "horizontal"/>
2<#if orientation?? && orientation.getData() !="">
3 <#assign orientationDefault = orientation.getData() />
4</#if>
5
6<#-- getting the data from the CDN JSON file -->
7<#function readJSON apiUrl>
8 <#assign response = httpUtilUnsafe.URLtoString(apiUrl) />
9 <#assign result = jsonFactoryUtil.looseDeserialize(response) />
10 <#return result />
11</#function>
12<#assign data = readJSON("https://cdn.axiell.com/arena/instagram/arena-instagram-tokens.json")! />
13<#assign username = userName.getData()! />
14
15<h2 class="insta">${instagramheader.getData()}</h2>
16
17<div id="instagram-feed" class="instagram-feed instagram-feed--items-${items.getData()} instagram-feed--captions-${captions.getData()} instagram-feed--display-${orientationDefault}"></div>
18<script>
19 define._amd = define.amd;
20 define.amd = false;
21</script>
22<script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
23<script>
24 define._amd = define.amd;
25 var userFeed = new Instafeed({
26 get: 'user',
27 target: "instagram-feed",
28 accessToken: "${data["tokens"][username]}",
29 limit: ${items.getData()},
30 template: '<a target="_blank" href="{{link}}"><img src="{{image}}" alt="{{type}}'+' from '+'{{username}}'+' Instagram"/><span>"{{caption}}"</span></a>'
31 });
32 userFeed.run();
33</script>
The following has evaluated to null or missing: ==> userName [in template "118468#118507#25103" at line 13, column 21] ---- 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: #assign username = userName.getData()! [in template "118468#118507#25103" at line 13, column 1] ----
1<#assign orientationDefault = "horizontal"/>
2<#if orientation?? && orientation.getData() !="">
3 <#assign orientationDefault = orientation.getData() />
4</#if>
5
6<#-- getting the data from the CDN JSON file -->
7<#function readJSON apiUrl>
8 <#assign response = httpUtilUnsafe.URLtoString(apiUrl) />
9 <#assign result = jsonFactoryUtil.looseDeserialize(response) />
10 <#return result />
11</#function>
12<#assign data = readJSON("https://cdn.axiell.com/arena/instagram/arena-instagram-tokens.json")! />
13<#assign username = userName.getData()! />
14
15<h2 class="insta">${instagramheader.getData()}</h2>
16
17<div id="instagram-feed" class="instagram-feed instagram-feed--items-${items.getData()} instagram-feed--captions-${captions.getData()} instagram-feed--display-${orientationDefault}"></div>
18<script>
19 define._amd = define.amd;
20 define.amd = false;
21</script>
22<script src="https://cdn.jsdelivr.net/gh/stevenschobert/instafeed.js@2.0.0rc1/src/instafeed.min.js"></script>
23<script>
24 define._amd = define.amd;
25 var userFeed = new Instafeed({
26 get: 'user',
27 target: "instagram-feed",
28 accessToken: "${data["tokens"][username]}",
29 limit: ${items.getData()},
30 template: '<a target="_blank" href="{{link}}"><img src="{{image}}" alt="{{type}}'+' from '+'{{username}}'+' Instagram"/><span>"{{caption}}"</span></a>'
31 });
32 userFeed.run();
33</script>