Skip to content

Instantly share code, notes, and snippets.

@mvaneijgen
Created June 14, 2018 12:18
Show Gist options
  • Save mvaneijgen/98aa343c12370fe7516663d612e614c3 to your computer and use it in GitHub Desktop.
Save mvaneijgen/98aa343c12370fe7516663d612e614c3 to your computer and use it in GitHub Desktop.
Failed to load https://a.wunderlist.com/api/v1/lists: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
index.html:31 there was a problem
wunderlist.js:2761 WebSocket connection to 'wss://socket.wunderlist.com:8443/api/v1/sync?client_id=fb9ad745cfe8237e48a2&access_token=243aaf73310658cab1f128e4a3becf95b1cba010f2c1021f13415619aeb9&client_device_id=undefined&client_instance_id=undefined' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
connect @ wunderlist.js:2761
initialize @ wunderlist.js:2726
r @ wunderlist.js:314
n @ wunderlist.js:1119
n @ wunderlist.js:1119
initialize @ wunderlist.js:2156
r @ wunderlist.js:314
n @ wunderlist.js:1119
n @ wunderlist.js:1119
createSocket @ wunderlist.js:4524
getServices @ wunderlist.js:4485
start @ wunderlist.js:4461
initialize @ wunderlist.js:4443
r @ wunderlist.js:314
n @ wunderlist.js:1119
n @ wunderlist.js:1119
(anonymous) @ index.html:19
3wunderlist.js:2761 WebSocket connection to 'wss://socket.wunderlist.com:8443/api/v1/sync?client_id=fb9ad745cfe8237e48a2&access_token=243aaf73310658cab1f128e4a3becf95b1cba010f2c1021f13415619aeb9&client_device_id=undefined&client_instance_id=undefined' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
connect @ wunderlist.js:2761
(anonymous) @ wunderlist.js:2827
index.html:1 Failed to load https://a.wunderlist.com/api/health: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
index.html:1 WebSocket connection to 'wss://socket.wunderlist.com:8443/api/v1/sync?client_id=fb9ad745cfe8237e48a2&access_token=243aaf73310658cab1f128e4a3becf95b1cba010f2c1021f13415619aeb9&client_device_id=undefined&client_instance_id=undefined' failed: WebSocket is closed before the connection is established.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment