sindresorhus / electron-dl

Simplified file downloads for your Electron app
MIT License
1.15k stars 138 forks source link

Cannot read property 'getType' of null at getWindowFromWebContents #150

Open ym13349140 opened 2 years ago

ym13349140 commented 2 years ago

Hi! @sindresorhus I'm using electron-dl@3.2.1 in my project. I have a problem. When my computer is offline, the downloadItem always triggers onStared event after a few seconds, during this time, the downloadItem is not available yet, if I close the download window before onStared is triggered, then I will get an error Cannot read property 'getType' of null at getWindowFromWebContents. even though the download window is destroyed, the download event doesn't stopped at all, it's still running in the main process, then caused this error. So, how can I solve this problem? Is there any ways to force the download event stop when I close my window before onStarted triggered?