responsively-org / responsively-app

A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
https://responsively.app
GNU Affero General Public License v3.0
22.54k stars 1.15k forks source link

ERR_BLOCKED_BY_RESPONSE #604

Open victoralbino opened 3 years ago

victoralbino commented 3 years ago

🐞 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
open-collective-bot[bot] commented 3 years ago

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:

jjavierdguezas commented 3 years ago

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 commented 3 years ago

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 ?

bugoaneo commented 11 months ago

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

manojVivek commented 11 months ago

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