Reputation: 543
Brackets live preview doesn't appear to be working correctly. Upon clicking live preview, the yellow lightening bolt icon is only half filled. The browser tries to start loading the live preview, however it is stuck on the brackets waiting... page.
The URL IS: file:///C:/Program%20Files%20(x86)/Brackets/www/LiveDevelopment/launch.html
I've opened up the brackets devtools (localhost:9234/devtools/devtools.html?ws=localhost:9234/devtools/page/ec744244d7ea99e5c99ffeb2ff42872e) to look for errors, and the browser console reads:
enable failed on agent css ErrorNotification.js:117
DOM agent needs to be enabled first. Object {code: -32000, message: "DOM agent needs to be enabled first."}
Object {method: "CSS.enable", id: 6, params: Object} ErrorNotification.js:117
Assertion failed: Attempted to call remote method without objectId set. /LiveDevelopment/Agents/RemoteAgent.js:58
Some arguments of method 'Runtime.callFunctionOn' can't be processed
Parameter 'objectId' with type 'String' was not found.
Object {code: -32602, message: "Some arguments of method 'Runtime.callFunctionOn' can't be processed", data: Array[1]}
Object {method: "Runtime.callFunctionOn", id: 7, params: Object} ErrorNotification.js:117
Some arguments of method 'Runtime.callFunctionOn' can't be processed
Parameter 'objectId' with type 'String' was not found.
Object {code: -32602, message: "Some arguments of method 'Runtime.callFunctionOn' can't be processed", data: Array[1]}
Object {method: "Runtime.callFunctionOn", id: 8, params: Object} ErrorNotification.js:117
I've Tried:
I'm out of ideas. Anyone able to help?
Upvotes: 1
Views: 915
Reputation: 36
The "DOM agent needs to be enabled first" issue was introduced with Chrome 40 (which is not yet stable), so fix for Brackets 1.0 and earlier is to use Chrome 39. There's a pending fix for Chrome 40 for Brackets 1.1.
Upvotes: 1