Python Exception <AttributeError>: 'NoneType' object has no attribute 'name'
I am facing this error, while reading the feature from dataset. This is coming in Feature Reader.
Using latest FME version 2023.0.
Question
Python Exception <AttributeError>: 'NoneType' object has no attribute 'name'
I am facing this error, while reading the feature from dataset. This is coming in Feature Reader.
Using latest FME version 2023.0.
Python Exception <AttributeError>: 'NoneType' object has no attribute 'name'
This bug occurs when reading ArcGIS Server Feature Services. Specifically, it is triggered if the server returns an attribute whose name does not match the layer schema; the error originates in the underlying python script for the ArcGIS Feature Service Format for the standalone reader and FeatureReader. This issue was resolved in FME Form 2024.2.
If you’re using a version earlier than FME Form 2024, you’ll need to use the HTTPCaller method to access ArcGIS Server Feature Services. The attached zipped workspace can read ArcGIS Server Feature Services. Please note that this workspace was created with FME Form 2023.2.4 and may require manual adjustments if you wish to open it in earlier versions of FME Form or FME Desktop.