
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
콘솔보기에서 이런 에러메시지가 나오는데요.
어떻게 없앨 수 있나요?
작성한 코드 및 에러 메세지
오DevTools failed to load source map: chrome-extension://jblndlipeogpafnldhgmapagcccfchpi/sourcemaps/contentscript.js.map 콘텐츠를 로드할 수 없음: 시스템 오류: net::ERR_BLOCKED_BY_CLIENT
DevTools failed to load source map: chrome-extension://jblndlipeogpafnldhgmapagcccfchpi/sourcemaps/inpage.js.map 콘텐츠를 로드할 수 없음: 시스템 오류: net::ERR_BLOCKED_BY_CLIENT
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE isLogsEnabled null
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.
fromGeneric @ commons.js:2
fromAny @ commons.js:2
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.then(비동기)
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE options getValues
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
update @ commons.js:2
C @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE options getValues
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
update @ commons.js:2
ve.onUpdate.e.<computed>.O @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE contextMenu createContextMenu
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
send @ commons.js:2
setContextMenuItem @ commons.js:2
enable @ commons.js:2
Le @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE tabClipper initCompleted
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
Le @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE options getValue
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
Le @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 Channel: Error in handleResponse UNK/SW_UNREACHABLE options getValue
_handleResponsePromise @ commons.js:2
(익명) @ commons.js:2
Promise.catch(비동기)
_sendMessageToExtension @ commons.js:2
sendToExtension @ commons.js:2
Le @ commons.js:2
168 @ commons.js:2
l @ content.js:1
(익명) @ content.js:1
l.O @ content.js:1
(익명) @ content.js:1
(익명) @ content.js:1
commons.js:2 류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
