LeoKlaus / plappa

An Audiobook client for Jellyfin and AudioBookShelf, written in Swift/SwiftUI.
https://plappa.me
159 stars 0 forks source link

[BUG] Download does not work, zero KB Audiobooks #106

Open mrburns-42 opened 1 month ago

mrburns-42 commented 1 month ago

Describe the bug Since Plappa 1.1.6 (3) it is often not possible to download audio books. In the overview of files to be downloaded, only a file size of zero KB is listed and then nothing happens.

Restarting the app usually only helps after a few times. The error then still occurs with other audiobooks.

To Reproduce Steps to reproduce the behavior:

  1. Go to an audiobook.
  2. Click on Download.
  3. Click again on Download to open the overview of the downloads.
  4. See error.

Expected behavior That the audio book is downloaded.

Screenshots Bildschirmfoto 2024-05-20 um 21 38 22

Environment(please complete the following information):

LeoKlaus commented 1 month ago

Whoops, didn't mean to close this already.

This was the issue that lead me to disable background downloads at first (causing #42).

When implementing background downloads, I followed the Apple guidelines which state that large (background) downloads should be discretionary. That means that the OS is in charge of starting the download, often delaying it until the device is connected to wifi or a charger. This is obviously not the intended behavior in this case.

I've just released build 4 of 1.1.6 that should fix this issue (and adds a (preliminary) German translation).

karimadolfo commented 1 month ago

This issue is also present in version 1.1.5 (latest available for me in iOS App Store). I just purchased today and noticed it.

LeoKlaus commented 1 month ago

This issue is also present in version 1.1.5 (latest available for me in iOS App Store). I just purchased today and noticed it.

Thank you for your support and for reaching out! This has to be another issue, this one was only introduced with the 1.1.6 update.

Can you open another issue and add some information on your setup? Specifically:

karimadolfo commented 1 month ago

Hi @LeoKlaus you were right. Logging out and logging in to my server solved the issue, thank you and sorry for creating noise here.