After downloading several thousands of songs, Freezer crashed and after restarting the Downloads page is empty. This happened on two seperate computers. Reinstalling did not fix the issue, even though the configuration was reset. Error in the console:
vue.runtime.esm.js:1888 TypeError: Cannot read property 'albumArt' of undefined
at DownloadsPage.vue?db4e:1
at o.De [as _l] (vue.runtime.esm.js:2630)
at o.Xa (DownloadsPage.vue?db4e:1)
at o.t._render (vue.runtime.esm.js:3548)
at o.i (vue.runtime.esm.js:4066)
at ni.get (vue.runtime.esm.js:4479)
at new ni (vue.runtime.esm.js:4468)
at Bn (vue.runtime.esm.js:4073)
at o.Ci.$mount (vue.runtime.esm.js:8415)
at init (vue.runtime.esm.js:3118)
re @ vue.runtime.esm.js:8
Downloading stops working after this, echoing the following error:
createError.js:16 Uncaught (in promise) Error: timeout of 16000ms exceeded
at t.exports (createError.js:16)
at XMLHttpRequest.f.ontimeout (xhr.js:96)
After downloading several thousands of songs, Freezer crashed and after restarting the Downloads page is empty. This happened on two seperate computers. Reinstalling did not fix the issue, even though the configuration was reset. Error in the console:
```
vue.runtime.esm.js:1888 TypeError: Cannot read property 'albumArt' of undefined
at DownloadsPage.vue?db4e:1
at o.De [as _l] (vue.runtime.esm.js:2630)
at o.Xa (DownloadsPage.vue?db4e:1)
at o.t._render (vue.runtime.esm.js:3548)
at o.i (vue.runtime.esm.js:4066)
at ni.get (vue.runtime.esm.js:4479)
at new ni (vue.runtime.esm.js:4468)
at Bn (vue.runtime.esm.js:4073)
at o.Ci.$mount (vue.runtime.esm.js:8415)
at init (vue.runtime.esm.js:3118)
re @ vue.runtime.esm.js:8
```
Downloading stops working after this, echoing the following error:
```
createError.js:16 Uncaught (in promise) Error: timeout of 16000ms exceeded
at t.exports (createError.js:16)
at XMLHttpRequest.f.ontimeout (xhr.js:96)
```
Seems like the issue occurs because the album art is not downloaded. I suspect deleting every single queued download would fix the problem, however deleting ~/.config/freezer also works.
Seems like the issue occurs because the album art is not downloaded. I suspect deleting every single queued download would fix the problem, however deleting `~/.config/freezer` also works.
After downloading several thousands of songs, Freezer crashed and after restarting the Downloads page is empty. This happened on two seperate computers. Reinstalling did not fix the issue, even though the configuration was reset. Error in the console:
Downloading stops working after this, echoing the following error:
Seems like the issue occurs because the album art is not downloaded. I suspect deleting every single queued download would fix the problem, however deleting
~/.config/freezeralso works.