FMLuna - RequestPathComponents

I’m testing the FMLuna project and when I Run it it stops at:

// Get the name of the entity being referenced, and remove any underscores.
Dim entityName As String = Replace(RequestPathComponents(1), “_”, “”)

What can I do to get this running?

You’ll have to give us more than that. Look in the variables section of the debugger and tell us what the Exception is.

Sorry, new at Xojo :slight_smile:

Its a OutOfBoundsExeption

I think I got it, my eset virus scanner blocks everything of the webproject ! I turned everything off and now the project runs!

That means that the RequestPathComponents array didn’t have enough values. If you run into this again, check that property and see what (if anything) it contains.

Thanks :slight_smile: