Question

Getting below error while running FME workspace.

  • 2 April 2024
  • 1 reply
  • 26 views

Badge

 File "C:\Program Files\FME\python\requests\adapters.py", line 348, in get_connection
    raise InvalidProxyURL(
requests.exceptions.InvalidProxyURL: Please check proxy URL. It is malformed and could be missing the host.

2024-04-02 08:44:16|   0.1|  0.0|ERROR |Error encountered while calling method `input'
2024-04-02 08:44:16|   0.1|  0.0|FATAL |SalesforceConnector_CALLER (PythonFactory): PythonFactory failed to process feature
2024-04-02 08:44:16|   0.1|  0.0|WARN  |An error has occurred. Check the logfile above for details
2024-04-02 08:44:16|   0.1|  0.0|INFORM|Translation FAILED with 4 error(s) and 1 warning(s) (0 feature(s) output)
2024-04-02 08:44:16|   0.1|  0.0|INFORM|FME Session Duration: 4.2 seconds. (CPU: 0.0s user, 0.1s system)
2024-04-02 08:44:16|   0.1|  0.0|INFORM|END - ProcessID: 16004, peak process memory usage: 80016 kB, current process memory usage: 80008 kB
 


1 reply

Userlevel 2
Badge +10

Hi @sr_reddy are you able to share some more information about your setup and what you’re trying to do with FME?

Do you have a proxy configured on your machine? If so, have you configured your proxy settings in FME? If not this could be the cause of the error message you’re getting.

I recommend taking a look at the documentation on how to do so: https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/options-network-proxy.htm

Reply