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

Plugin has stopped working with latest update to tt-rss #17

Closed
ansonlos opened this issue Feb 16, 2021 · 7 comments
Closed

Plugin has stopped working with latest update to tt-rss #17

ansonlos opened this issue Feb 16, 2021 · 7 comments

Comments

@ansonlos
Copy link

ansonlos commented Feb 16, 2021

The plugin is now not working with the latest update to tt-rss. The author of tt-rss is saying that he has renamed several 'internal methods' and if the plugin is using any of these internal method then it would break:

https://community.tt-rss.org/t/syncing-via-fever-api-has-stopped-working/4308/2

Can the plugin be updated with those renamed 'internal methods'? Thanks.

@SNAEV
Copy link

SNAEV commented Feb 16, 2021

[16-Feb-2021 14:10:53 UTC] PHP Warning: require_once(db.php): failed to open stream: No such file or directory in /var/www/html/tt-rss/plugins.local/fever/index.php on line 36

[16-Feb-2021 14:10:53 UTC] PHP Fatal error: require_once(): Failed opening required 'db.php' (include_path='/var/www/html/tt-rss/plugins.local/fever:/var/www/html/tt-rss:/var/www/html/tt-rss/include:.:/usr/share/pear:/usr/share/php') in /var/www/html/tt-rss/plugins.local/fever/index.php on line 36

@xyzmos
Copy link

xyzmos commented Feb 16, 2021

I tried to fix it, I tested it and it worked, you can try it,This is the modified file
Fix

@christianbur
Copy link

In the short term it would be good to fix the bug, in the long term it probably needs a new plugin, because in Reeder 5 Fever is obsolete and no longer recommended. Does anyone know a ttrss plugin with Google Reader Api?

@eric-pierce
Copy link
Contributor

It looks like we have a pull request to fix - I haven't tested but the fix looks relatively simple. #18

@benfishbus
Copy link

In the short term it would be good to fix the bug, in the long term it probably needs a new plugin, because in Reeder 5 Fever is obsolete and no longer recommended. Does anyone know a ttrss plugin with Google Reader Api?

Or, Reeder could implement native tt-rss api like Fiery Feeds did.

@eric-pierce
Copy link
Contributor

The latest pull request from @froks fixes this. I just opened #19 to suppress "Undefined array key" warnings that were piling up in the system log

@ansonlos
Copy link
Author

Thanks to the fixes by @froks #18 and further cleanup by @eric-pierce #19 the issue has now been resolved.

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

6 participants