Skip to content

Instantly share code, notes, and snippets.

@marcio199226
Created August 3, 2021 09:36
Show Gist options
  • Save marcio199226/94bc15a5f087d173a748e210a1554591 to your computer and use it in GitHub Desktop.
Save marcio199226/94bc15a5f087d173a748e210a1554591 to your computer and use it in GitHub Desktop.
Wails v1.16.3 - Building Application (force rebuild)
Ensuring frontend dependencies are up to date (This may take a while)
up to date, audited 1345 packages in 2s
87 packages are looking for funding
run `npm fund` for details
6 moderate severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
Building frontend...
> frontend@0.0.0 build
> npx ng build --single-bundle true --output-hashing none --aot --build-optimizer --optimization --allowed-common-js-dependencies
⠋ Generating browser application bundles (phase: setup)...(node:53236) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
✔ Browser application bundle generation complete.
✔ Copying assets complete.
✔ Index html generation complete.
Initial Chunk Files | Names | Size
main.js | main | 784.56 kB
styles.css | styles | 71.87 kB
polyfills.js | polyfills | 0 bytes
| Initial Total | 856.44 kB
Build at: 2021-08-03T09:11:42.756Z - Hash: 51a08a72e6c17f9e86b5 - Time: 16609ms
Warning: /Users/oskarmarciniak/projects/golang/ytd/frontend/src/app/pages/home.component.scss exceeded maximum budget. Budget 2.00 kB was not met by 915 bytes with a total of 2.89 kB.
Warning: /Users/oskarmarciniak/projects/golang/ytd/frontend/src/main.ts depends on '@wailsapp/runtime'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: /Users/oskarmarciniak/projects/golang/ytd/frontend/src/main.ts depends on 'core-js/stable'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: initial exceeded maximum budget. Budget 500.00 kB was not met by 356.44 kB with a total of 856.44 kB.
# github.com/wailsapp/wails/lib/renderer/webview
In file included from _cgo_export.c:4:
In file included from webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:98:3: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from _cgo_export.c:4:
In file included from webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2202:19: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from _cgo_export.c:4:
In file included from webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2342:75: warning: initialization of pointer of type 'id _Nullable' to null from a constant boolean expression [-Wbool-conversion]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/objc/objc.h:90:13: note: expanded from macro 'NO'
In file included from _cgo_export.c:4:
In file included from webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2408:24: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2425:20: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
# github.com/wailsapp/wails/lib/renderer/webview
In file included from ../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:98:3: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from ../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2202:19: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from ../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2342:75: warning: initialization of pointer of type 'id _Nullable' to null from a constant boolean expression [-Wbool-conversion]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/objc/objc.h:90:13: note: expanded from macro 'NO'
In file included from ../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.go:26:
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2408:24: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
../../../go/pkg/mod/github.com/wailsapp/wails@v1.16.3/lib/renderer/webview/webview.h:2425:20: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
Packing + Compiling project (Debug Mode)
Command: [go build -o build/ytd -a -ldflags -X github.com/wailsapp/wails.BuildMode=debug]
# github.com/wailsapp/wails/lib/renderer/webview
In file included from _cgo_export.c:4:
In file included from webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:98:3: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from _cgo_export.c:4:
In file included from webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2202:19: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from _cgo_export.c:4:
In file included from webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2342:75: warning: initialization of pointer of type 'id _Nullable' to null from a constant boolean expression [-Wbool-conversion]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/objc/objc.h:90:13: note: expanded from macro 'NO'
In file included from _cgo_export.c:4:
In file included from webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2408:24: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2425:20: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
# github.com/wailsapp/wails/lib/renderer/webview
In file included from vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:98:3: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2202:19: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebView.h:119:12: note: 'WebView' has been explicitly marked deprecated here
In file included from vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2342:75: warning: initialization of pointer of type 'id _Nullable' to null from a constant boolean expression [-Wbool-conversion]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/objc/objc.h:90:13: note: expanded from macro 'NO'
In file included from vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.go:26:
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2408:24: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
vendor/github.com/wailsapp/wails/lib/renderer/webview/webview.h:2425:20: warning: comparison between pointer and integer ('char' and 'void *') [-Wpointer-integer-compare]
Awesome! Project 'ytd' built!
Initializing yt client...
ytd - Debug Build
-----------------
INFO[0000] [App] Starting
Control
INFO[0000] [WebView] Initialised
INFO[0000] [Events] Starting
INFO[0000] [IPC] Starting
INFO[0000] [Bind] Starting
INFO[0000] [Bind] Binding Go Functions/Methods
DEBU[0000] [Bind] Processing struct: main.AppState
INFO[0000] [Events] Listening
INFO[0000] [Bind] Bound Method: main.AppState.GetAppConfig()
DEBU[0000] [main.AppState.GetEntryById] Input param index=0 kind=struct name=GenericEntry typ=models.GenericEntry
INFO[0000] [Bind] Bound Method: main.AppState.GetEntryById()
INFO[0000] [Bind] Bound Method: main.AppState.SelectDirectory()
DEBU[0000] [main.AppState.WailsInit] Input param index=0 kind=ptr name= typ="*runtime.Runtime"
DEBU[0000] [main.AppState.WailsInit] WailsInit input type: *runtime.Runtime
DEBU[0000] [main.AppState.WailsInit] WailsInit output type: error
DEBU[0000] [Bind] Detected WailsInit function: main.AppState.WailsInit
DEBU[0000] [main.saveSettingBoolValue] Input param index=0 kind=string name=string typ=string
DEBU[0000] [main.saveSettingBoolValue] Input param index=1 kind=bool name=bool typ=bool
INFO[0000] [Bind] Bound Function: main.saveSettingBoolValue()
DEBU[0000] [main.saveSettingValue] Input param index=0 kind=string name=string typ=string
DEBU[0000] [main.saveSettingValue] Input param index=1 kind=string name=string typ=string
INFO[0000] [Bind] Bound Function: main.saveSettingValue()
DEBU[0000] [main.readSettingBoolValue] Input param index=0 kind=string name=string typ=string
INFO[0000] [Bind] Bound Function: main.readSettingBoolValue()
DEBU[0000] [main.readSettingValue] Input param index=0 kind=string name=string typ=string
INFO[0000] [Bind] Bound Function: main.readSettingValue()
DEBU[0000] [main.removeEntry] Input param index=0 kind=map name= typ="map[string]interface {}"
INFO[0000] [Bind] Bound Function: main.removeEntry()
DEBU[0000] [main.addToDownload] Input param index=0 kind=string name=string typ=string
DEBU[0000] [main.addToDownload] Input param index=1 kind=bool name=bool typ=bool
INFO[0000] [Bind] Bound Function: main.addToDownload()
DEBU[0000] [main.startDownload] Input param index=0 kind=map name= typ="map[string]interface {}"
INFO[0000] [Bind] Bound Function: main.startDownload()
DEBU[0000] [main.isSupportedUrl] Input param index=0 kind=string name=string typ=string
INFO[0000] [Bind] Bound Function: main.isSupportedUrl()
APP STATE INITIALIZED
INFO[0000] [WebView] Running...
DEBU[0000] [WebView] Injecting wails JS runtime js="!function(n){var e={};function t(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return n[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=n,t.c=e,t.d=function(n,e,r){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:r})},t.r=function(n){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(n,\"__esModule\",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&\"object\"==typeof n&&n&&n.__esModule)return n;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,\"default\",{enumerable:!0,value:n}),2&e&&\"string\"!=typeof n)for(var o in n)t.d(r,o,function(e){return n[e]}.bind(null,o));return r},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,\"a\",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p=\"\",t(t.s=0)}([function(n,e,t){\"use strict\";t.r(e),t.d(e,\"Init\",(function(){return L}));var r={};t.r(r),t.d(r,\"Debug\",(function(){return l})),t.d(r,\"Info\",(function(){return s})),t.d(r,\"Warning\",(function(){return d})),t.d(r,\"Error\",(function(){return f})),t.d(r,\"Fatal\",(function(){return w}));var o={};t.r(o),t.d(o,\"OpenURL\",(function(){return h})),t.d(o,\"OpenFile\",(function(){return y}));var i={};t.r(i),t.d(i,\"New\",(function(){return N}));var a=[];function c(n,e,t){var r={type:n,callbackID:t,payload:e};!function(n){if(window.wailsbridge?window.wailsbridge.websocket.send(n):window.external.invoke(n),a.length>0)for(var e=0;e<a.length;e++)a[e](n)}(JSON.stringify(r))}function u(n,e){c(\"log\",{level:n,message:e})}function l(n){u(\"debug\",n)}function s(n){u(\"info\",n)}function d(n){u(\"warning\",n)}function f(n){u(\"error\",n)}function w(n){u(\"fatal\",n)}var p,v={};function g(n,e,t){return null!=t&&null!=t||(t=0),new Promise((function(r,o){var i;do{i=n+\"-\"+p()}while(v[i]);if(t>0)var a=setTimeout((function(){o(Error(\"Call to \"+n+\" timed out. Request ID: \"+i))}),t);v[i]={timeoutHandle:a,reject:o,resolve:r};try{c(\"call\",{bindingName:n,data:JSON.stringify(e)},i)}catch(n){console.error(n)}}))}function b(n,e){return g(\".wails.\"+n,e)}function h(n){return b(\"Browser.OpenURL\",n)}function y(n){return b(\"Browser.OpenFile\",n)}p=window.crypto?function(){var n=new Uint32Array(1);return window.crypto.getRandomValues(n)[0]}:function(){return 9007199254740991*Math.random()};var m=function n(e,t){!function(n,e){if(!(n instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,n),t=t||-1,this.Callback=function(n){return e.apply(null,n),-1!==t&&0===(t-=1)}},E={};function O(n,e,t){E[n]=E[n]||[];var r=new m(e,t);E[n].push(r)}function S(n){var e=JSON.stringify([].slice.apply(arguments).slice(1)),t={name:n,data:e};c(\"event\",t)}var j={};function k(n){try{return new Function(\"var \"+n),!0}catch(n){return!1}}function N(n,e){var t,r=this;if(!window.wails)throw Error(\"Wails is not initialised\");var o=[];return this.subscribe=function(n){o.push(n)},this.set=function(e){t=e,window.wails.Events.Emit(\"wails:sync:store:updatedbyfrontend:\"+n,JSON.stringify(t)),o.forEach((function(n){n(t)}))},this.update=function(n){var e=n(t);r.set(e)},window.wails.Events.On(\"wails:sync:store:updatedbybackend:\"+n,(function(n){n=JSON.parse(n),t=n,o.forEach((function(n){n(t)}))})),e&&this.set(e),this}function C(){return(C=Object.assign||function(n){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r])}return n}).apply(this,arguments)}window.backend={},window.wails=window.wails||{},window.backend={},null==window.external&&(window.external={invoke:function(n){window.webkit.messageHandlers.external.postMessage(n)}});var I={NewBinding:function(n){var e=[].concat(n.split(\".\").splice(1)),t=window.backend;if(e.length>1)for(var r=0;r<e.length-1;r+=1){var o=e[r];if(!k(o))return new Error(\"\".concat(o,\" is not a valid javascript identifier.\"));t[o]||(t[o]={}),t=t[o]}var i=e.pop();if(!k(i))return new Error(\"\".concat(i,\" is not a valid javascript identifier.\"));t[i]=function(){var e=0;function t(){var t=[].slice.call(arguments);return g(n,t,e)}return t.setTimeout=function(n){e=n},t.getTimeout=function(){return e},t}()},Callback:function(n){var e;n=decodeURIComponent(n.replace(/\\s+/g,\"\").replace(/[0-9a-f]{2}/g,\"%$&\"));try{e=JSON.parse(n)}catch(e){var t=\"Invalid JSON passed to callback: \".concat(e.message,\". Message: \").concat(n);throw l(t),new Error(t)}var r=e.callbackid,o=v[r];if(!o){var i=\"Callback '\".concat(r,\"' not registed!!!\");throw console.error(i),new Error(i)}clearTimeout(o.timeoutHandle),delete v[r],e.error?o.reject(e.error):o.resolve(e.data)},Notify:function(n,e){if(E[n]){for(var t=E[n].slice(),r=0;r<E[n].length;r+=1){var o=E[n][r],i=[];if(e)try{i=JSON.parse(e)}catch(e){f(\"Invalid JSON data sent to notify. Event name = \"+n)}o.Callback(i)&&t.splice(r,1)}E[n]=t}},AddScript:function(n,e){var t=document.createElement(\"script\");t.text=n,document.body.appendChild(t),e&&S(e)},InjectCSS:function(n){var e=document.createElement(\"style\");e.setAttribute(\"type\",\"text/css\"),e.styleSheet?e.styleSheet.cssText=n:e.appendChild(document.createTextNode(n)),(document.head||document.getElementsByTagName(\"head\")[0]).appendChild(e)},Init:L,AddIPCListener:function(n){a.push(n)}},x={Log:r,Browser:o,Events:{On:function(n,e){O(n,e)},OnMultiple:O,Emit:S,Heartbeat:function(n,e,t){var r=null;j[n]=function(){clearInterval(r),t()},r=setInterval((function(){S(n)}),e)},Acknowledge:function(n){if(!j[n])throw new f(\"Cannot acknowledge unknown heartbeat '\".concat(n,\"'\"));j[n]()}},Store:i,_:I};function L(n){n()}C(window.wails,x),window.onerror=function(n,e,t,r,o){window.wails.Log.Error(\"**** Caught Unhandled Error ****\"),window.wails.Log.Error(\"Message: \"+n),window.wails.Log.Error(\"URL: \"+e),window.wails.Log.Error(\"Line No: \"+t),window.wails.Log.Error(\"Column No: \"+r),window.wails.Log.Error(\"error: \"+o)},window.usefirebug&&function(){document.getElementsByTagName(\"html\")[0].setAttribute(\"debug\",\"true\");var n=document.createElement(\"script\");n.src=\"https://wails.app/assets/js/firebug-lite.js#startOpened=true,disableWhenFirebugActive=false\",n.type=\"application/javascript\",document.head.appendChild(n),window.wails.Log.Info(\"Injected firebug\")}(),S(\"wails:loaded\")}]);"
DEBU[0000] [WebView] Eval js="!function(n){var e={};function t(r){if(e[r])r..."
2021-08-03 11:11:51.597 ytd[53696:4297441] *** WARNING: Method convertPointToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
DEBU[0000] [IPC] Message received payload="&{wails:loaded []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x140002a8098
DEBU[0000] [IPC] Processing event data="[]" name="wails:loaded"
DEBU[0000] [IPC] Finished processing event name="wails:loaded"
DEBU[0000] [IPC] Finished processing message 1D=0x140002a8098
DEBU[0000] [Events] Got Event data="[]" name="wails:loaded"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('wails:loaded',\"[]\")"
EMIT YTD:ONLOAD
DEBU[0000] [Events] Got Event data="[0x140000b7020]" name="ytd:onload"
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.AppState.GetA..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:7943
DEBU[0000] [WebView] Eval js="window.wails._.Notify('ytd:onload',\"[{\\\"entri..."
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:7943 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x140000b4020
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:7943"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:7943"
DEBU[0000] [IPC] Finished processing message 1D=0x140000b4020
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:7943"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:7943..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:7943
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.AppState.GetE..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:9879
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:9879 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x14000010008
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:9879"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:9879"
DEBU[0000] [IPC] Finished processing message 1D=0x14000010008
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:9879"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:9879..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:9879
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.AppState.Sele..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:4574
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:4574 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x14000010030
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:4574"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:4574"
DEBU[0000] [IPC] Finished processing message 1D=0x14000010030
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:4574"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:4574..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:4574
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.saveSettingBo..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:8066
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:8066 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x140000b4030
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:8066"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:8066"
DEBU[0000] [IPC] Finished processing message 1D=0x140000b4030
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:8066"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:8066..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:8066
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.saveSettingVa..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:3280
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:3280 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x14000010050
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:3280"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:3280"
DEBU[0000] [IPC] Finished processing message 1D=0x14000010050
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:3280"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:3280..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:3280
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.readSettingBo..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:8826
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:8826 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x14000010070
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:8826"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:8826"
DEBU[0000] [IPC] Finished processing message 1D=0x14000010070
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:8826"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:8826..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:8826
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.readSettingVa..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:8521
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:8521 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x14000010098
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:8521"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:8521"
DEBU[0000] [IPC] Finished processing message 1D=0x14000010098
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:8521"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:8521..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:8521
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.removeEntry')..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:6155
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:6155 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x140000100c8
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:6155"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:6155"
DEBU[0000] [IPC] Finished processing message 1D=0x140000100c8
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:6155"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:6155..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:6155
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.addToDownload..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:1282
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:1282 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x1400039a010
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:1282"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:1282"
DEBU[0000] [IPC] Finished processing message 1D=0x1400039a010
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:1282"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:1282..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:1282
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.startDownload..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:7926
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:7926 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x1400039a020
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:7926"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:7926"
DEBU[0000] [IPC] Finished processing message 1D=0x1400039a020
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:7926"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:7926..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:7926
DEBU[0000] [WebView] EvalSync js="window.wails._.NewBinding('main.isSupportedUr..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:1346
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:1346 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x140000100e0
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:1346"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:1346"
DEBU[0000] [IPC] Finished processing message 1D=0x140000100e0
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:1346"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:1346..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:1346
DEBU[0000] [WebView] Inject User CSS css=".mat-badge-content{font-weight:600;font-size:"
DEBU[0000] [WebView] Inject User JS js="(()=>{var t={8255:t=>{function e(t){return Pr"
DEBU[0000] [WebView] EvalSync js="(()=>{var t={8255:t=>{function e(t){return Pr..."
DEBU[0000] [WebView] SyncJS: sending with ID = syncjs:1627981911:3256
DEBU[0000] [IPC] Message received payload="&{syncjs:1627981911:3256 []}" type=event
DEBU[0000] [IPC] Processing message 1D=0x14000010008
DEBU[0000] [IPC] Processing event data="[]" name="syncjs:1627981911:3256"
DEBU[0000] [IPC] Finished processing event name="syncjs:1627981911:3256"
DEBU[0000] [IPC] Finished processing message 1D=0x14000010008
DEBU[0000] [Events] Got Event data="[]" name="syncjs:1627981911:3256"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('syncjs:1627981911:3256..."
DEBU[0000] [WebView] SyncJS: Got callback ID = syncjs:1627981911:3256
DEBU[0000] [Events] Got Event data="[]" name="wails:ready"
DEBU[0000] [WebView] Eval js="window.wails._.Notify('wails:ready',\"null\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment