WebSocket connection to ‘ws://localhost:12387/’ failed:
-
Hi,
Recently we realized that we couldn’t see any event through test events on Facebook Event manager. We have contacted them and they couldn’t solve it so asked us to contact Facebook Developers. We are using latest version, 3.3.1. Woocommerce 9.1.3. – We see all the event on pixel helper though.
In Chrome, we see following messages and hope you could tell us where would be problem.
WebSocket connection to ‘ws://localhost:12387/’ failed:
ourpixelid?v=2.…2C72%2C24%2C113:142 WebSocket connection to ‘ws://localhost:12387/’ failed: r@ourpixelid?v=2.…2C72%2C24%2C113:142(anonymous)@ourpixelid?v=2.…2C72%2C24%2C113:142..When we click the error message it shows following. Any help would be appreciated.
Best regards,
JS
function r(a, b) {
try {
q++;
a = a.portNumber;
var c = new WebSocket(“ws://localhost:” + a);
c.onerror = function(a) {
j(new Error(“[ActionID Error] Send WS error”))
}
;
c.addEventListener(“open”, function(a) {
c.send(“aid=” + encodeURIComponent(b)),
c.readyState === WebSocket.OPEN && l(o, new Date().getTime()),
c.close()
- You must be logged in to reply to this topic.