You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys,
electron version:9.0.5
electron-dl: 3.0.1
I have an issue: electron-dl throw a
"Uncaucght exception : typeError: cannot read property 'getType' of null at Session.listener (/users.macbookpro/Desktop/.../node_modules/electron-dl/index.js:36:19) at session.emit"
It works perfectly on windows but on Mac it throws this error. On the issue 27 someone talked about an error with the url but the url I use seems fine. I never developped for Mac it may be because of that...
Thanks in advance and have a nice day!
The text was updated successfully, but these errors were encountered:
@angelo558 is that version of your app a "Mac App Store" build? We are encountering an issue which appears to only affect MAS builds and trying to debug
Any malformed URL will give this error. The amount of time I spent debugging why electorn-dl thought the BrowserWindow object was null is a sad monument to my intellect.
Hello guys,
electron version:9.0.5
electron-dl: 3.0.1
I have an issue: electron-dl throw a
"Uncaucght exception : typeError: cannot read property 'getType' of null at Session.listener (/users.macbookpro/Desktop/.../node_modules/electron-dl/index.js:36:19) at session.emit"
It works perfectly on windows but on Mac it throws this error. On the issue 27 someone talked about an error with the url but the url I use seems fine. I never developped for Mac it may be because of that...
Thanks in advance and have a nice day!
The text was updated successfully, but these errors were encountered: