Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Podcast episode rows disappear while listening for a long period of time. #3013

Open
tymscar opened this issue May 26, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@tymscar
Copy link

tymscar commented May 26, 2024

What happened?

After listening to an hour or so of podcasts, some of the episode tiles disappear. I have managed to take a screenshot:
image

What did you expect to happen?

I expect to always see all the episodes in the list, depending on the filters applied.

Steps to reproduce the issue

  1. Open audiobookshelf
  2. Go to the podcasts tab
  3. Start an episode that takes a long time (1+ hours), or just listen to multiple shorter episodes
  4. Scroll around and notice how some of the tiles are blank (sometimes 20+ tiles, sometimes all, sometimes one)

Audiobookshelf version

V2.8.0

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Other (list in "Additional Notes" box)

Logs

I have noticed it on Chrome and Firefox on Linux, on Arc (Chromium), Firefox, and Safari on macOS, and on Firefox on Windows.

Additional Notes

This issue has been present in every version I've tried for the past a year and a half, so it's not a bug with a recent commit. I have also noticed it on every desktop OS, and browser. The bug is not present on the iOS application, so I suspect its a CSS issue, but I can't confirm.
The console is clean of any errors when the bug happens, here is a screenshot:
image

@tymscar tymscar added the bug Something isn't working label May 26, 2024
@nichwall
Copy link
Contributor

Looks like the websocket is closing and the lazy loading of new podcast episodes takes a bit to connect and start loading new items.

Related behavior #2950 (comment)

@tymscar
Copy link
Author

tymscar commented May 26, 2024

The websocket might've closed there just out of inactivity. Im not sure if that's the issue, as there aren't that many audiobooks in this library. Maybe 10?

@advplyr
Copy link
Owner

advplyr commented May 26, 2024

Are new episodes being downloaded? Do you have automatic library scans enabled?

@tymscar
Copy link
Author

tymscar commented May 26, 2024

I do have automatic library scans enabled, no new episodes where downloaded when that issue happened. A lot of time I listen to super old podcasts that dont even launch new episodes anymore and I still find this bug.

@advplyr advplyr changed the title [Bug]: Tiles disappear while listening for a long period of time. [Bug]: Podcast episode rows disappear while listening for a long period of time. May 26, 2024
@tymscar
Copy link
Author

tymscar commented May 26, 2024

Would you suggest for anything to look for when it happens? Perhaps some test I could run? Some logs I should look for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants