RunTime Error using List Picker

Thank you. Thats very good advice. That would also explain why it fails only on the first time.

I need to do some thinking on how to perform that function .. its easy if the data is there, just continue on. But if it is not, how to handle it.. how to come up with an efficient way that works.

Thanks for all of your help. This has been a learning experience for me. I will let you know how it goes.

OK so the issue seems to have been exactly that.. the JSON file (at least for MLB Baseball) is large and probably was not finished downloading before I tried to use the file.

To test this, I did apply a band-aid and it fixed my issue. Now I just need to create an elegant permanent solution but thats just a matter of time.

Thanks Kevinkun for the walk through and helping me figure out this issue.

How are you downloading that file?
There might be an AfterDownload event you could use

Taifun