So I've posted this in gis stackexchange because I had an easier time with their code editor. Not sure if it's against rules to post a link to that post, but I'm gonna do it anyway...
python 3 - ArcPy AddGeometryAttributes and CalculateGeometryAttributes return Traceback OSError: "data" does not exist - Geographic Information Systems Stack Exchange
Essentially I'm having a problem as in the title here. Not sure what's going on and could use some help troubleshooting. I'll post the error below, but if you'd like to see my code please use the link above since trying to paste the code neatly here is a nightmare.
Error:
12 error --- Traceback (most recent call last):
File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\AddGeometryAttributes.py", line 396, in <module>
addGeomAtts = AddGeometryAttributes(fc, geomProperties, lUnit, aUnit, cs)
File "c:\program files\arcgis\pro\Resources\ArcToolbox\scripts\AddGeometryAttributes.py", line 30, in __init__
desc = arcpy.Describe(fc)
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 1287, in Describe
return gp.describe(value, data_type)
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 384, in describe
self._gp.Describe(*gp_fixargs(args, True)))
OSError: "WY_testing.gdb\blobs_exp" does not exist
Failed to execute (AddGeometryAttributes).