2021-08-26 10:33:58:641 [ info nextcloud.gui.application ]: "################## Nextcloud locale:[en_US] ui_lang:[] version:[3.3.1git] os:[Arch Linux]" 2021-08-26 10:33:58:641 [ info nextcloud.gui.application ]: Using "en_US" translation 2021-08-26 10:33:58:649 [ debug nextcloud.gui.socketapi ] [ OCC::SocketApi::SocketApi ]: creating "/run/user/1000/Nextcloud" true 2021-08-26 10:33:58:649 [ info nextcloud.gui.socketapi ]: server started, listening at "/run/user/1000/Nextcloud/socket" 2021-08-26 10:33:58:649 [ info nextcloud.gui.folder.manager ]: setting remote poll timer interval to 30000 msec 2021-08-26 10:33:58:681 [ info nextcloud.gui.account.manager ]: Account for QUrl("https://*****") using auth type "webflow" 2021-08-26 10:33:58:681 [ info nextcloud.sync.credentials.webflow ]: Get QNAM 2021-08-26 10:33:58:681 [ info nextcloud.gui.account.manager ]: Restored: 0 unknown certs. 2021-08-26 10:33:58:683 [ debug nextcloud.gui.activity ] [ OCC::User::setNotificationRefreshInterval ]: Starting Notification refresh timer with 300 sec interval 2021-08-26 10:33:58:694 [ info nextcloud.gui.folder.manager ]: Setup folders from settings file 2021-08-26 10:33:58:694 [ debug nextcloud.gui.folder ] [ OCC::Folder::checkLocalPath ]: Checked local path ok 2021-08-26 10:33:58:694 [ info nextcloud.sync.configfile ]: Adding user defined ignore list to csync: "/home/*****/.config/Nextcloud/sync-exclude.lst" 2021-08-26 10:33:58:697 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA quick_check;" 2021-08-26 10:33:58:741 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT sqlite_version();" 2021-08-26 10:33:58:741 [ info nextcloud.sync.database ]: sqlite3 version "3.36.0" 2021-08-26 10:33:58:741 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA locking_mode=EXCLUSIVE;" 2021-08-26 10:33:58:741 [ info nextcloud.sync.database ]: sqlite3 locking_mode= "exclusive" 2021-08-26 10:33:58:741 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA journal_mode=WAL;" 2021-08-26 10:33:58:741 [ info nextcloud.sync.database ]: sqlite3 journal_mode= "wal" 2021-08-26 10:33:58:741 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA synchronous = NORMAL;" 2021-08-26 10:33:58:741 [ info nextcloud.sync.database ]: sqlite3 synchronous= "NORMAL" 2021-08-26 10:33:58:741 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA case_sensitive_like = ON;" 2021-08-26 10:33:58:741 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS metadata(phash INTEGER(8),pathlen INTEGER,path VARCHAR(4096),inode INTEGER,uid INTEGER,gid INTEGER,mode INTEGER,modtime INTEGER(8),type INTEGER,md5 VARCHAR(32),PRIMARY KEY(phash));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS key_value_store(key VARCHAR(4096), value VARCHAR(4096), PRIMARY KEY(key));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS downloadinfo(path VARCHAR(4096),tmpfile VARCHAR(4096),etag VARCHAR(32),errorcount INTEGER,PRIMARY KEY(path));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS uploadinfo(path VARCHAR(4096),chunk INTEGER,transferid INTEGER,errorcount INTEGER,size INTEGER(8),modtime INTEGER(8),contentChecksum TEXT,PRIMARY KEY(path));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS blacklist (path VARCHAR(4096),lastTryEtag VARCHAR[32],lastTryModtime INTEGER[8],retrycount INTEGER,errorstring VARCHAR[4096],PRIMARY KEY(path));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS async_poll(path VARCHAR(4096),modtime INTEGER(8),filesize BIGINT,pollpath VARCHAR(4096));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS selectivesync (path VARCHAR(4096),type INTEGER);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS checksumtype(id INTEGER PRIMARY KEY,name TEXT UNIQUE);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS datafingerprint(fingerprint TEXT UNIQUE);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS flags (path TEXT PRIMARY KEY,pinState INTEGER);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS conflicts(path TEXT PRIMARY KEY,baseFileId TEXT,baseEtag TEXT,baseModtime INTEGER);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE TABLE IF NOT EXISTS version(major INTEGER(8),minor INTEGER(8),patch INTEGER(8),custom VARCHAR(256));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 2 3 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 3 1 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 4 0 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 5 3 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 6 3 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 7 0 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "UPDATE version SET major=?1, minor=?2, patch =?3, custom=?4 WHERE major=?5 AND minor=?6 AND patch=?7;" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "checkConnect" and starting new transaction 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA table_info('metadata');" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid", "remotePerm", "filesize", "ignoredChildrenRemote", "contentChecksum", "contentChecksumTypeId", "e2eMangledName", "isE2eEncrypted") 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE INDEX IF NOT EXISTS metadata_inode ON metadata(inode);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "update database structure: add inode index" and starting new transaction 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE INDEX IF NOT EXISTS metadata_path ON metadata(path);" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "update database structure: add path index" and starting new transaction 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE INDEX IF NOT EXISTS metadata_parent ON metadata(parent_hash(path));" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows. 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "update database structure: add parent index" and starting new transaction 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA table_info('uploadinfo');" 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector("path", "chunk", "transferid", "errorcount", "size", "modtime", "contentChecksum") 2021-08-26 10:33:58:742 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA table_info('conflicts');" 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector("path", "baseFileId", "baseEtag", "baseModtime", "basePath") 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE INDEX IF NOT EXISTS metadata_e2e_id ON metadata(e2eMangledName);" 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows. 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "update database structure: add e2eMangledName index" and starting new transaction 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "PRAGMA table_info('blacklist');" 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::tableColumns ]: Columns in the current journal: QVector("path", "lastTryEtag", "lastTryModtime", "retrycount", "errorstring", "lastTryTime", "ignoreDuration", "renameTarget", "errorCategory", "requestId") 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "CREATE INDEX IF NOT EXISTS blacklist_index ON blacklist(path collate nocase);" 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows. 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit "checkConnect End" 2021-08-26 10:33:58:743 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT COUNT(*) FROM metadata" 2021-08-26 10:33:58:743 [ info nextcloud.gui.folder.manager ]: Adding folder to Folder Map OCC::Folder(0x562e9941e000) "1" 2021-08-26 10:33:58:743 [ debug nextcloud.gui.folderwatcher ] [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]: (+) Watcher: "/home/*****/nextCloud/" 2021-08-26 10:33:58:761 [ debug nextcloud.gui.folderwatcher ] [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]: `-> and 174 subdirectories 2021-08-26 10:33:58:761 [ info nextcloud.gui.folder.manager ]: Schedule folder "1" to sync! 2021-08-26 10:33:58:761 [ info nextcloud.gui.folder.manager ]: Folder is not ready to sync, not scheduled! 2021-08-26 10:33:58:761 [ info nextcloud.gui.application ]: Sync state changed for folder "https://*****/remote.php/dav/files/*****/" : "Not yet Started" 2021-08-26 10:33:58:761 [ info nextcloud.sync.clientproxy ]: Set proxy configuration to use the preferred system proxy for http tcp connections 2021-08-26 10:33:58:876 [ warning default ]: qrc:/qml/src/gui/tray/Window.qml:55:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2021-08-26 10:33:58:876 [ warning default ]: qrc:/qml/src/gui/tray/Window.qml:48:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2021-08-26 10:33:58:880 [ info nextcloud.gui.application ]: System tray is not available, waiting... 2021-08-26 10:33:59:881 [ info nextcloud.gui.application ]: System tray still not available, showing window and trying again later 2021-08-26 10:33:59:888 [ info nextcloud.sync.credentials.webflow ]: Fetch from keychain! 2021-08-26 10:33:59:889 [ debug nextcloud.gui.folderwatcher ] [ OCC::FolderWatcher::pathIsIgnored ]: * Ignoring file "/home/*****/nextCloud/.owncloudsync.log" 2021-08-26 10:33:59:919 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:33:59:923 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:10:194 [ info nextcloud.gui.application ]: Trying tray icon, tray available: false 2021-08-26 10:34:10:195 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:10:205 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "*****_clientCertificatePEM:https://*****/:0" chunk "0" "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:10:205 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:10:216 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:20:194 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:20:203 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "*****_clientKeyPEM:https://*****/:0" chunk "0" "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:20:203 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client key "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:20:203 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:20:205 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:28:196 [ info nextcloud.gui.folder.manager ]: Etag poll timer timeout 2021-08-26 10:34:28:196 [ info nextcloud.gui.folder.manager ]: Folders to sync: 1 2021-08-26 10:34:28:196 [ info nextcloud.gui.folder.manager ]: Number of folders that don't use push notifications: 1 2021-08-26 10:34:28:196 [ info nextcloud.gui.folder.manager ]: Run etag job on folder OCC::Folder(0x562e9941e000) 2021-08-26 10:34:28:196 [ info nextcloud.gui.folder.manager ]: Can not run etag job: Folder is busy 2021-08-26 10:34:30:194 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:30:204 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "*****_clientCaCertificatePEM0:https://*****/:0" chunk "0" "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:30:204 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client CA cert slot "0" "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:30:204 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:30:206 [ debug nextcloud.sync.account ] [ OCC::Account::slotCredentialsFetched ]: User id already fetched. 2021-08-26 10:34:30:206 [ info nextcloud.gui.account.state ]: Fetched credentials for "https://*****" attempting to connect 2021-08-26 10:34:30:206 [ debug nextcloud.sync.account ] [ OCC::Account::resetNetworkAccessManager ]: Resetting QNAM 2021-08-26 10:34:30:206 [ info nextcloud.sync.credentials.webflow ]: Get QNAM 2021-08-26 10:34:30:206 [ debug nextcloud.sync.connectionvalidator ] [ OCC::ConnectionValidator::checkServerAndAuth ]: Checking server and authentication 2021-08-26 10:34:30:206 [ debug nextcloud.sync.connectionvalidator ] [ OCC::ConnectionValidator::checkServerAndAuth ]: Trying to look up system proxy 2021-08-26 10:34:30:206 [ info nextcloud.sync.connectionvalidator ]: No system proxy set by OS 2021-08-26 10:34:30:214 [ info nextcloud.sync.accessmanager ]: 2 "" "https://*****/status.php" has X-Request-ID "8c397d2a-9aa2-4c6f-a6bb-72bce7a934bc" 2021-08-26 10:34:30:214 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/status.php") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/")) 2021-08-26 10:34:30:215 [ info nextcloud.sync.networkjob ]: OCC::CheckServerJob created for "https://*****" + "status.php" "OCC::ConnectionValidator" 2021-08-26 10:34:30:466 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:30:466 [ info nextcloud.sync.networkjob.checkserver ]: status.php returns: QJsonDocument({"edition":"","extendedSupport":false,"installed":true,"maintenance":false,"needsDbUpgrade":false,"productname":"NextCloudPi","version":"21.0.3.1","versionstring":"21.0.3"}) QNetworkReply::NoError Reply: QNetworkReplyHttpImpl(0x562e9981b570) 2021-08-26 10:34:30:466 [ info nextcloud.sync.connectionvalidator ]: ** Application: ownCloud found: QUrl("https://*****") with version "21.0.3" ( "21.0.3.1" ) 2021-08-26 10:34:30:466 [ info nextcloud.sync.connectionvalidator ]: QUrl("https://*****") has server version "21.0.3.1" 2021-08-26 10:34:30:466 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::CheckServerJob finished for "status.php" 2021-08-26 10:34:30:467 [ info nextcloud.gui.account.state ]: AccountState connection status change: OCC::ConnectionValidator::Undefined -> OCC::ConnectionValidator::CredentialsNotReady 2021-08-26 10:34:30:467 [ info nextcloud.gui.account.state ]: Invalid credentials for "https://*****" asking user 2021-08-26 10:34:30:467 [ info nextcloud.gui.account.state ]: AccountState state change: "Disconnected" -> "Asking Credentials" 2021-08-26 10:34:30:467 [ info nextcloud.gui.folder.manager ]: Account "*****@*****" disconnected or paused, terminating or descheduling sync folders 2021-08-26 10:34:30:467 [ info nextcloud.sync.networkjob.determineauthtype ]: Determining auth type for QUrl("https://*****/remote.php/dav/files/*****/") 2021-08-26 10:34:30:467 [ info nextcloud.sync.accessmanager ]: 2 "" "https://*****" has X-Request-ID "a98d8944-9629-4c16-88f9-00a8b92a9cad" 2021-08-26 10:34:30:467 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:30:468 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for "https://*****" + "" "" 2021-08-26 10:34:30:468 [ info nextcloud.sync.accessmanager ]: 6 "PROPFIND" "https://*****/remote.php/dav/files/*****/" has X-Request-ID "dd682dbc-a02e-4be3-887f-2080837c43fa" 2021-08-26 10:34:30:468 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/remote.php/dav/files/*****/") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:30:469 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for "https://*****" + "" "" 2021-08-26 10:34:30:469 [ info nextcloud.sync.accessmanager ]: 2 "" "https://*****/ocs/v2.php/cloud/capabilities?format=json" has X-Request-ID "b3a9dc8e-1749-49b2-af6e-c25c69e87d05" 2021-08-26 10:34:30:469 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/ocs/v2.php/cloud/capabilities?format=json") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:30:469 [ info nextcloud.sync.networkjob ]: OCC::JsonApiJob created for "https://*****" + "/ocs/v2.php/cloud/capabilities" "OCC::DetermineAuthTypeJob" 2021-08-26 10:34:30:469 [ debug nextcloud.sync.credentials.webflow ] [ OCC::WebFlowCredentials::askFromUser ]: User needs to reauth! 2021-08-26 10:34:30:633 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:30:634 [ info nextcloud.sync.networkjob ]: Redirecting "GET" QUrl("https://*****") QUrl("https://*****/index.php/login") 2021-08-26 10:34:30:634 [ info nextcloud.sync.accessmanager ]: 2 "" "https://*****/index.php/login" has X-Request-ID "edfe33a6-d9b7-4ae1-abba-ac55ca8030dc" 2021-08-26 10:34:30:634 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/index.php/login") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:30:742 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:30:742 [ warning nextcloud.sync.credentials.webflow ]: QNetworkReply::AuthenticationRequiredError 2021-08-26 10:34:30:742 [ warning nextcloud.sync.credentials.webflow ]: "Host requires authentication" 2021-08-26 10:34:30:742 [ warning nextcloud.sync.networkjob.determineauthtype ]: Unknown WWW-Authenticate reply to auth-test PROPFIND: "basic realm=\"nextcloudpi\", charset=\"utf-8\"" 2021-08-26 10:34:30:742 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for "" 2021-08-26 10:34:30:840 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:30:840 [ info nextcloud.sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://*****/ocs/v2.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK" 2021-08-26 10:34:30:840 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::JsonApiJob finished for "/ocs/v2.php/cloud/capabilities" 2021-08-26 10:34:31:044 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:31:044 [ info nextcloud.sync.networkjob.determineauthtype ]: Auth type for QUrl("https://*****/remote.php/dav/files/*****/") is OCC::DetermineAuthTypeJob::LoginFlowV2 2021-08-26 10:34:31:044 [ warning default ]: QLayout: Attempting to add QLayout "" to OCC::WebFlowCredentialsDialog "", which already has a layout 2021-08-26 10:34:31:051 [ info nextcloud.sync.accessmanager ]: 4 "" "https://*****/index.php/login/v2" has X-Request-ID "d8bde1af-47a8-4435-9a9a-991ffd9c66dc" 2021-08-26 10:34:31:051 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/index.php/login/v2") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:31:052 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for "https://*****" + "" "" 2021-08-26 10:34:31:062 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for "" 2021-08-26 10:34:31:566 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:31:567 [ info nextcloud.sync.credentials.flow2auth ]: setting remote poll timer interval to 30000 msec 2021-08-26 10:34:31:585 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for "" 2021-08-26 10:34:37:283 [ info nextcloud.sync.accessmanager ]: 4 "" "https://*****/index.php/login/v2/poll" has X-Request-ID "796c0b70-5371-4028-b11a-db5033180d2c" 2021-08-26 10:34:37:283 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/index.php/login/v2/poll") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:37:284 [ info nextcloud.sync.networkjob ]: OCC::SimpleNetworkJob created for "https://*****" + "" "" 2021-08-26 10:34:37:624 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:37:625 [ info nextcloud.sync.credentials.flow2auth ]: Success getting the appPassword for user: "*****" , server: "https://*****" 2021-08-26 10:34:37:625 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::SimpleNetworkJob finished for "" 2021-08-26 10:34:37:625 [ info nextcloud.sync.credentials.webflow ]: Get QNAM 2021-08-26 10:34:37:625 [ info nextcloud.sync.accessmanager ]: 2 "" "https://*****/ocs/v1.php/cloud/user?format=json" has X-Request-ID "bd9e3c41-0bee-4037-ad44-5d9f6e95e3a8" 2021-08-26 10:34:37:625 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://*****/ocs/v1.php/cloud/user?format=json") requests: (QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; SameSite=lax; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; SameSite=strict; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=*****; path=/"), QNetworkCookie("oc_sessionPassphrase=JjQVdLQ6exhfKm7FHGtiD7f2Tl%2BJ0pt3Xbwox89UYvQFzxvwDqXkfYgOmsKXb%2Bb%2Bx9dzRcxFWR1AE%2FsiQBNNH%2BL0T7rPNCVa8LUoWkzzaMreEZjjzhEsrXaYYg0nYbyT; secure; HttpOnly; SameSite=Lax; domain=*****; path=/"), QNetworkCookie("ocwn0g3teaag=3ohcjeha1g1ffjip2j7mpsnq4s; secure; HttpOnly; SameSite=Lax; domain=*****; path=/")) 2021-08-26 10:34:37:626 [ info nextcloud.sync.networkjob ]: OCC::JsonApiJob created for "https://*****" + "/ocs/v1.php/cloud/user" "" 2021-08-26 10:34:38:042 [ info nextcloud.sync.credentials.webflow ]: request finished 2021-08-26 10:34:38:042 [ info nextcloud.sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://*****/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK" 2021-08-26 10:34:38:043 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::JsonApiJob finished for "/ocs/v1.php/cloud/user" 2021-08-26 10:34:38:043 [ debug default ] [ unknown ]: static bool LibSecretKeyring::writePassword(const QString&, const QString&, const QString&, QKeychain::JobPrivate::Mode, const QByteArray&, QKeychain::JobPrivate*) 2021-08-26 10:34:38:052 [ warning nextcloud.sync.account ]: Unable to store appPassword in keychain "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:48:109 [ info nextcloud.gui.application ]: Running for 49.479 sec 2021-08-26 10:34:53:317 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:53:328 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:54:753 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:34:54:755 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:34:58:194 [ info nextcloud.gui.folder.manager ]: Etag poll timer timeout 2021-08-26 10:34:58:194 [ info nextcloud.gui.folder.manager ]: Folders to sync: 1 2021-08-26 10:34:58:194 [ info nextcloud.gui.folder.manager ]: Number of folders that don't use push notifications: 1 2021-08-26 10:34:58:194 [ info nextcloud.gui.folder.manager ]: Run etag job on folder OCC::Folder(0x562e9941e000) 2021-08-26 10:34:58:194 [ info nextcloud.gui.folder.manager ]: Can not run etag job: Folder is busy 2021-08-26 10:35:03:194 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:35:03:204 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "proxy-password" chunk "0" "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:35:05:194 [ debug default ] [ unknown ]: static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*) 2021-08-26 10:35:05:205 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "proxy-password" chunk "0" "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:35:05:206 [ warning nextcloud.sync.credentials.keychainchunk ]: ReadPasswordJob failed with "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:35:05:215 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:35:05:216 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT path FROM selectivesync WHERE type=?1" 2021-08-26 10:35:05:218 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:35:05:219 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT path FROM selectivesync WHERE type=?1" 2021-08-26 10:35:05:233 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:35:05:233 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT path FROM selectivesync WHERE type=?1" 2021-08-26 10:35:05:237 [ warning nextcloud.sync.credentials.keychainchunk ]: ReadPasswordJob failed with "The name org.freedesktop.secrets was not provided by any .service files" 2021-08-26 10:35:05:240 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:35:05:240 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT path FROM selectivesync WHERE type=?1" 2021-08-26 10:35:05:240 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:35:05:240 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT path FROM selectivesync WHERE type=?1" 2021-08-26 10:35:05:246 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 3 2021-08-26 10:35:05:246 [ debug nextcloud.sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec "SELECT path FROM selectivesync WHERE type=?1"