Hello everyone,
I'm getting a Python error when trying to add a ArcGIS Online reader. I noticed this today, but can't say for sure when exactly it happened. I'm getting this error in the console log:
Creating reader for format: Esri ArcGIS Online (AGOL) Feature Service
Trying to find a PYTHON plugin for reader named `ARCGISONLINEFEATURES'
Loaded Python module `arcgisonlinefeatures' from file `C:\Program Files\FME\plugins/python27\arcgisonlinefeatures\__init__.pyc'
Python Exception <ImportError>: No module named arcgisonlineCommon
Could not create Python Reader `ARCGISONLINEFEATURES'
A fatal error has occurred. Check the logfile above for details
Failed to open the dataset '<Unused>'
DATASET INFO:
  DATASET: <Unused>
  NUMBER OF PARAMETERS: 3
    RETRIEVE_ALL_FS_NAMES = Yes
    NC = envita<space>gis<space>Esri<space>ArcGIS<space>Online
    _MERGE_SCHEMAS = YES
So it's complaining about the arcgisonlineCommon module, but I don't get why.
Things I've tried:
- Switching Python version in both the workbench and FME options, no effect
- Starting ArcGIS Pro and ArcMAP, both worked fine
- Restarting FME, no effect
- Reading from an existing ArcGIS Online reader, works fine
- Adding a ESRI Shapefile reader, works fine
- Adding a ArcGIS Online Writer, same issue
I'm at a loss to what is happening and I couldn't find leads online. Do you know what's happening here and how I can solve it?
Best regards.