paljsingh / impartus-downloader

Download Impartus lectures, convert to mkv for offline viewing.
GNU General Public License v3.0
23 stars 8 forks source link

[Bug]: If a download breaks due to network connection issue, download button no longer responds after reloading the page. #76

Closed paljsingh closed 3 years ago

paljsingh commented 3 years ago

The issue appears due to the child thread still running and holding reference to the old widget, which is destroyed when reloading the page. Clicking download in such scenario, throws an exception.