Open Bug 1597909 Opened 6 years ago Updated 3 years ago

Error message when clearing OBT console output

Categories

(DevTools :: Console, defect, P2)

defect

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

Details

Error while calling actor 'console's method 'clearMessagesCache' Cc is undefined Actor.js:91:13
    writeError resource://devtools/shared/protocol/Actor.js:91
    handler resource://devtools/shared/protocol/Actor.js:192
    (Async: promise callback)
    handler resource://devtools/shared/protocol/Actor.js:191
    _queueResponse resource://devtools/shared/protocol/Actor.js:107
    handler resource://devtools/shared/protocol/Actor.js:190
    onPacket resource://devtools/server/debugger-server-connection.js:378
    _onMessage resource://devtools/shared/transport/worker-transport.js:109
    ready resource://devtools/shared/transport/worker-transport.js:78
    _onConnection resource://devtools/server/debugger-server.js:450
    connectToParent resource://devtools/server/debugger-server.js:331
    <anonymous> resource://devtools/server/startup/worker.js:62
    (Async: EventListener.handleEvent)
    <anonymous> resource://devtools/server/startup/worker.js:57

Exception is thrown from server/actors/webconsole.js#1466-1491

My guess is that somehow we have a worker target, where we can't load Cc

Priority: -- → P2
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.