简体   繁体   English

chrome :: ERR_SPDY_PROTOCOL_ERROR in chrome

[英]net::ERR_SPDY_PROTOCOL_ERROR in chrome

I'm using JS-autocomplete which is working fine in the local environment, but in Live environment, initially autocomplete works properly, but after 3-4 attempts I'm getting net::ERR_SPDY_PROTOCOL_ERROR in the console (only in one page). 我正在使用JS-autocomplete,它在本地环境中运行良好,但在Live环境中,最初自动完成工作正常,但在3-4次尝试后我在控制台中获取net::ERR_SPDY_PROTOCOL_ERROR (仅在一页中)。 This is not the case for all pages, other pages have the same autocomplete which is working properly, I have tried in incognito mode and some other browsers, but getting the same error 对于所有页面都不是这种情况,其他页面具有相同的自动完成功能正常工作,我已尝试在隐身模式和其他一些浏览器中,但得到相同的错误

I have tried following methods 我试过以下方法

  • Cleared temp files, cookies, and caches 清除临时文件,cookie和缓存
  • Flushing SPDY Sockets using chrome://net-internals/#sockets 使用chrome://net-internals/#sockets #sockets刷新SPDY套接字
  • Updated browser 更新了浏览器
  • Flushing DNS and Renewing IP 刷新DNS和续订IP

    but these attempts did not solve my problem 但这些尝试并没有解决我的问题

    Note: I have not installed any Antivirus 注意:我没有安装任何防病毒软件

    Snapshot of Network panel 网络面板快照

    在此输入图像描述

  • Try following two things :- 尝试以下两件事: -

    1. Use http2 protocol for loading your resources as well and for the auto-complete API. 使用http2协议加载资源以及自动完成API。

    2. Use unique identifier for your auto-complete API(like &t=(new Date()).getTime()) 为您的自动完成API使用唯一标识符(例如&t =(new Date())。getTime())

    声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

     
    粤ICP备18138465号  © 2020-2024 STACKOOM.COM