Update arcgis python API to 2.4.0 last week, now I can't seem to make FeatureLayerCollection.manager.add_to_definition() work.
I have this script which ran perfectly fine before where I added a layer or table to a FeatureLayerCollection: flc.manager.add_to_definition(dict). Where dict contains info about the layer in question.
Now I get this error:
Exception: Invalid URL
Invalid URL
(Error Code: 400)
What's wrong here?
Thanks.