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).
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
chrome://net-internals/#sockets but these attempts did not solve my problem
Note: I have not installed any Antivirus
Snapshot of Network panel


javascript
add a comment |
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).
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
chrome://net-internals/#sockets but these attempts did not solve my problem
Note: I have not installed any Antivirus
Snapshot of Network panel


javascript
Try using https for you site.
– Rohit Garg
Nov 27 '18 at 10:18
@ Rohit Garg it's already using https, but I tried with HTTP and it's properly working
– ANEES
Nov 27 '18 at 10:23
Can you provide snapshot of your network panel with 'Protocol' header in view.
– Rohit Garg
Nov 27 '18 at 12:47
This snapshot is having insufficient data, try taking snapshot with 'Protocol' header(ref - stackoverflow.com/questions/12213421/…)
– Rohit Garg
Nov 28 '18 at 9:51
@RohitGarg New snapshot is added with protocol header
– ANEES
Nov 28 '18 at 10:08
add a comment |
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).
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
chrome://net-internals/#sockets but these attempts did not solve my problem
Note: I have not installed any Antivirus
Snapshot of Network panel


javascript
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).
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
chrome://net-internals/#sockets but these attempts did not solve my problem
Note: I have not installed any Antivirus
Snapshot of Network panel


javascript
javascript
edited Nov 28 '18 at 10:07
ANEES
asked Nov 27 '18 at 9:56
ANEESANEES
1108
1108
Try using https for you site.
– Rohit Garg
Nov 27 '18 at 10:18
@ Rohit Garg it's already using https, but I tried with HTTP and it's properly working
– ANEES
Nov 27 '18 at 10:23
Can you provide snapshot of your network panel with 'Protocol' header in view.
– Rohit Garg
Nov 27 '18 at 12:47
This snapshot is having insufficient data, try taking snapshot with 'Protocol' header(ref - stackoverflow.com/questions/12213421/…)
– Rohit Garg
Nov 28 '18 at 9:51
@RohitGarg New snapshot is added with protocol header
– ANEES
Nov 28 '18 at 10:08
add a comment |
Try using https for you site.
– Rohit Garg
Nov 27 '18 at 10:18
@ Rohit Garg it's already using https, but I tried with HTTP and it's properly working
– ANEES
Nov 27 '18 at 10:23
Can you provide snapshot of your network panel with 'Protocol' header in view.
– Rohit Garg
Nov 27 '18 at 12:47
This snapshot is having insufficient data, try taking snapshot with 'Protocol' header(ref - stackoverflow.com/questions/12213421/…)
– Rohit Garg
Nov 28 '18 at 9:51
@RohitGarg New snapshot is added with protocol header
– ANEES
Nov 28 '18 at 10:08
Try using https for you site.
– Rohit Garg
Nov 27 '18 at 10:18
Try using https for you site.
– Rohit Garg
Nov 27 '18 at 10:18
@ Rohit Garg it's already using https, but I tried with HTTP and it's properly working
– ANEES
Nov 27 '18 at 10:23
@ Rohit Garg it's already using https, but I tried with HTTP and it's properly working
– ANEES
Nov 27 '18 at 10:23
Can you provide snapshot of your network panel with 'Protocol' header in view.
– Rohit Garg
Nov 27 '18 at 12:47
Can you provide snapshot of your network panel with 'Protocol' header in view.
– Rohit Garg
Nov 27 '18 at 12:47
This snapshot is having insufficient data, try taking snapshot with 'Protocol' header(ref - stackoverflow.com/questions/12213421/…)
– Rohit Garg
Nov 28 '18 at 9:51
This snapshot is having insufficient data, try taking snapshot with 'Protocol' header(ref - stackoverflow.com/questions/12213421/…)
– Rohit Garg
Nov 28 '18 at 9:51
@RohitGarg New snapshot is added with protocol header
– ANEES
Nov 28 '18 at 10:08
@RohitGarg New snapshot is added with protocol header
– ANEES
Nov 28 '18 at 10:08
add a comment |
1 Answer
1
active
oldest
votes
Try following two things :-
Use http2 protocol for loading your resources as well and for the auto-complete API.
Use unique identifier for your auto-complete API(like &t=(new Date()).getTime())
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53497001%2fneterr-spdy-protocol-error-in-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try following two things :-
Use http2 protocol for loading your resources as well and for the auto-complete API.
Use unique identifier for your auto-complete API(like &t=(new Date()).getTime())
add a comment |
Try following two things :-
Use http2 protocol for loading your resources as well and for the auto-complete API.
Use unique identifier for your auto-complete API(like &t=(new Date()).getTime())
add a comment |
Try following two things :-
Use http2 protocol for loading your resources as well and for the auto-complete API.
Use unique identifier for your auto-complete API(like &t=(new Date()).getTime())
Try following two things :-
Use http2 protocol for loading your resources as well and for the auto-complete API.
Use unique identifier for your auto-complete API(like &t=(new Date()).getTime())
answered Nov 28 '18 at 10:15
Rohit GargRohit Garg
1217
1217
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53497001%2fneterr-spdy-protocol-error-in-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try using https for you site.
– Rohit Garg
Nov 27 '18 at 10:18
@ Rohit Garg it's already using https, but I tried with HTTP and it's properly working
– ANEES
Nov 27 '18 at 10:23
Can you provide snapshot of your network panel with 'Protocol' header in view.
– Rohit Garg
Nov 27 '18 at 12:47
This snapshot is having insufficient data, try taking snapshot with 'Protocol' header(ref - stackoverflow.com/questions/12213421/…)
– Rohit Garg
Nov 28 '18 at 9:51
@RohitGarg New snapshot is added with protocol header
– ANEES
Nov 28 '18 at 10:08