wxyz-abcd / node-haxball

The most powerful and lightweight API that allows you to develop your original Haxball(www.haxball.com) host, client, and standalone applications both on node.js and browser environments and also includes every possible hack and functionality that you can imagine.
MIT License
34 stars 13 forks source link

Websocket connection always failing? #58

Closed tomasrivero closed 1 year ago

tomasrivero commented 1 year ago

image

I was able to build the project, and bypass the CORS restriction by using moseif's extension. But for some reason after adding a proper token, the connection to the websocket fails.

wxyz-abcd commented 1 year ago

I do not know about that extension, but you can use my haxballOriginModifier extension in this repo. I'm using it without any problems. It currently only does not work in Firefox.

tomasrivero commented 1 year ago

Worked like a charm. I was having issues finding that specific extension. Appreciate it.