responsively-app icon indicating copy to clipboard operation
responsively-app copied to clipboard

ERR_BLOCKED_BY_RESPONSE

Open victoralbino opened this issue 4 years ago • 5 comments

🐞 bug report

✍️ Description

Hey guys! I have the following problem, when I enter a specific page that has integration with hubspot I get the following error:

ERROR:-27 ERR_BLOCKED_BY_RESPONSE

Is there any way to disable this type of error?

🔬 Minimal Reproduction

The only way I found to reproduce the error would be using a hubspot implementation on the page

🌍 Your Environment


Version: 0.17.0
Electron: 9.3.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.11.0-18-generic

🔥 Exception or Error or Screenshot


Uncaught ReferenceError: hbspt is not defined
    at VM2096:688

victoralbino avatar Jun 16 '21 13:06 victoralbino

Hey @victoralbino :wave:,

Thank you for opening an issue. We will get back to you as soon as we can. Have you seen our Open Collective page? Please consider contributing financially to our project. This will help us involve more contributors and get to issues like yours faster.

https://opencollective.com/responsively

We offer priority support for all financial contributors. Don't forget to add priority label once you become one! :smile:

Maybe this is related to https://github.com/electron/electron/issues/426 and there are some code snippets like https://github.com/electron/electron/issues/426#issuecomment-658901422 but it would be good if we can have an url/app to reproduce and test this

jjavierdguezas avatar Jun 16 '21 15:06 jjavierdguezas

I used this index.html

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body>
    <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
    <script>
        hbspt.forms.create({
            portalId: "5869165",
            formId: "4b903862-c21b-4565-8311-3ef740bd562f"
        });
    </script>
</body>

</html>

with an example I found here and it worked fine image

Is this a good test case @victoralbino ?

jjavierdguezas avatar Jun 16 '21 15:06 jjavierdguezas

Hi.) I guess the developers have forgotten about this ticket? I'm having the same problem.((((

bugoaneo avatar Nov 08 '23 05:11 bugoaneo

@bugoaneo We would appreciate it if you can share a link where this happens, as it worked in the test case shared above.

manojVivek avatar Nov 08 '23 06:11 manojVivek