I am trying to do a simple geocode operation that I have been able to do many times in the past. This simple code no longer works, because it returns this output. {'States': [], 'Counties': [], '2020 Census Blocks': [], 'Census Tracts': []}. What could possibly explain this? I have run this code many times in the past and I have never seen this before.
import censusgeocode as cg
census = cg.coordinates(x=40.81918, y=-83.29061)
census