Hey Scott,
Sorry to bother you again, but it seems like the svc.search command stopped working again. It worked perfectly fine last night, but now when I try to run it again without making any changes I get:
DALQueryError: cannot read properties file (dalserver.properties)
To be clear, here are the relevant commands
DEF_ACCESS_URL = "
https://datalab.noao.edu/sia/ls_dr7" # DES SIA service URL
svc = sia.SIAService(DEF_ACCESS_URL)
ra,dec = 133.68635,4.301955
fov=0.05
imgTable = svc.search((ra,dec),(fov,fov), verbosity=2).to_table()
This should be identical to my original question except I added the s in the right place.