| Summary: | MySQL remote database: After hibernation, no enlarge window, no display | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Andy <zunar> |
| Component: | Faces-Recognition | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 7.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.2.0 | |
| Sentry Crash Report: | |||
|
Description
Andy
2023-04-10 08:05:29 UTC
Well, it’s simple: the network socket is broken at system restoration time and application must be lost. Understood. So digiKam must always be closed before the PC goes into standby/hibernate mode or the wife switches to your user account. Otherwise the problem happens. Hi Andy, It must be closed with a remote database. If you use a local one as sqlite, the problem do not exists (i use it and hibernate my computer without problem). Best regards. Gilles Caulier Maik, Perhaps we can at least verify if the socket still valid while using a remote database, as the network connexion can be broken for multiple reasons. I think the socket must have a time out to catch which can be used to show a message box. Gilles Hello Gilles, I migrated the database back to SQLite two weeks ago. This runs stable. However, this is on the Synology in a shared folder. Even after the idle state, digikam continues to work with face recognition. I read that two computers can access a SQLite database. But then digikam no longer reacts. Andy >I migrated the database back to SQLite two weeks ago. This runs stable. However, this is on the Synology in a shared folder. Even after the idle >state, digikam continues to work with face recognition. Fine. >I read that two computers can access a SQLite database. But then digikam no longer reacts. No, it's wrong. Sqlite database cannot be shared through the network. Also it cannot be hosted in the network share. Only a remote Mysql/Mariadb database can be used in these conditions. Gilles Caulier |