Error: no proxy address identified. Logs showing that "Proxy URL is not set, skipping proxy configur

Can't run API. Logs are following:

[2022-08-24 09:52:59.646|1|data-api|1|INFO] [WebSocketProxyServersProviderImpl]Creating new WebSocket server instance

[2022-08-24 09:52:59.654|1|data-api|3|DEBUG] [WebSocketProxyServersProviderImpl]WebSocket path is /api/rdp/streaming/benchmark/v1/resource/WebSocket.

[2022-08-24 09:52:59.662|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.

[2022-08-24 09:52:59.669|1|data-api|1|INFO] [WebSocketProxyServersProviderImpl]Creating new WebSocket server instance

[2022-08-24 09:52:59.683|1|data-api|3|DEBUG] [WebSocketProxyServersProviderImpl]WebSocket path is /api/rdp/streaming/custom-instruments/v1/resource/WebSocket.

[2022-08-24 09:52:59.697|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.

Tagged:

Best Answer

  • Jirapongse
    Answer ✓

    @ssavytskyi

    Really sorry for the issue you are facing, let me see if I can help you in resolving this.

    Please refer to the answer to this question regarding how to verify the connection issue in Eikon Data API.

    I found the same log in my APIProxy.20220825.114513000.p32924 log file.

    [2022-08-25 04:45:18.182|1|data-api|3|DEBUG] [ApiV1WebSocketServerProvider]WebSocket path is /api/v1/data/streaming/pricing/WebSocket. Max simultaneous connections: 10
    [2022-08-25 04:45:18.185|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.
    [2022-08-25 04:45:18.189|1|data-api|1|INFO] [WebSocketProxyServersProviderImpl]Creating new WebSocket server instance
    [2022-08-25 04:45:18.190|1|data-api|3|DEBUG] [WebSocketProxyServersProviderImpl]WebSocket path is /api/rdp/streaming/trading-analytics/trade-data/beta1/redi/WebSocket.
    [2022-08-25 04:45:18.192|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.
    [2022-08-25 04:45:18.193|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.
    [2022-08-25 04:45:18.195|1|data-api|1|INFO] [WebSocketProxyServersProviderImpl]Creating new WebSocket server instance
    [2022-08-25 04:45:18.197|1|data-api|3|DEBUG] [WebSocketProxyServersProviderImpl]WebSocket path is /api/rdp/streaming/quantitative-analytics/beta1/financial-contracts/WebSocket.
    [2022-08-25 04:45:18.198|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.
    [2022-08-25 04:45:18.200|1|data-api|1|INFO] [WebSocketProxyServersProviderImpl]Creating new WebSocket server instance
    [2022-08-25 04:45:18.201|1|data-api|3|DEBUG] [WebSocketProxyServersProviderImpl]WebSocket path is /api/rdp/streaming/benchmark/v1/resource/WebSocket.
    [2022-08-25 04:45:18.201|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.
    [2022-08-25 04:45:18.202|1|data-api|1|INFO] [WebSocketProxyServersProviderImpl]Creating new WebSocket server instance
    [2022-08-25 04:45:18.204|1|data-api|3|DEBUG] [WebSocketProxyServersProviderImpl]WebSocket path is /api/rdp/streaming/custom-instruments/v1/resource/WebSocket.
    [2022-08-25 04:45:18.205|1|data-api|3|DEBUG] [WebSocketClientOptionsFactory]Proxy URL is not set, skipping proxy configuration.

    However, I can use Eikon Data API to retrieve data properly. Therefore, this log may not relate to the API issue.

    I hope this will help.