My channel won't load - Where is my problem?

I can’t figure it out where I went wrong in the coding, can someone help me get my channel loaded? I click on it to load the channel, and it gives me the poster icon, and says loading…
But I can’t get farther than that screen.
categoryfeed.brs - conn.UrlPrefix = “https://ia601004.us.archive.org/6/items/devonsserver
conn.UrlCategoryFeed = conn.UrlPrefix + “/categories.xml”

themind.xml - <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

1

1

Amaretto Bread Pudding 10001 Talk SD mp4 SD 1500 [https://ia601004.us.archive.org/6/items/devonsserver/paws%2520and%2520claws.mp4](https://ia601004.us.archive.org/6/items/devonsserver/paws%2520and%2520claws.mp4) Authentic New Orleans Amaretto Bread Pudding. Bread Puddings 420

globalissues.xml - <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

1

1

Apple Cream Soda Bread Pudding 10011 Talk SD mp4 SD 1500 [https://ia601004.us.archive.org/6/items/devonsserver/paws%2520and%2520claws.mp4](https://ia601004.us.archive.org/6/items/devonsserver/paws%2520and%2520claws.mp4) Authentic NO,LA Apple Cream Soda Bread Pudding" Momma Rocks Cakes 468

categories.xml - <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<banner_ad sd_img=“https://ia601004.us.archive.org/6/items/devonsserver/images%2FOverhang_Background_SD.png” hd_img=“https://ia601004.us.archive.org/6/items/devonsserver/images%2FOverhang_Background_HD.png”/>

Anything else I need to include? I changed some things and ran debugger, and this is the report I got -
created feed connection for https://ia601004.us.archive.org/6/items … gories.xml
url: https://ia601004.us.archive.org/6/items … gories.xml
Took: 230ms
Can’t parse feed
BrightScript Micro Debugger.
Enter any BrightScript statement, debug commands, or HELP.

Current Function:
034: Function get_category_names(categories As Object) As Dynamic
035:
036: categoryNames = CreateObject(“roArray”, 100, true)
037:
038: for each category in categories.kids
039: 'print category.Title
040: categoryNames.Push(category.Title)
041: next
042:
043: return categoryNames
044:
045: End Function
Syntax Error. (runtime error &h02) in …/pkg:/source/categoryFeed.brs(38)

038: for each category in categories.kids
Backtrace:
Function get_category_names(categories As ) As
file/line: /tmp/plugin/LDBAAAyWp…/pkg:/source/categoryFeed.brs(38)
Function initcategorylist() As
file/line: /tmp/plugin/LDBAAAyWpFPY/pkg:/source/appHomeScreen.brs(112)
Function showhomescreen(screen As ) As Integer
file/line: /tmp/plugin/LDBAAAyWpFPY/pkg:/source/appHomeScreen.brs(39)
Function main() As
file/line: /tmp/plugin/LDBAAAyWpFPY/pkg:/source/appMain.brs(20)

Local Variables:
categories &h0010 bsc:roInvalid, refcnt=1
global &h0020 rotINTERFACE:ifGlobal
m &h0010 bsc:roAssociativeArray, refcnt=3
categorynames &h0010 bsc:roArray, refcnt=1
category &h0000 val:Uninitialized
Thanks so much!
Devon