Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?
-
Maybe it needs to be writable?
-
Hi, it seems another update of TT-RSS (and the plugin) is required to make it work, see
-
BTW: Updating a Git Repository in Cloudron Apps does not seem to work anymore. If I try to
cd /app/data/plugins.local/freshapi git pull
I get the error
fatal: detected dubious ownership in repository at '/app/data/plugins.local/freshapi'
If I try the suggested
git config --global --add safe.directory /app/data/plugins.local/freshapi
I get the error code
error: could not lock config file /root/.gitconfig: Read-only file system
-
@necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:
git config --global --add safe.directory /app/data/plugins.local/freshapi
You need to run without the
--global
option. With it it tries to update the gitconfig in your$HOME
, without it the config in the current git repo. -
@fbartels
I tried without the --global before in the freshapi folder but still get errors...?root@###:/app/data/plugins.local/freshapi# git config --add safe.directory /app/data/plugins.local/freshapi fatal: not in a git directory root@###:/app/data/plugins.local/freshapi# ls -la total 64 drwxr-xr-x 4 www-data www-data 4096 Sep 15 05:39 . drwxr-xr-x 12 www-data www-data 4096 Sep 15 05:39 .. drwxr-xr-x 8 www-data www-data 4096 Sep 15 05:39 .git -rw-r--r-- 1 www-data www-data 34523 Sep 15 05:39 LICENSE -rw-r--r-- 1 www-data www-data 4568 Sep 15 05:39 README.md drwxr-xr-x 2 www-data www-data 4096 Sep 15 05:39 api -rw-r--r-- 1 www-data www-data 988 Sep 15 05:39 init.php
-
@necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:
Hi, it seems another update of TT-RSS (and the plugin) is required to make it work, see
Whatever this is, it seems an update of the plugin itself is insufficient. I just updated the plugin to the most recent version, and I still get the exact same login errors.
When I go to the ttrss -> settings -> personal data / authentication -> app passwords window, I see that the one-time password is never used. So it seems something is preventing clients trying to access this plugin/api from even getting to the authentication mechanisms.
It seems we need some help from the Cloudron admins on this. I really don't know what else I can do to troubleshoot.
-
No, the links to the tt-rss forum speak of necessary updates to tt-rss in the last 2 days as well
-
@necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:
I tried without the --global before in the freshapi folder but still get errors...?
root@###:/app/data/plugins.local/freshapi# git config --add safe.directory /app/data/plugins.local/freshapi fatal: not in a git directory
I got this same error. I install the plugin via the browser command line. I've noticed that this sets root as owner, and I've changed ownership to www-data, so that it matches my other plugins.
If I do a
git pull
from the terminal, it fails with the same error code you provide. However, if I change ownership to root before doing the git pull, then it works. So it's probably easiest to change ownership first, do a git pull, and then change ownership back to www-data.
The plugin still doesn't authenticate, though, so I guess we need a ttrss update. I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.
-
@odie said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:
I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.
FWIW, this is fine, please ask away Our app builds are more and more automated. We have some great automatic tests to test updates as well. Manual work is minimal for many apps (ttrss included). Anyways, I triggered a new build now.
-
@girish said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:
@odie said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:
I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.
FWIW, this is fine, please ask away Our app builds are more and more automated. We have some great automatic tests to test updates as well. Manual work is minimal for many apps (ttrss included). Anyways, I triggered a new build now.
Much appreciated, @girish!
I updated TTRSS and the Fredhapi plugin, but I still canβt get it to authenticate. I get the exact same error message in my logs.
Anyone else had success with this?