Cooking Error

Hi, I’m pretty new to UE5 and I’ve been having problems with cooking/building my game. I kept getting this error:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 0 (Found bundle for host: 0x96eb79505a0 [serially])
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 1 (Re-using existing connection with host datarouter.ol.epicgames.com)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 2 (We are completely uploaded and fine)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 3 (TLSv1.2 (IN), TLS alert, close notify (256):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 4 (Connection died, retrying a fresh connect (retry count: 1))
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 5 (state.rewindbeforesend = TRUE)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 6 (Closing connection)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 7 (TLSv1.2 (OUT), TLS alert, close notify (256):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 8 (Issue another request to this URL: ‘https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID={B7C8C109-4C05-7D84-EDC4-1DBE4D14A385}&AppID=UEEditor.Rocket.Release&AppVersion=5.3.2-29314046%2B%2B%2BUE5%2BRelease-5.3&UserID=9480c2ee4bd0a63852fea2b10fe528eb|096adad5c9b84b5b9f434853fbad94a7|a4070743-9c83-4dae-a233-9e191330592f&AppEnvironment=datacollector-binary&UploadType=eteventstream’)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 9 ( Trying 34.239.74.5:443…)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 10 (Connected to datarouter.ol.epicgames.com (34.239.74.5) port 443)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 11 (ALPN: curl offers http/1.1)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 12 (SSL reusing session ID)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 13 (TLSv1.3 (OUT), TLS handshake, Client hello (1):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 14 (TLSv1.3 (IN), TLS handshake, Server hello (2):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 15 (TLSv1.2 (IN), TLS handshake, Certificate (11):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 16 (TLSv1.2 (IN), TLS handshake, Server key exchange (12):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 17 (TLSv1.2 (IN), TLS handshake, Server finished (14):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 18 (TLSv1.2 (OUT), TLS handshake, Client key exchange (16):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 19 (TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 20 (TLSv1.2 (OUT), TLS handshake, Finished (20):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 21 (TLSv1.2 (IN), TLS handshake, Finished (20):slight_smile:
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 22 (old SSL session ID is stale, removing)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 23 (SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 24 (ALPN: server accepted http/1.1)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 25 (Server certificate:)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 26 ( subject: CN=datarouter.cfef.live.use1a.on.epicgames.com)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 27 ( start date: Mar 4 00:00:00 2024 GMT)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 28 ( expire date: Apr 2 23:59:59 2025 GMT)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 29 ( subjectAltName: host “datarouter.ol.epicgames.com” matched cert’s “datarouter.ol.epicgames.com”)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 30 ( issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M03)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 31 ( SSL certificate verify ok.)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 32 (using HTTP/1.1)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 33 (necessary data rewind wasn’t possible)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 34 (Closing connection)
LogHttp: Warning: 0000096F3DC2D700: libcurl info message cache 35 (TLSv1.2 (OUT), TLS alert, close notify (256):slight_smile:
LogHttp: Warning: Retry exhausted on https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID={B7C8C109-4C05-7D84-EDC4-1DBE4D14A385}&AppI

anyone has any idea on how to fix this? any help would be very appreciated. Thanks in advance.

As far I see there are only warning messages but no error, the cooking process should not stop at this point. About the messages related to ‘datarouter.ol.epicgames.com’ please see this post:

Hi, thanks for the respond. I just scrolled around and I found another error message telling me this
LogPlayLevel: Warning: UAT: LogAssetEditorSubsystem: Warning: Something went wrong while loading recent assets! Num Recent Assets = 18, Num Recent Asset Editors = 17
LogPlayLevel: UAT: LogCsvProfiler: Display: Metadata set : largeworldcoordinates=“1”
LogPlayLevel: Error: UAT: LoadErrors: Error: Collision Profile settings do not include an entry for the Water Body Collision profile, which is required for water collision to function. Add entry to DefaultEngine.ini?

can this be the one possible for the cooking failure? thanks.

That is causing the cooking to fail !

I found another post on the same topic (see below) that offers a possible solution.
Let me know if this helped, thanks.