What is my Editor trying to do?

Umm…
I face this error after using the PlayAnimMontage in my ShooterCharacter.cpp-


LogHttp: Warning: 000001B1B72EA200: invalid HTTP response code received. URL: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BAF04A940-4A95-AA2D-F7FC-5BBEB6EF219F%7D&AppID=UEEditor.Rocket.Release&AppVersion=4.24.3-11590370%2B%2B%2BUE4%2BRelease-4.24&UserID=723bfaa74fa4b2a7b1eb969576f85f52%7C99f2a5ec6c2e41d18ee0cf5f4e4fe51e%7C32
811b61-a28d-46d2-999a-56ead775d8b8&AppEnvironment=datacollector-binary&UploadType=eteventstream, HTTP code: 0, content length: 0, actual payload size: 0
LogHttp: Warning: 000001B1B72EA200: request failed, libcurl error: 6 (Couldn't resolve host name)
LogHttp: Warning: 000001B1B72EA200: libcurl info message cache 0 (Could not resolve host: datarouter.ol.epicgames.com)
LogHttp: Warning: 000001B1B72EA200: libcurl info message cache 1 (Closing connection 27)
LogHttp: Warning: Retry exhausted on https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BAF04A940-4A95-AA2D-F7FC-5BBEB6EF219F%7D&AppID=UEEditor.Rocket.Release&AppVersion=4.24.3-11590370%2B%2B%2BUE4%2BRelease-4.24&UserID=723bfaa74fa4b2a7b1eb969576f85f52%7C99f2a5ec6c2e41d18ee0cf5f4e4fe51e%7C32811b61-a28d-46d2-999a-56ead775d8b8&AppEnv
ironment=datacollector-binary&UploadType=eteventstream

Go to Edit -> Editor Preferences -> Search for “Usage Data” -> select Don’t Send option

36 Likes

think you very much fix error from may unreal engine

1 Like

I had the same problem. I found the fix, but I am not surre if it’s the same error. When you are connected to the network (eg via lan) and you use your wifi as a hotspot, then PC has a problem staying connected. This error is not in UE, but multiple programs have the same issue, when trying to do HTTP requests. This bug may be fixed in a Windows update in the future.

Hi! This sounds exactly like what’s going on for me right now - although it worked absolutely fine a month ago. Do you know if there’s some kind of fix for this yet, by any chance? :confused:

I have this warning each time my internet connection fails!! (a couple of times per day) Thank you so much for the solution!!

1 Like

Seems like it’s trying to Authenticate something. Had the same issue, realized my VPN was up. Turn off your VPN if you have one or possible firewalls to allow Epic to Authenticate your Packaged game and should work if the “libcurl” error is your issue.