• ue unreal 虚幻 invalid HTTP response code received 问题


    问题:没事UE就自己请求一下没事就请求下,还挺恶心。。。

    注意这里不是你自己发送的HTTP请求哈


    LogHttp: Warning: 00000A8E0DD4C300: invalid HTTP response code received. URL: https://10.10.20.15:50443/api/os/info, HTTP code: 0, content length: 0, actual payload size: 0
    LogHttp: Warning: 00000A8E0DD4C300: request failed, libcurl error: 7 (Couldn't connect to server)
    LogHttp: Warning: 00000A8E0DD4C300: libcurl info message cache 0 (Hostname in DNS cache was stale, zapped)
    LogHttp: Warning: 00000A8E0DD4C300: libcurl info message cache 1 (  Trying 10.10.20.15...)
    LogHttp: Warning: 00000A8E0DD4C300: libcurl info message cache 2 (TCP_NODELAY set)
    LogHttp: Warning: 00000A8E0DD4C300: libcurl info message cache 3 (connect to 10.10.20.15 port 50443 failed: Timed out)
    LogHttp: Warning: 00000A8E0DD4C300: libcurl info message cache 4 (Failed to connect to 10.10.20.15 port 50443: Timed out)
    LogHttp: Warning: 00000A8E0DD4C300: libcurl info message cache 5 (Closing connection 17)
    LogHttp: Warning: 00000A8E0DD41900: invalid HTTP response code received. URL: https://10.10.20.15:50443/api/os/info, HTTP code: 0, content length: 0, actual payload size: 0
    LogHttp: Warning: 00000A8E0DD41900: request failed, libcurl error: 7 (Couldn't connect to server)
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 0 (Found bundle for host 10.10.20.15: 0xa8ddf870d50 [serially])
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 1 (Hostname 10.10.20.15 was found in DNS cache)
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 2 (  Trying 10.10.20.15...)
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 3 (TCP_NODELAY set)
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 4 (connect to 10.10.20.15 port 50443 failed: Timed out)
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 5 (Failed to connect to 10.10.20.15 port 50443: Timed out)
    LogHttp: Warning: 00000A8E0DD41900: libcurl info message cache 6 (Closing connection 18)
    LogHttp: Warning: 00000A8E66012D00: invalid HTTP response code received. URL: https://10.10.20.15:50443/api/os/info, HTTP code: 0, conte


    下图设置解决,记得重启editor


     

  • 相关阅读:
    Docker安装Redis集群失败经历汇总
    Bloc入门之Cubit详解
    EDC-152/10E0单路控制插头式放大器
    原创: 一次 MySQL 误操作导致的事故,高可用都不顶不住!
    [附源码]计算机毕业设计JAVAjsp海纳装修报价管理系统
    音视频从入门到精通——超简单的基于FFMPEG+SDL的视频播放器(二)
    传递事件流
    100种思维模型之错误记录思维模型-66
    【强化学习论文合集】AAAI-2021 强化学习论文
    码蹄集 - MT3203 - 填坑:骗数据过的~_~
  • 原文地址:https://blog.csdn.net/ljason1993/article/details/126135297