Git Product home page Git Product logo

Comments (7)

jerivas avatar jerivas commented on June 16, 2024 5

Seems to be related to Chrome checking the Origin of the incoming request. The recommended fix seems to be to suppress the header entirely: https://bugs.chromium.org/p/chromium/issues/detail?id=1422444#c5

I added an extra kwarg suppress_origin=True and that fixed the issue.

self._ws = websocket.create_connection(self._websocket_url, enable_multithread=True)

from pychrome.

realwumbl3 avatar realwumbl3 commented on June 16, 2024 2

I tried it and that worked! Thanks and good job! 💖

from pychrome.

sc231997 avatar sc231997 commented on June 16, 2024 1

@sc231997 feel free to include it in #62

Done!

from pychrome.

sc231997 avatar sc231997 commented on June 16, 2024

suppress_origin=True

This fix worked. Can you raise the PR for this?

from pychrome.

jerivas avatar jerivas commented on June 16, 2024

@sc231997 feel free to include it in #62

from pychrome.

rrfaria avatar rrfaria commented on June 16, 2024

version(0.2.4) I'm using has this suppress_origin=True and still not working

independent of any port I use.

chrome version: 117.0.5938.63

from pychrome.

milahu avatar milahu commented on June 16, 2024

still not working

start chrome with one of

--remote-allow-origins=http://localhost:5222
--remote-allow-origins=*

chrome will print this to stderr

[ERROR:devtools_http_handler.cc(768)] Rejected an incoming WebSocket connection from the http://localhost:5222 origin. Use the command line flag --remote-allow-origins=http://localhost:5222 to allow connections from this origin or --remote-allow-origins=* to allow all origins.

see also

from pychrome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.