YunoHost-Apps / pydio_ynh

Pydio package for YunoHost
GNU Affero General Public License v3.0
7 stars 8 forks source link

Unable to log on #7

Open hobhobuk opened 1 year ago

hobhobuk commented 1 year ago

Installed the app, inputted user and admin password.

Yet nothing works.. App running. But admin/root logins do not work. User logins with and without email, do not work.

There is no documentation or other information to help.

dramborleg commented 1 year ago

Just ran into this as well. Given that the other open issue also mentions it, that makes at least 3 of us. I don't have much time to debug it myself so I may end up installing another alternative for now. I did dig in a bit and it looks like the user existed in the pydio database but maybe the password or something else in auth chain is broken. For reference, if I look at the pydio logs the auth error turns up as

Rest Error 401        {"error": "{\"id\":\"login.failed\",\"code\":401,\"detail\":\"Login failed\",\"status\":\"Unauthorized\"}"}

There's similar cases of this error in pydio forums and issue tracker but I didn't see a straightforward solution that solved it for me.

feloxxx commented 6 months ago

Hello, I have the same problem as described above, is there a solution here? I installed the application freshly, previously updated the Yunohost installation during the installation. During the application, there were no errors during installation.

cells[78886]: 2023-12-14T14:43:40.732+0100 ERROR pydio.rest.frontend Rest Error 401 {"error": "{\"id\":\"login.failed\",\"code\":401,\"detail\":\"Login failed\",\"status\":\"Unauthorized\"}"}

Pfeil commented 4 months ago

I think the DB connection doesn't work for some reason. This is what the mysql service gives me:

Feb 20 00:41:40 mariadbd[758]: 2024-02-20  0:41:40 478 [Warning] Aborted connection 478 to db: 'pydio' user: 'pydio' host: 'localhost' (Got an error reading communication packets)
Feb 20 00:41:40 mariadbd[758]: 2024-02-20  0:41:40 477 [Warning] Aborted connection 477 to db: 'pydio' user: 'pydio' host: 'localhost' (Got an error reading communication packets)
Feb 20 00:41:40 mariadbd[758]: 2024-02-20  0:41:40 476 [Warning] Aborted connection 476 to db: 'pydio' user: 'pydio' host: 'localhost' (Got an error reading communication packets)

Hardware: Raspberry Pi 4 Yunohost 11.2.10 (64bit)