• 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


     

  • 相关阅读:
    liunx docker 安装 nginx:stable-alpine 后报500错误
    maya 设置半径 获取时长,设置时长
    【pangolin】【pangolin实践】【pangolin的学习使用记录】
    python-获取汉字注音
    Google Earth Engine(GEE)扩展——geetool中的的各类型的其它函数(字符串、数字、列表、字典、几何、特征、影像、地图和特征集合)
    Cookie注入和X-Forwarded-For注入
    常用数据库之sqlite的使用
    数据结构第六章图部分知识点
    JavaScript中的浅拷贝与深拷贝
    什么是图片的DPI?如何修改图片DPI值?
  • 原文地址:https://blog.csdn.net/ljason1993/article/details/126135297