Hi,
I am currently working on the level 2 capstone developer project. As other users have previously reported, I am also seeing an empty table after attempting to load the remote “getOptionRef” table in section 1.5. Before making this query, I loaded “uniqueOpts” as a list of symbol (verified to be type “11h”) and called the API using this list. It returns an empty table. Additionally, this environment state causes the “testSection[`exercise1]” section 1.3 test to fail, despite “uniqueOpts” being in the required form.
[Screenshot output order: 1 - uniqueOpts symbol list. 2 - `getOptionRef query on external server. 3 - testSection[`exercise1] results]
I’ve also found that the test for exercise 1.3 PASSES when “uniqueOpts” is in the INCORRECT form (some type of enum, coded 20h). Querying the “getOptionRef” API fails in this state (“Blocked” error).
I would appreciate some clarity on this issue.
Thank you!

