/log.txt Secret
Created
September 9, 2021 22:12
log 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn run v1.22.11 | |
$ env NODE_ENV=debug electron --trace-uncaught . | |
(node:14689) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed. | |
(node:14689) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed. | |
Loading extensions [ | |
'agregore-adblock', | |
'agregore-history', | |
'extension-agregore-render-gemini', | |
'extension-agregore-render-markdown' | |
] | |
Loaded extension { | |
manifest: { | |
manifest_version: 2, | |
name: 'agregore-adblock', | |
version: '1.0', | |
description: "Agregore's ad blocking extension", | |
permissions: [ 'webRequest', 'webRequestBlocking', '<all_urls>' ], | |
background: { scripts: [Array] }, | |
srcDirectory: '/home/meltonmb/agregore-browser/app/extensions/agregore-adblock', | |
extensionId: 'agregore-adblock' | |
}, | |
alarms: [], | |
locale: undefined, | |
id: 'agregore-adblock', | |
path: '/home/meltonmb/agregore-browser/app/extensions/agregore-adblock', | |
popupPage: null, | |
backgroundPage: { | |
html: <Buffer 3c 68 74 6d 6c 3e 0a 20 20 20 20 20 20 20 20 20 20 3c 62 6f 64 79 3e 3c 73 63 72 69 70 74 20 73 72 63 3d 22 75 72 6c 73 2e 6a 73 22 3e 3c 2f 73 63 72 ... 72 more bytes>, | |
fileName: 'generated.html', | |
webContents: EventEmitter { | |
isDestroyed: [Function: isDestroyed], | |
destroy: [Function: destroy], | |
getBackgroundThrottling: [Function: getBackgroundThrottling], | |
setBackgroundThrottling: [Function: setBackgroundThrottling], | |
getProcessId: [Function: getProcessId], | |
getOSProcessId: [Function: getOSProcessId], | |
_getOSProcessIdForFrame: [Function: _getOSProcessIdForFrame], | |
equal: [Function: equal], | |
_loadURL: [Function: _loadURL], | |
downloadURL: [Function: downloadURL], | |
_getURL: [Function: _getURL], | |
getTitle: [Function: getTitle], | |
isLoading: [Function: isLoading], | |
isLoadingMainFrame: [Function: isLoadingMainFrame], | |
isWaitingForResponse: [Function: isWaitingForResponse], | |
_stop: [Function: _stop], | |
_goBack: [Function: _goBack], | |
_goForward: [Function: _goForward], | |
_goToOffset: [Function: _goToOffset], | |
isCrashed: [Function: isCrashed], | |
forcefullyCrashRenderer: [Function: forcefullyCrashRenderer], | |
setUserAgent: [Function: setUserAgent], | |
getUserAgent: [Function: getUserAgent], | |
savePage: [Function: savePage], | |
openDevTools: [Function: openDevTools], | |
closeDevTools: [Function: closeDevTools], | |
isDevToolsOpened: [Function: isDevToolsOpened], | |
isDevToolsFocused: [Function: isDevToolsFocused], | |
enableDeviceEmulation: [Function: enableDeviceEmulation], | |
disableDeviceEmulation: [Function: disableDeviceEmulation], | |
toggleDevTools: [Function: toggleDevTools], | |
inspectElement: [Function: inspectElement], | |
setIgnoreMenuShortcuts: [Function: setIgnoreMenuShortcuts], | |
setAudioMuted: [Function: setAudioMuted], | |
isAudioMuted: [Function: isAudioMuted], | |
isCurrentlyAudible: [Function: isCurrentlyAudible], | |
undo: [Function: undo], | |
redo: [Function: redo], | |
cut: [Function: cut], | |
copy: [Function: copy], | |
paste: [Function: paste], | |
pasteAndMatchStyle: [Function: pasteAndMatchStyle], | |
delete: [Function: delete], | |
selectAll: [Function: selectAll], | |
unselect: [Function: unselect], | |
replace: [Function: replace], | |
replaceMisspelling: [Function: replaceMisspelling], | |
findInPage: [Function: findInPage], | |
stopFindInPage: [Function: stopFindInPage], | |
focus: [Function: focus], | |
isFocused: [Function: isFocused], | |
tabTraverse: [Function: tabTraverse], | |
_send: [Function: _send], | |
_postMessage: [Function: _postMessage], | |
_sendToFrame: [Function: _sendToFrame], | |
sendInputEvent: [Function: sendInputEvent], | |
beginFrameSubscription: [Function: beginFrameSubscription], | |
endFrameSubscription: [Function: endFrameSubscription], | |
startDrag: [Function: startDrag], | |
attachToIframe: [Function: attachToIframe], | |
detachFromOuterFrame: [Function: detachFromOuterFrame], | |
isOffscreen: [Function: isOffscreen], | |
startPainting: [Function: startPainting], | |
stopPainting: [Function: stopPainting], | |
isPainting: [Function: isPainting], | |
setFrameRate: [Function: setFrameRate], | |
getFrameRate: [Function: getFrameRate], | |
invalidate: [Function: invalidate], | |
setZoomLevel: [Function: setZoomLevel], | |
getZoomLevel: [Function: getZoomLevel], | |
setZoomFactor: [Function: setZoomFactor], | |
getZoomFactor: [Function: getZoomFactor], | |
getType: [Function: getType], | |
_getPreloadPaths: [Function: _getPreloadPaths], | |
getWebPreferences: [Function: getWebPreferences], | |
getLastWebPreferences: [Function: getLastWebPreferences], | |
getOwnerBrowserWindow: [Function: getOwnerBrowserWindow], | |
inspectServiceWorker: [Function: inspectServiceWorker], | |
inspectSharedWorker: [Function: inspectSharedWorker], | |
inspectSharedWorkerById: [Function: inspectSharedWorkerById], | |
getAllSharedWorkers: [Function: getAllSharedWorkers], | |
_print: [Function: _print], | |
_getPrinters: [Function: _getPrinters], | |
_printToPDF: [Function: _printToPDF], | |
addWorkSpace: [Function: addWorkSpace], | |
removeWorkSpace: [Function: removeWorkSpace], | |
showDefinitionForSelection: [Function: showDefinitionForSelection], | |
copyImageAt: [Function: copyImageAt], | |
capturePage: [Function: capturePage], | |
setEmbedder: [Function: setEmbedder], | |
setDevToolsWebContents: [Function: setDevToolsWebContents], | |
getNativeView: [Function: getNativeView], | |
incrementCapturerCount: [Function: incrementCapturerCount], | |
decrementCapturerCount: [Function: decrementCapturerCount], | |
isBeingCaptured: [Function: isBeingCaptured], | |
setWebRTCIPHandlingPolicy: [Function: setWebRTCIPHandlingPolicy], | |
getWebRTCIPHandlingPolicy: [Function: getWebRTCIPHandlingPolicy], | |
_grantOriginAccess: [Function: _grantOriginAccess], | |
takeHeapSnapshot: [Function: takeHeapSnapshot], | |
id: 1, | |
session: [Getter], | |
hostWebContents: [Getter], | |
devToolsWebContents: [Getter], | |
debugger: [Getter], | |
_initiallyShown: [Getter], | |
_events: [Object: null prototype], | |
_eventsCount: 17, | |
loadURL: [Function: bound loadURL], | |
getURL: [Function: bound getURL], | |
stop: [Function: bound stop], | |
reload: [Function: bound reload], | |
reloadIgnoringCache: [Function: bound reloadIgnoringCache], | |
canGoBack: [Function: bound canGoBack], | |
canGoForward: [Function: bound canGoForward], | |
canGoToIndex: [Function: bound canGoToIndex], | |
canGoToOffset: [Function: bound canGoToOffset], | |
clearHistory: [Function: bound clearHistory], | |
goBack: [Function: bound goBack], | |
goForward: [Function: bound goForward], | |
goToIndex: [Function: bound goToIndex], | |
goToOffset: [Function: bound goToOffset], | |
getActiveIndex: [Function: bound getActiveIndex], | |
length: [Function: bound length], | |
_maxListeners: 0 | |
} | |
} | |
} | |
(node:14689) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information | |
Loaded extension { | |
manifest: { | |
manifest_version: 2, | |
name: 'agregore-history', | |
version: '1.0', | |
description: 'The history tracking functionality for the Agregore Browser', | |
background: { page: 'background.html' }, | |
srcDirectory: '/home/meltonmb/agregore-browser/app/extensions/agregore-history', | |
extensionId: 'agregore-history' | |
}, | |
alarms: [], | |
locale: undefined, | |
id: 'agregore-history', | |
path: '/home/meltonmb/agregore-browser/app/extensions/agregore-history', | |
popupPage: null, | |
backgroundPage: { | |
html: <Buffer 3c 21 44 4f 43 54 59 50 45 20 68 74 6d 6c 3e 0a 3c 6d 65 74 61 20 63 68 61 72 73 65 74 3d 22 75 74 66 2d 38 22 3e 0a 3c 74 69 74 6c 65 3e 41 67 72 65 ... 90 more bytes>, | |
fileName: 'background.html', | |
webContents: EventEmitter { | |
isDestroyed: [Function: isDestroyed], | |
destroy: [Function: destroy], | |
getBackgroundThrottling: [Function: getBackgroundThrottling], | |
setBackgroundThrottling: [Function: setBackgroundThrottling], | |
getProcessId: [Function: getProcessId], | |
getOSProcessId: [Function: getOSProcessId], | |
_getOSProcessIdForFrame: [Function: _getOSProcessIdForFrame], | |
equal: [Function: equal], | |
_loadURL: [Function: _loadURL], | |
downloadURL: [Function: downloadURL], | |
_getURL: [Function: _getURL], | |
getTitle: [Function: getTitle], | |
isLoading: [Function: isLoading], | |
isLoadingMainFrame: [Function: isLoadingMainFrame], | |
isWaitingForResponse: [Function: isWaitingForResponse], | |
_stop: [Function: _stop], | |
_goBack: [Function: _goBack], | |
_goForward: [Function: _goForward], | |
_goToOffset: [Function: _goToOffset], | |
isCrashed: [Function: isCrashed], | |
forcefullyCrashRenderer: [Function: forcefullyCrashRenderer], | |
setUserAgent: [Function: setUserAgent], | |
getUserAgent: [Function: getUserAgent], | |
savePage: [Function: savePage], | |
openDevTools: [Function: openDevTools], | |
closeDevTools: [Function: closeDevTools], | |
isDevToolsOpened: [Function: isDevToolsOpened], | |
isDevToolsFocused: [Function: isDevToolsFocused], | |
enableDeviceEmulation: [Function: enableDeviceEmulation], | |
disableDeviceEmulation: [Function: disableDeviceEmulation], | |
toggleDevTools: [Function: toggleDevTools], | |
inspectElement: [Function: inspectElement], | |
setIgnoreMenuShortcuts: [Function: setIgnoreMenuShortcuts], | |
setAudioMuted: [Function: setAudioMuted], | |
isAudioMuted: [Function: isAudioMuted], | |
isCurrentlyAudible: [Function: isCurrentlyAudible], | |
undo: [Function: undo], | |
redo: [Function: redo], | |
cut: [Function: cut], | |
copy: [Function: copy], | |
paste: [Function: paste], | |
pasteAndMatchStyle: [Function: pasteAndMatchStyle], | |
delete: [Function: delete], | |
selectAll: [Function: selectAll], | |
unselect: [Function: unselect], | |
replace: [Function: replace], | |
replaceMisspelling: [Function: replaceMisspelling], | |
findInPage: [Function: findInPage], | |
stopFindInPage: [Function: stopFindInPage], | |
focus: [Function: focus], | |
isFocused: [Function: isFocused], | |
tabTraverse: [Function: tabTraverse], | |
_send: [Function: _send], | |
_postMessage: [Function: _postMessage], | |
_sendToFrame: [Function: _sendToFrame], | |
sendInputEvent: [Function: sendInputEvent], | |
beginFrameSubscription: [Function: beginFrameSubscription], | |
endFrameSubscription: [Function: endFrameSubscription], | |
startDrag: [Function: startDrag], | |
attachToIframe: [Function: attachToIframe], | |
detachFromOuterFrame: [Function: detachFromOuterFrame], | |
isOffscreen: [Function: isOffscreen], | |
startPainting: [Function: startPainting], | |
stopPainting: [Function: stopPainting], | |
isPainting: [Function: isPainting], | |
setFrameRate: [Function: setFrameRate], | |
getFrameRate: [Function: getFrameRate], | |
invalidate: [Function: invalidate], | |
setZoomLevel: [Function: setZoomLevel], | |
getZoomLevel: [Function: getZoomLevel], | |
setZoomFactor: [Function: setZoomFactor], | |
getZoomFactor: [Function: getZoomFactor], | |
getType: [Function: getType], | |
_getPreloadPaths: [Function: _getPreloadPaths], | |
getWebPreferences: [Function: getWebPreferences], | |
getLastWebPreferences: [Function: getLastWebPreferences], | |
getOwnerBrowserWindow: [Function: getOwnerBrowserWindow], | |
inspectServiceWorker: [Function: inspectServiceWorker], | |
inspectSharedWorker: [Function: inspectSharedWorker], | |
inspectSharedWorkerById: [Function: inspectSharedWorkerById], | |
getAllSharedWorkers: [Function: getAllSharedWorkers], | |
_print: [Function: _print], | |
_getPrinters: [Function: _getPrinters], | |
_printToPDF: [Function: _printToPDF], | |
addWorkSpace: [Function: addWorkSpace], | |
removeWorkSpace: [Function: removeWorkSpace], | |
showDefinitionForSelection: [Function: showDefinitionForSelection], | |
copyImageAt: [Function: copyImageAt], | |
capturePage: [Function: capturePage], | |
setEmbedder: [Function: setEmbedder], | |
setDevToolsWebContents: [Function: setDevToolsWebContents], | |
getNativeView: [Function: getNativeView], | |
incrementCapturerCount: [Function: incrementCapturerCount], | |
decrementCapturerCount: [Function: decrementCapturerCount], | |
isBeingCaptured: [Function: isBeingCaptured], | |
setWebRTCIPHandlingPolicy: [Function: setWebRTCIPHandlingPolicy], | |
getWebRTCIPHandlingPolicy: [Function: getWebRTCIPHandlingPolicy], | |
_grantOriginAccess: [Function: _grantOriginAccess], | |
takeHeapSnapshot: [Function: takeHeapSnapshot], | |
id: 3, | |
session: [Getter], | |
hostWebContents: [Getter], | |
devToolsWebContents: [Getter], | |
debugger: [Getter], | |
_initiallyShown: [Getter], | |
_events: [Object: null prototype], | |
_eventsCount: 17, | |
loadURL: [Function: bound loadURL], | |
getURL: [Function: bound getURL], | |
stop: [Function: bound stop], | |
reload: [Function: bound reload], | |
reloadIgnoringCache: [Function: bound reloadIgnoringCache], | |
canGoBack: [Function: bound canGoBack], | |
canGoForward: [Function: bound canGoForward], | |
canGoToIndex: [Function: bound canGoToIndex], | |
canGoToOffset: [Function: bound canGoToOffset], | |
clearHistory: [Function: bound clearHistory], | |
goBack: [Function: bound goBack], | |
goForward: [Function: bound goForward], | |
goToIndex: [Function: bound goToIndex], | |
goToOffset: [Function: bound goToOffset], | |
getActiveIndex: [Function: bound getActiveIndex], | |
length: [Function: bound length], | |
_maxListeners: 0 | |
} | |
} | |
} | |
(node:14689) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information | |
Error loading extension extension-agregore-render-gemini Error: Given directory doesn't contain manifest.json file | |
at v.<anonymous> (/home/meltonmb/agregore-browser/node_modules/electron-extensions/main.js:1:4769) | |
at Generator.next (<anonymous>) | |
at t (/home/meltonmb/agregore-browser/node_modules/electron-extensions/main.js:1:2872) | |
Error loading extension extension-agregore-render-markdown Error: Given directory doesn't contain manifest.json file | |
at v.<anonymous> (/home/meltonmb/agregore-browser/node_modules/electron-extensions/main.js:1:4769) | |
at Generator.next (<anonymous>) | |
at t (/home/meltonmb/agregore-browser/node_modules/electron-extensions/main.js:1:2872) | |
Loading extensions [] | |
Loading extensions [] | |
created window 5 | |
<- 5 listExtensionActions ( [] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 800, height: 563 } ] ) | |
<- 5 loadURL ( [ 'agregore://welcome' ] ) | |
Navigating agregore://welcome | |
-> 5 navigating ( [ 'agregore://welcome' ] ) | |
-> 5 history-buttons-change ( [ { canGoBack: false, canGoForward: false } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 800, height: 563 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 959, height: 1013 } ] ) | |
Navigating agregore://welcome | |
-> 5 navigating ( [ 'agregore://welcome' ] ) | |
-> 5 history-buttons-change ( [ { canGoBack: false, canGoForward: false } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 478, height: 1013 } ] ) | |
-> 5 page-title-updated ( [ 'Agregore Browser - Welcome' ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 150, height: 998 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 150, height: 973 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 searchHistory ( [ 'g', 1631225475437 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 298, width: 1365, height: 727 } ] ) | |
<- 5 searchHistory ( [ 'go', 1631225475547 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 224, width: 1365, height: 801 } ] ) | |
<- 5 searchHistory ( [ 'goo', 1631225475723 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'goog', 1631225475875 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'googl', 1631225476036 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'google', 1631225476128 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'google.', 1631225476402 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'google.c', 1631225476695 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'google.co', 1631225476819 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 searchHistory ( [ 'google.com', 1631225476930 ] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 setBounds ( [ { x: 0, y: 113, width: 1365, height: 912 } ] ) | |
<- 5 getURL ( [] ) | |
<- 5 setBounds ( [ { x: 0, y: 37, width: 1365, height: 988 } ] ) | |
<- 5 loadURL ( [ 'https://google.com' ] ) | |
<- 5 focus ( [] ) | |
Navigating https://google.com/ | |
-> 5 navigating ( [ 'https://google.com/' ] ) | |
-> 5 history-buttons-change ( [ { canGoBack: false, canGoForward: false } ] ) | |
Navigating https://www.google.com/ | |
-> 5 navigating ( [ 'https://www.google.com/' ] ) | |
-> 5 history-buttons-change ( [ { canGoBack: true, canGoForward: false } ] ) | |
-> 5 page-title-updated ( [ 'Google' ] ) | |
Navigating https://www.google.com/ | |
-> 5 navigating ( [ 'https://www.google.com/' ] ) | |
-> 5 history-buttons-change ( [ { canGoBack: true, canGoForward: false } ] ) | |
Navigating https://www.google.com/ | |
-> 5 navigating ( [ 'https://www.google.com/' ] ) | |
-> 5 history-buttons-change ( [ { canGoBack: true, canGoForward: false } ] ) | |
/home/meltonmb/agregore-browser/node_modules/electron/dist/electron exited with signal SIGINT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment