LeoKlaus / plappa

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

[BUG] #143

Closed stickystyle closed 4 days ago

stickystyle commented 5 days ago

Describe the bug Chapters are not shown in a book that has not been played yet on the device. Books that have been played already do show the chapters. Books that have been marked read on the server exhibit the same behavior.

To Reproduce open a unread (on the device) book.

Expected behavior chapters shown

Screenshots IMG_3528

Logs

[6/28/2024, 07:26] [AudioBookShelfAPIHandler] Couldn't post closed session, server returned 404. URL: https://xxx.net/api/session/E6556589-87E2-415C-AFFD-6AE924601D91/close [6/28/2024, 07:28] [AudioBookShelfAPIHandler] Trying to convert old chapters [6/28/2024, 07:28] [AudioBookShelfAPIHandler] Trying to convert old chapters

Environment(please complete the following information):

Additional context Add any other context about the problem here.

LeoKlaus commented 5 days ago

Hi Ryan, thank you for reporting this.

Looks like plappa is trying to read metadata it saved in an older version of the app. Can you try logging out and back in to your server (or reinstalling the app)?

stickystyle commented 5 days ago

Logging out and back in resolved it 👍

LeoKlaus commented 4 days ago

Great, thank you for the update. I'll close this for now.