Can you please tell us which format you're reading, as well as post the entire log.
It does look like something you might want to send to Safe support.
Hi david_r
I am using format: Esri ArcGIS Server Feature Service
Actually this pipeline was running accurately 2, 3 days ago but now its showing this python error.
I have attached log file.
Also can you please tell me is there a way I can generate python script of it? This is using python interpretor
Hi david_r
I am using format: Esri ArcGIS Server Feature Service
Actually this pipeline was running accurately 2, 3 days ago but now its showing this python error.
I have attached log file.
Also can you please tell me is there a way I can generate python script of it? This is using python interpretor
I was able to reproduce the same error with FME 2022 when connecting to https://mapservices.weather.noaa.gov/tropical/rest/services/tropical/NHC_tropical_weather_summary/MapServer/ and reading the layer "Seven-Day Probability Outlook Line". It might well be a bug, but it might also be something that's problematic with this particular layer.
My recommendation is that you forward the issue to your FME reseller (or Safe support directly), pointing to this thread.
@safesoftware safesoftware Can you please help?
@safesoftware safesoftware
same error trying to access to this dataset
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 any FME Form 2024 version earlier than 2024.2, you can read ArcGIS Server Feature Services by using the Esri ArcGIS Connector FME package (https://hub.fme.co/publishers/safe/packages/esri-agol/).
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.