loganetherton / ac

AC
MIT License
2 stars 1 forks source link

When creating a fake task batch, I get this console error. #2

Open tchalvak opened 9 years ago

tchalvak commented 9 years ago

dist.min.js:65 WebSocket connection to 'ws://loganswalk.com/socket.io/?EIO=3&transport=websocket&sid=lK30FRaU7XqSZwbcAAA9' failed: Error during WebSocket handshake: Unexpected response code: 400 dist.min.js?v0s8fo5hfr:33 Uncaught TypeError: Cannot read property 'getToggleElement' of null

But under it, it does say that the tasks are created, and seems to actually create them, sometimes, for the task graph, as well.

task created Objectconfig: Objectdata: Objectheaders: function (name){return headersObj||(headersObj=parseHeaders(headers)),name?headersObj[lowercase(name)]||null:headersObj}status: 200statusText: "OK"proto: Object aggregated.js:59 task created Object aggregated.js:59 task created Object aggregated.js:59 task created Object aggregated.js:59 task created Object aggregated.js:59 task created Object

tchalvak commented 9 years ago

That error actually also happens when simply loading this page: http://loganswalk.com/#!/insert-task

Console error:

dist.min.js:65 WebSocket connection to 'ws://loganswalk.com/socket.io/?EIO=3&transport=websocket&sid=ARxEI12MefumyPSNAAA_' failed: Error during WebSocket handshake: Unexpected response code: 400

tchalvak commented 9 years ago

Also I note that the tasks badge count doesn't actually reflect the real number of fake tasks. I won't make another bug just for that, I guess.

screenshot from 2015-02-10 10 35 15