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

PHP Fatal error: Uncaught TypeError: json_decode(): Argument #1 ($json) must be of type string, bool given in /var/www/FreshRSS/extensions/freshrss-image-cache-plugin-0.4/extension.php:77 #7

Open
Whichbfj28 opened this issue Jul 13, 2024 · 1 comment

Comments

@Whichbfj28
Copy link

Whichbfj28 commented Jul 13, 2024

PHP Fatal error:  Uncaught TypeError: json_decode(): Argument #1 ($json) must be of type string, bool given in /var/www/FreshRSS/extensions/freshrss-image-cache-plugin-0.4/extension.php:77
Stack trace:
#0 /var/www/FreshRSS/extensions/freshrss-image-cache-plugin-0.4/extension.php(77): json_decode()
#1 /var/www/FreshRSS/extensions/freshrss-image-cache-plugin-0.4/extension.php(84): ImageCacheExtension::curlPostRequest()
#2 /var/www/FreshRSS/extensions/freshrss-image-cache-plugin-0.4/extension.php(112): ImageCacheExtension::send_proactive_cache_request()
#3 /var/www/FreshRSS/extensions/freshrss-image-cache-plugin-0.4/extension.php(164): ImageCacheExtension::cache_images()
#4 /var/www/FreshRSS/lib/Minz/ExtensionManager.php(374): ImageCacheExtension::image_upload_hook()
#5 /var/www/FreshRSS/lib/Minz/ExtensionManager.php(344): Minz_ExtensionManager::callOneToOne()
#6 /var/www/FreshRSS/app/Controllers/feedController.php(522): Minz_ExtensionManager::callHook()
#7 /var/www/FreshRSS/app/Controllers/feedController.php(737): FreshRSS_feed_Controller::actualizeFeeds()
#8 /var/www/FreshRSS/lib/Minz/Dispatcher.php(120): FreshRSS_feed_Controller->actualizeAction()
#9 /var/www/FreshRSS/lib/Minz/Dispatcher.php(49): Minz_Dispatcher->launchAction()
#10 /var/www/FreshRSS/lib/Minz/FrontController.php(61): Minz_Dispatcher->run()

When updating the feed of freshrss, these logs appear

This problem occurs when updating the feed source https://rsshub.app/jiemian/lists/2?filterout_author=%E7%95%8C%E9%9D%A2%E5%BF%AB%E6%8A%A5

When this problem occurs. It will lock up the update. Causing other feed sources to fail to update.

@Whichbfj28
Copy link
Author

Already searched the help file at freshrss. It should be that the extension is throwing an error that stops the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant