Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audioscavenger/d1501b1ee25dbccd6247a2a56efc29f5 to your computer and use it in GitHub Desktop.
Save audioscavenger/d1501b1ee25dbccd6247a2a56efc29f5 to your computer and use it in GitHub Desktop.
owncloud client 2.5.4 logs + nginx / owncloud 10.2.0
server side nginx logs when client 2.5.4 tries to connect:
172.17.0.1 - - [23/Jun/2019:16:59:43 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - - [23/Jun/2019:16:59:44 -0400] "GET /remote.php/webdav/ HTTP/1.0" 401 412 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - - [23/Jun/2019:16:59:45 -0400] "PROPFIND /remote.php/webdav/ HTTP/1.0" 401 412 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
=> then password window pops up
172.17.0.1 - username [23/Jun/2019:17:05:32 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:32 -0400] "PROPFIND /remote.php/webdav/ HTTP/1.0" 207 342 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:32 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:32 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:32 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:33 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:33 -0400] "GET /ocs/v1.php/cloud/activity?page=0&pagesize=100&format=json HTTP/1.0" 200 242 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:33 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:17:05:33 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
then server side nginx logs follow:
172.17.0.1 - username [23/Jun/2019:16:36:51 -0400] "PROPFIND /remote.php/webdav/ HTTP/1.0" 207 342 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:36:54 -0400] "PROPFIND /remote.php/webdav/ HTTP/1.0" 207 302 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "PROPFIND /remote.php/webdav/ HTTP/1.0" 207 342 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:04 -0400] "GET /ocs/v1.php/cloud/activity?page=0&pagesize=100&format=json HTTP/1.0" 200 242 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:05 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:05 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:37:36 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:08 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:40 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:38:41 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:17 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:44 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:39:52 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:40:48 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:20 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:22 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:52 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:41:52 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:42:25 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:42:27 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:28 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:43:30 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:44:01 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:44:13 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:44:35 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:45:36 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "GET /status.php HTTP/1.0" 200 154 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.0" 200 1471 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "GET /ocs/v1.php/config?format=json HTTP/1.0" 200 168 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.0" 200 170 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "GET /remote.php/dav/avatars/username/128.png HTTP/1.0" 404 6529 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:08 -0400] "GET /ocs/v2.php/apps/notifications/api/v1/notifications?format=json HTTP/1.0" 200 108 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:09 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:40 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:46:40 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:47:13 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:47:29 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:47:47 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:48:01 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 385 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
172.17.0.1 - username [23/Jun/2019:16:48:19 -0400] "PROPFIND /remote.php/dav/files/username/ HTTP/1.0" 207 350 "-" "Mozilla/5.0 (Windows) mirall/2.5.4 (build 11415)"
owncloud production client windows 2.5.4:
06-23 13:43:29:943 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:43:40:701 [ info gui.socketapi ]: New connection QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Received SocketAPI message <-- "GET_STRINGS:CONTEXT_MENU_TITLE" from QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_STRINGS:BEGIN" to QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Sending SocketAPI message --> "STRING:CONTEXT_MENU_TITLE:ownCloud" to QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_STRINGS:END" to QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Received SocketAPI message <-- "GET_MENU_ITEMS:S:\\Github\\owncloud-2.5.4-logs\\20190623_1336_owncloud.log.0" from QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_MENU_ITEMS:BEGIN" to QLocalSocket(0x7f8c510)
06-23 13:43:40:701 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_MENU_ITEMS:END" to QLocalSocket(0x7f8c510)
06-23 13:43:40:803 [ info gui.socketapi ]: Lost connection QLocalSocket(0x7f8c510)
06-23 13:43:58:088 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "52a12b6d-338f-4350-bda4-c01054fd4a33"
06-23 13:43:58:089 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:43:59:933 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "5661cc13-982a-42f6-b1ec-88f3a496d916"
06-23 13:43:59:933 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:44:01:146 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:44:06:051 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:44:06:051 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:44:06:051 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:44:09:024 [ info gui.socketapi ]: New connection QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Received SocketAPI message <-- "GET_STRINGS:CONTEXT_MENU_TITLE" from QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_STRINGS:BEGIN" to QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Sending SocketAPI message --> "STRING:CONTEXT_MENU_TITLE:ownCloud" to QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_STRINGS:END" to QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Received SocketAPI message <-- "GET_MENU_ITEMS:S:\\www" from QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_MENU_ITEMS:BEGIN" to QLocalSocket(0x7eccce0)
06-23 13:44:09:025 [ info gui.socketapi ]: Sending SocketAPI message --> "GET_MENU_ITEMS:END" to QLocalSocket(0x7eccce0)
06-23 13:44:09:127 [ info gui.socketapi ]: Lost connection QLocalSocket(0x7eccce0)
06-23 13:44:11:050 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "38aa3df2-7863-418e-b9be-a8a69947f273"
06-23 13:44:11:050 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:44:12:514 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:44:30:090 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "9ced084a-6bbd-4112-abcc-c666f63f0956"
06-23 13:44:30:090 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:44:34:685 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:44:42:508 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "3b40e861-b8be-4ae6-a2f8-3c151eb2a95f"
06-23 13:44:42:509 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:44:48:740 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:44:48:740 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:44:48:740 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:44:53:739 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "151ecce9-2c7a-4e86-ad6a-c9942ba0fefc"
06-23 13:44:53:739 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:44:55:364 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:44:55:364 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:44:55:364 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:45:00:367 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "bb3a683d-fe1b-4904-92d0-74a8adfbe26c"
06-23 13:45:00:367 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:45:01:923 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:45:01:923 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:45:01:923 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:45:02:089 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "db64ed1d-ad5f-4b44-9bed-82a05b239553"
06-23 13:45:02:090 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:45:03:642 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:45:03:642 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:45:03:642 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:45:03:642 [ info gui.account.state ]: AccountState connection status change: OCC::ConnectionValidator::Status(Connected) -> OCC::ConnectionValidator::Status(Timeout)
06-23 13:45:03:642 [ info gui.account.state ]: AccountState state change: "Connected" -> "Network error"
06-23 13:45:03:646 [ info gui.folder.manager ]: Account "username@owncloud.myserver.com" disconnected or paused, terminating or descheduling sync folders
06-23 13:45:34:092 [ info sync.connectionvalidator ]: Setting QNAM proxy to be system proxy "3://localhost:21320"
06-23 13:45:34:092 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/status.php" has X-Request-ID "9b680fd5-b071-401e-bed7-fd1cca1b9e25"
06-23 13:45:34:092 [ info sync.networkjob ]: OCC::CheckServerJob created for "https://owncloud.myserver.com" + "status.php" "OCC::ConnectionValidator"
06-23 13:45:35:559 [ info sync.networkjob.checkserver ]: status.php returns: QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"productname":"ownCloud","version":"10.2.0.5","versionstring":"10.2.0"}) QNetworkReply::NetworkError(NoError) Reply: QNetworkReplyHttpImpl(0x7df7980)
06-23 13:45:35:559 [ info sync.connectionvalidator ]: ** Application: ownCloud found: QUrl("https://owncloud.myserver.com") with version "10.2.0" ( "10.2.0.5-ownCloud" )
06-23 13:45:35:559 [ info sync.connectionvalidator ]: QUrl("https://owncloud.myserver.com") has server version "10.2.0.5-ownCloud"
06-23 13:45:35:559 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "c03680f9-33b4-4679-81d8-d5ea15f218a4"
06-23 13:45:35:559 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:45:35:593 [ warning default ]: QIODevice::write (QTcpSocket): device not open
06-23 13:45:40:421 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:45:40:421 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:45:40:421 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:45:40:423 [ info gui.folder.manager ]: Account "username@owncloud.myserver.com" disconnected or paused, terminating or descheduling sync folders
06-23 13:46:06:093 [ info sync.connectionvalidator ]: Setting QNAM proxy to be system proxy "3://localhost:21320"
06-23 13:46:06:093 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/status.php" has X-Request-ID "40ac6dd2-5044-49f2-869b-6d01cfee1f58"
06-23 13:46:06:093 [ info sync.networkjob ]: OCC::CheckServerJob created for "https://owncloud.myserver.com" + "status.php" "OCC::ConnectionValidator"
06-23 13:46:07:521 [ info sync.networkjob.checkserver ]: status.php returns: QJsonDocument({"edition":"Community","installed":true,"maintenance":false,"needsDbUpgrade":false,"productname":"ownCloud","version":"10.2.0.5","versionstring":"10.2.0"}) QNetworkReply::NetworkError(NoError) Reply: QNetworkReplyHttpImpl(0x7df78d0)
06-23 13:46:07:521 [ info sync.connectionvalidator ]: ** Application: ownCloud found: QUrl("https://owncloud.myserver.com") with version "10.2.0" ( "10.2.0.5-ownCloud" )
06-23 13:46:07:521 [ info sync.connectionvalidator ]: QUrl("https://owncloud.myserver.com") has server version "10.2.0.5-ownCloud"
06-23 13:46:07:521 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "df631669-4d0a-4595-adf3-602c17830791"
06-23 13:46:07:521 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:46:07:590 [ warning default ]: QIODevice::write (QTcpSocket): device not open
06-23 13:46:07:628 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:46:07:628 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/ocs/v1.php/cloud/capabilities?format=json" has X-Request-ID "010da268-516a-4a1f-823a-b1f4ba32a687"
06-23 13:46:07:629 [ info sync.networkjob ]: OCC::JsonApiJob created for "https://owncloud.myserver.com" + "ocs/v1.php/cloud/capabilities" "OCC::ConnectionValidator"
06-23 13:46:07:629 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/ocs/v1.php/config?format=json" has X-Request-ID "52e1c148-4b32-4cee-aae9-5fc45ee4aecc"
06-23 13:46:07:629 [ info sync.networkjob ]: OCC::JsonApiJob created for "https://owncloud.myserver.com" + "ocs/v1.php/config" ""
06-23 13:46:07:731 [ info sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://owncloud.myserver.com/ocs/v1.php/cloud/capabilities?format=json") FINISHED WITH STATUS "OK"
06-23 13:46:07:731 [ info sync.connectionvalidator ]: Server capabilities QJsonObject({"checksums":{"preferredUploadType":"SHA1","supportedTypes":["SHA1"]},"core":{"pollinterval":60,"status":{"edition":"Community","hostname":"2452e5922f3b","installed":true,"maintenance":false,"needsDbUpgrade":false,"productname":"ownCloud","version":"10.2.0.5","versionstring":"10.2.0"},"webdav-root":"remote.php/webdav"},"dav":{"chunking":"1.0","reports":["search-files"]},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"privateLinks":true,"privateLinksDetailsParam":true,"undelete":true,"versioning":true},"files_sharing":{"api_enabled":true,"auto_accept_share":true,"can_share":true,"default_permissions":31,"federation":{"incoming":true,"outgoing":true},"group_sharing":true,"public":{"defaultPublicLinkShareName":"Public link","enabled":true,"expire_date":{"enabled":false},"multiple":true,"password":{"enforced":false,"enforced_for":{"read_only":false,"read_write":false,"upload_only":false}},"send_mail":false,"social_share":true,"supports_upload_only":true,"upload":true},"resharing":true,"search_min_length":2,"share_with_group_members_only":true,"share_with_membership_groups_only":true,"user":{"send_mail":false},"user_enumeration":{"enabled":true,"group_members_only":false}},"notifications":{"ocs-endpoints":["list","get","delete"]}})
06-23 13:46:07:731 [ info sync.connectionvalidator ]: QUrl("https://owncloud.myserver.com") has server version "10.2.0.5"
06-23 13:46:07:731 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/ocs/v1.php/cloud/user?format=json" has X-Request-ID "27217701-eab9-47ef-bc4f-bf3da321f203"
06-23 13:46:07:731 [ info sync.networkjob ]: OCC::JsonApiJob created for "https://owncloud.myserver.com" + "ocs/v1.php/cloud/user" "OCC::ConnectionValidator"
06-23 13:46:07:822 [ info sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://owncloud.myserver.com/ocs/v1.php/config?format=json") FINISHED WITH STATUS "OK"
06-23 13:46:07:822 [ info sync.connectionvalidator ]: Determined user-visible host to be "owncloud.myserver.com"
06-23 13:46:07:923 [ info sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://owncloud.myserver.com/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
06-23 13:46:07:923 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/remote.php/dav/avatars/username/128.png" has X-Request-ID "660982e1-32ef-4571-ba40-ff2e32431beb"
06-23 13:46:07:923 [ info sync.networkjob ]: OCC::AvatarJob created for "https://owncloud.myserver.com" + "" "OCC::ConnectionValidator"
06-23 13:46:08:035 [ warning sync.networkjob ]: QNetworkReply::NetworkError(ContentNotFoundError) "Server replied \"404 Not Found\" to \"GET https://owncloud.myserver.com/remote.php/dav/avatars/username/128.png\"" QVariant(int, 404)
06-23 13:46:08:035 [ info gui.account.state ]: AccountState connection status change: OCC::ConnectionValidator::Status(Timeout) -> OCC::ConnectionValidator::Status(Connected)
06-23 13:46:08:035 [ info gui.account.state ]: AccountState state change: "Network error" -> "Connected"
06-23 13:46:08:035 [ info sync.accessmanager ]: 2 "" "https://owncloud.myserver.com/ocs/v2.php/apps/notifications/api/v1/notifications?format=json" has X-Request-ID "52bb9587-2fb5-44e4-a287-4f688f765086"
06-23 13:46:08:035 [ info sync.networkjob ]: OCC::JsonApiJob created for "https://owncloud.myserver.com" + "ocs/v2.php/apps/notifications/api/v1/notifications" "OCC::ServerNotificationHandler"
06-23 13:46:08:035 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "17788028-ebd0-4797-8ff5-da1a9c3d947e"
06-23 13:46:08:035 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:46:08:039 [ info gui.folder.manager ]: Account "username@owncloud.myserver.com" connected, scheduling its folders
06-23 13:46:08:133 [ info sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://owncloud.myserver.com/ocs/v2.php/apps/notifications/api/v1/notifications?format=json") FINISHED WITH STATUS "OK"
06-23 13:46:08:235 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:46:38:091 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "0f2f5fd4-273f-45b6-b31d-d07ede750ef5"
06-23 13:46:38:092 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:46:38:229 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "bf5a167e-9068-49c2-b727-17139cc3c22d"
06-23 13:46:38:230 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:46:39:553 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:46:39:659 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:47:09:650 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "059b2385-d78c-4535-8959-7c0cb376c001"
06-23 13:47:09:650 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:47:10:088 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "afb8c3b5-2075-4dfa-8585-7f4c514ce299"
06-23 13:47:10:088 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:47:13:157 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:47:14:162 [ info sync.configfile ]: Adding system ignore list to csync: "C:/Program Files (x86)/ownCloud/sync-exclude.lst"
06-23 13:47:16:094 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:47:16:094 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:47:16:094 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:47:21:088 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "d4aad3f2-b16a-457b-ae47-c4989c4681d7"
06-23 13:47:21:088 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:47:22:624 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:47:22:624 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:47:22:624 [ warning sync.networkjob.propfind ]: *not* successful, http result code is 0 ""
06-23 13:47:27:618 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "7c3972a4-a557-4aeb-ada8-6db5048e232d"
06-23 13:47:27:618 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:47:29:180 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:47:32:325 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "66880216-91bf-44f6-a8ec-7d2f08cd2d11"
06-23 13:47:32:325 [ info sync.networkjob ]: OCC::LsColJob created for "https://owncloud.myserver.com" + "/" "OCC::FolderWizardRemotePath"
06-23 13:47:34:478 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "f55a1a44-489c-48cc-ae4a-1dd911ca1282"
06-23 13:47:34:478 [ info sync.networkjob ]: OCC::LsColJob created for "https://owncloud.myserver.com" + "/" "OCC::FolderWizardRemotePath"
06-23 13:47:36:709 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "f660f2d1-f449-4cb2-a899-e5dccb5b8366"
06-23 13:47:36:709 [ info sync.networkjob ]: OCC::LsColJob created for "https://owncloud.myserver.com" + "/" "OCC::FolderWizardRemotePath"
06-23 13:47:37:225 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:47:37:225 [ info sync.networkjob.lscol ]: LSCOL of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:47:37:226 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:47:37:226 [ info sync.networkjob.lscol ]: LSCOL of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:47:37:226 [ warning sync.networkjob ]: QNetworkReply::NetworkError(RemoteHostClosedError) "Connection closed" QVariant(Invalid)
06-23 13:47:37:226 [ info sync.networkjob.lscol ]: LSCOL of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "RemoteHostClosedError Connection closed"
06-23 13:47:42:089 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "94a315cc-c723-407d-93e4-c3ac23a003e3"
06-23 13:47:42:089 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:47:46:881 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:47:59:197 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "52063dac-791c-4e04-8347-d0c7e276b317"
06-23 13:47:59:198 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::QuotaInfo"
06-23 13:48:00:668 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:48:14:090 [ info sync.accessmanager ]: 6 "PROPFIND" "https://owncloud.myserver.com/remote.php/dav/files/username/" has X-Request-ID "4a9f40f0-8055-4085-b64f-ceebf000490d"
06-23 13:48:14:090 [ info sync.networkjob ]: OCC::PropfindJob created for "https://owncloud.myserver.com" + "/" "OCC::ConnectionValidator"
06-23 13:48:15:442 [ info gui.account.settings ]: Folder wizard cancelled
06-23 13:48:18:679 [ info sync.networkjob.propfind ]: PROPFIND of QUrl("https://owncloud.myserver.com/remote.php/dav/files/username/") FINISHED WITH STATUS "OK"
06-23 13:48:19:852 [ info gui.account.manager ]: Saving account "https://owncloud.myserver.com"
06-23 13:48:19:864 [ info gui.account.manager ]: Saving 0 unknown certs.
06-23 13:48:19:864 [ info gui.account.manager ]: Saving cookies. "C:/Users/username/AppData/Local/ownCloud/cookies0.db"
06-23 13:48:19:864 [ warning default ]: QIODevice::write (QFile, "C:\Users\username\AppData\Local\ownCloud\cookies0.db"): device not open
06-23 13:48:19:868 [ info gui.account.manager ]: Saved account settings, status: QSettings::Status(NoError)
06-23 13:48:19:868 [ info gui.account.manager ]: Saving 0 unknown certs.
06-23 13:48:19:868 [ info gui.account.manager ]: Saving cookies. "C:/Users/username/AppData/Local/ownCloud/cookies0.db"
06-23 13:48:19:868 [ warning default ]: QIODevice::write (QFile, "C:\Users\username\AppData\Local\ownCloud\cookies0.db"): device not open
06-23 13:48:19:873 [ info gui.account.manager ]: Saved all account settings, status: QSettings::Status(NoError)
06-23 13:48:19:897 [ info gui.socketapi ]: Lost connection QLocalSocket(0x7d45470)
06-23 13:48:19:897 [ info gui.socketapi ]: Lost connection QLocalSocket(0x7d454a0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment