How to disable libcurl completely?

Today I tried to use the editor on a computer without internet connection.

Every five seconds this message appeared in the log.

LogEOSSDK: Warning: LogHttp: 0000056883A97200: invalid HTTP response code received. URL: https://api.epicgames.dev/sdk/v1/default?platformId=WIN, HTTP code: 0, content length: 0, actual payload size: 0
LogEOSSDK: Warning: LogHttp: 0000056883A97200: request failed, libcurl error: 6 (Couldn't resolve host name)
LogEOSSDK: Warning: LogHttp: 0000056883A97200: libcurl info message cache 0 (Could not resolve host: api.epicgames.dev)
LogEOSSDK: Warning: LogHttp: 0000056883A97200: libcurl info message cache 1 (Closing connection)
LogEOSSDK: Warning: LogHttp: Retry exhausted on https://api.epicgames.dev/sdk/v1/default?platformId=WIN
LogEOSSDK: Warning: LogEOS: Failed to connect to the backend. ServiceName=[SDKConfig], OperationName=[GetPlatformConfigRoute], Url=[<Redacted>]
LogEOSSDK: Warning: LogEOS: SDK Config Platform Update Request Failed, Result Code: EOS_NoConnection, Retrying after 3.597461 seconds

It was very annoying to see my own debug messages.

Disabling the following options did not work. The annoying message continues to appear.

Is there any other option to disable libcurl?

Thank you so much!!

Greetings @Ivan3z!

Please test the following changes in your project:

2 Likes

it does works!! Thank you so much @brs-sebascova

1 Like