Closed parcelcat closed 2 years ago
I'm sorry for your inconvenience.
Seems like a recent update to FreshRss broke compatibility with all previous versions. This small workaround should be working with all versions for now.
Can you tell me, how you'd upgrade your addon? Since I'm testing and developing on my main instance, I don't use addon update features of FreshRSS and don't know how to go about that. Would be nice to hear, if there are any problems or complications.
@printfuck Thank you, Readable now works as expected!
Since I'm using the official FreshRSS Docker image, I fetched the latest version of the extension with Git and then manually loaded it into the container.
*container_id*
) of the FreshRSS instance:sudo docker ps | grep freshrss
sudo docker exec -it *container_id* /bin/bash
rm -rf extensions/xExtension-Readable
exit
xExtension-Readable
directory into the Docker container:sudo docker cp xExtension-Readable *container_id*:/var/www/FreshRSS/extensions/
The extension is now updated in FreshRSS. It would be nicer if FreshRSS had an extension installer/updater in the settings, instead of just a list of installed and available extensions, but it doesn't look like this feature is implemented yet.
Thank you for the issue and your time!
There is a bug that prevents FreshRSS from updating feeds when Readable is enabled:
Thanks for creating this extension!