Cannot Open Any Podcasts in Repod #58
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
While using Repod on my Nextcloud 28 server, I am unable to open any podcast details.
The error log seems to indicate that the issue is in the gpoddersync component, so I am filing an issue there as well.
Below is the error message that spawns when I try and load a podcast.
PHP Info:
DB Info:
Host Info:
The error isn't easy to read, but it shows that you have a problem with your Nextcloud configuration, specifically in the cache section.
Please insure you have at least APCu enable in your cache settings : https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html
In the meantime, I pushed a fix to handle the case and don't crash if you have no cache available.
It is fixed in the 1.5.5 version deploying now.
You'll have it in a few minutes :)
That seems like a peculiar error to happen from a lack of a cache, but I'll take your word for it and give it a go, and update the app when the release is published.
I think APCu was disabled for some reason in the past, but never got re-enabled as we weren't facing any issues until now.
Thanks for the help :)
Decided to just fix the Redis cache finally, and everything works as expected, before updating :)