HenryQW / Awesome-TTRSS

🐋 Awesome TTRSS, a powerful Dockerised all-in-one RSS solution.
http://ttrss.henry.wang
MIT License
2.44k stars 494 forks source link

Getting error when clicking on feed article. #280

Closed balajeek closed 3 years ago

balajeek commented 3 years ago

I have awesome-ttrss running for a while and using it every single day. from yesterday I get error when I click on any feed article.

all feed are getting updated, and I see all the feeds title and content. when I click on the title of the feed which usually opens the browser and opened the page of the feed that belongs. but from yesterday when I click on the title it opens the browser new tab and shows error

"{"error":{"code":6,"message":null}}"

This happen to any feed any site.

I checked my log using the portainer log and I see only this. and there seem to be no update or anything made in last few days.

[08-Mar-2021 23:23:41] NOTICE: fpm is running, pid 25 [08-Mar-2021 23:23:41] NOTICE: ready to handle connections s6-svscan: warning: unable to exec finish script .s6-svscan/finish: No such file or directory s6-svscan: warning: executing into .s6-svscan/crash s6-svscan: fatal: unable to exec .s6-svscan/crash: No such file or directory [08-Mar-2021 23:28:39] NOTICE: fpm is running, pid 24 [08-Mar-2021 23:28:39] NOTICE: ready to handle connections

I tried restart container and also restart the ubuntu box. but nothing helped. not sure what I do next. any help would be appreciated. thanks.

dimon222 commented 3 years ago

Are you using latest docker tag? Could you try pull it again to ensure its up to date and restart your compose with latest tag?

PS: I use latest tag and unable to replicate, it just works for me

balajeek commented 3 years ago

I have been running this for a very long time. many months ago when it got updated (using the watchtower) it stopped working and I couldn't figure it out. so I switched back to version "nightly-2020-10-31" which worked and been using it since then. not sure why I get this error.

This morning, I thought I should try in different browser, so I tried in safari and it work without any problem. I primarily use the new Brave browser, I wonder if the browser got some update that producing the error.

Also thought may be now I should try get the latest version of ttrss, so changed my docker compose to :latest and re-run, it downloaded the image, but it did not work, errors are now showing "schema invalid, upgrade to latest" something like that.

I switched back to the "nightly-2020-10-31" version and using it in safari for now until I figure out. thanks for the quick response.

HenryQW commented 3 years ago

For "schema invalid, upgrade to latest" you need to go to your homepage and there will be a button to confirm migrating to the latest schema, after that you won't be able to revert back to old image easily.

I think it's broken again https://git.tt-rss.org/fox/tt-rss/commit/5eb0f3d640374a82a026164942adc79bb1262576, I'm working on a fix.