View Single Post
Posts: 4 | Thanked: 5 times | Joined on Jan 2014 @ Finland
#75
Thanks for the prompt response! I installed the debug version and looked at the log files. Seems you were correct about the possible cause being special characters in the folder names. I had one folder named like follows:

Code:
Helsingin Sanomat [la, 03 maalis 2012] (9)
To me it looked like the application went into an endless loop.

Here is an excerpt from the log file. There is a strange path string: 11 "/././././././././././." that is getting longer and longer.

Code:
Apr 14 21:43:51 (2014) ninedbox: fileinfo: generating contents list
Apr 14 21:43:51 (2014) ninedbox: fertig
Apr 14 21:43:51 (2014) ninedbox: fertig
Apr 14 21:43:51 (2014) ninedbox: ""
Apr 14 21:43:51 (2014) ninedbox: 11 "/././././././././././."
Apr 14 21:43:51 (2014) ninedbox: parse string =  "{"bytes": 0, "contents": [{"revision": 18, "rev": "1202fbef07", "thumb_exists": false, "bytes": 0, "modified": "Mon, 14 Apr 2014 18:32:30 +0000", "path": "/Helsingin Sanomat [la, 03 maalis 2012] (9)", "is_dir": true, "icon": "folder", "root": "dropbox", "size": "0 bytes"}, {"revision": 2, "rev": "202fbef07", "thumb_exists": false, "bytes": 0, "modified": "Mon, 06 Jun 2011 19:04:18 +0000", "path": "/Public", "is_dir": true, "icon": "folder_public", "root": "dropbox", "size": "0 bytes"}], "hash": "bc6868d52a721da0b7b2d8e9ab526327", "icon": "folder", "is_dir": true, "path": "/", "root": "dropbox", "size": "0 bytes", "thumb_exists": false}" 
Apr 14 21:43:51 (2014) ninedbox: key =  "bytes" 
Apr 14 21:43:51 (2014) ninedbox: value =  " 0" 
Apr 14 21:43:51 (2014) ninedbox: insert value  "bytes"  with content =  "0"  and type =  N 
Apr 14 21:43:51 (2014) ninedbox: key =  "contents" 
Apr 14 21:43:51 (2014) ninedbox: insert value  "contents"  with content =  "[{"revision": 18, "rev": "1202fbef07", "thumb_exists": false, "bytes": 0, "modified": "Mon, 14 Apr 2014 18:32:30 +0000", "path": "/Helsingin Sanomat [la, 03 maalis 2012] (9)", "is_dir": true, "icon": "folder", "root": "dropbox", "size": "0 bytes"}, {"revision": 2, "rev": "202fbef07", "thumb_exists": false, "bytes": 0, "modified": "Mon, 06 Jun 2011 19:04:18 +0000", "path": "/Public", "is_dir": true, "icon": "folder_public", "root": "dropbox", "size": "0 bytes"}]"  and type =  A 
Apr 14 21:43:51 (2014) ninedbox: key =  "hash" 
Apr 14 21:43:51 (2014) ninedbox: value =  " "bc6868d52a721da0b7b2d8e9ab526327"" 
Apr 14 21:43:51 (2014) ninedbox: insert value  "hash"  with content =  ""bc6868d52a721da0b7b2d8e9ab526327""  and type =  S 
Apr 14 21:43:51 (2014) ninedbox: key =  "icon" 
Apr 14 21:43:51 (2014) ninedbox: value =  " "folder"" 
Apr 14 21:43:51 (2014) ninedbox: insert value  "icon"  with content =  ""folder""  and type =  S 
Apr 14 21:43:51 (2014) ninedbox: key =  "is_dir" 
Apr 14 21:43:51 (2014) ninedbox: value =  " true" 
Apr 14 21:43:51 (2014) ninedbox: insert value  "is_dir"  with content =  "true"  and type =  B 
Apr 14 21:43:51 (2014) ninedbox: key =  "path" 
Apr 14 21:43:51 (2014) ninedbox: value =  " "/"" 
Apr 14 21:43:51 (2014) ninedbox: insert value  "path"  with content =  ""/""  and type =  S 
Apr 14 21:43:51 (2014) ninedbox: key =  "root" 
Apr 14 21:43:51 (2014) ninedbox: value =  " "dropbox""
If needed I can send you the whole log file. But I guess the problem is caused by the square brackets in the folder name. When I removed the problem folder the update started working.