Jump to content

BlackMacX

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by BlackMacX

  1. Hi, First, I have looked but found nothing that could help direct me how to do this. If it's already covered, sorry for the duplication. I have a simple (though kludgy) workflow to clear the system clipboard. What I want to do is have the single keyword command execute the system clipboard cleaner and at the same time, the Alfred Clipboard be cleaned as well as part of the workflow. The existing workflow I have is setup as follows: Keyword ("clearboard") -> Run Script (echo -n '' | pbcopy) -> Run Script (say "The Mac OS clipboard has now been cleared.") and Post Notification ("The Mac OS clipboard has now been cleared.") I suspect I can delete the Post Notification without issue. If you've suggestions on how to do this, thank you. Cheers, BlackMacX NB. I know I barely use Alfred and the Powerpack to anywhere near their fullest capacity; but I like to (as we all do) support excellent software.
  2. Thank you for the advice and I'll put the cleaning script on hold (it's not caused any issues before). Interesting that it caused (seemingly) these problems with Alfred v2 where it didn't happen in v1. Oh well, thank you again and thank you for this great app, I love how it's helped me slim down the number of applications I formerly used to address all the things Alfred does in 1 svelte app. Cheers, BlackMacX P.s. I think this thread can be locked now.
  3. Hi Andrew, I had done a Onyx based Cache cleaning on Sunday; but has rebooted my iMac thereafter, so that I wouldn't have expected an issue like this. I hadn't done any cache folder cleaning yesterday nor do I have a job scheduled that would clean it out that affects the com.runningwithcrayons.Alfred-2 folder. I do have an applescript triggered by LingonX that cleans out some contents of the Metadata/Safari folder in my Library. But that script has been running for years and didn't interfere with Alfred v1.x. Cheers, BlackMacX
  4. Hi Andrew, Alfred v2.0.2 (build 180) worked perfectly until 8:10pm PST today, when I tried to open iTunes up via Alfred and it wouldn't allow me, it would only find the iTunes mini player. I had to "reload" Alfred in order for it to work again. I am posting below the Console extract for Alfred from the 8:10pm PST timeframe onwards (as all other entries were for 20130331 prior to it): Console Log of 20130401 for Alfred v2.0.2 (build 180) 2013/04/01 8:10:20.818 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:20.819 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.819 PM Alfred 2[389]: DB Query: PRAGMA user_version 2013/04/01 8:10:20.819 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.820 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:20.821 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.821 PM Alfred 2[389]: DB Query: PRAGMA user_version = 3 2013/04/01 8:10:20.822 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.824 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.825 PM Alfred 2[389]: DB Query: CREATE TABLE IF NOT EXISTS files (path, fileName, name, nameSearch, nameSplit, nameChars, lastUsed integer, comments) 2013/04/01 8:10:20.825 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.825 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.825 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_path on files(path) 2013/04/01 8:10:20.825 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.826 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.826 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_fileName on files(fileName) 2013/04/01 8:10:20.827 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.827 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.827 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSearch on files(nameSearch) 2013/04/01 8:10:20.827 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.828 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.828 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSplit on files(nameSplit) 2013/04/01 8:10:20.828 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.829 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.829 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameChars on files(nameChars) 2013/04/01 8:10:20.829 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.829 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.830 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_lastUsed on files(lastUsed) 2013/04/01 8:10:20.830 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:20.830 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:20.831 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_comments on files(comments) 2013/04/01 8:10:20.831 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:21.930 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:21.931 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:21.931 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.037 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.037 PM Alfred 2[389]: DB Query: begin deferred transaction 2013/04/01 8:10:22.038 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.039 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.042 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.042 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.043 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.043 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.043 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.043 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.043 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.047 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.048 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.049 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.049 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.049 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.050 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.050 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.051 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.051 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.051 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.052 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.052 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.053 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.053 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.054 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.054 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.055 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.055 PM Alfred 2[389]: DB Query: commit transaction 2013/04/01 8:10:22.055 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.056 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.056 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:22.057 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.085 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.089 PM Alfred 2[389]: DB Query: begin deferred transaction 2013/04/01 8:10:22.090 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.090 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.090 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.091 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.091 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.092 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.092 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.093 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.093 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.094 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.094 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.095 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.095 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.096 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.096 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.096 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.096 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.096 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.098 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.098 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.099 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.099 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.100 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.100 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.101 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.101 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.102 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.102 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.102 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.102 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.103 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.103 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.104 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:22.104 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.105 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.105 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:22.105 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.106 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.106 PM Alfred 2[389]: DB Query: commit transaction 2013/04/01 8:10:22.107 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.107 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.108 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:22.108 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.265 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.265 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:22.265 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.390 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.391 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:22.391 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:22.456 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:22.457 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:22.457 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:23.402 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:23.403 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:23.403 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.229 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:37.283 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.286 PM Alfred 2[389]: DB Query: PRAGMA user_version 2013/04/01 8:10:37.286 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.287 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:37.287 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.288 PM Alfred 2[389]: DB Query: PRAGMA user_version = 3 2013/04/01 8:10:37.288 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.289 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.289 PM Alfred 2[389]: DB Query: CREATE TABLE IF NOT EXISTS files (path, fileName, name, nameSearch, nameSplit, nameChars, lastUsed integer, comments) 2013/04/01 8:10:37.290 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.290 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.291 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_path on files(path) 2013/04/01 8:10:37.291 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.291 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.292 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_fileName on files(fileName) 2013/04/01 8:10:37.292 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.293 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.293 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSearch on files(nameSearch) 2013/04/01 8:10:37.294 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.294 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.294 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSplit on files(nameSplit) 2013/04/01 8:10:37.295 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.295 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.295 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameChars on files(nameChars) 2013/04/01 8:10:37.296 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.296 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.297 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_lastUsed on files(lastUsed) 2013/04/01 8:10:37.298 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:37.298 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:37.298 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_comments on files(comments) 2013/04/01 8:10:37.299 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.546 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:41.546 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.546 PM Alfred 2[389]: DB Query: PRAGMA user_version 2013/04/01 8:10:41.546 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.547 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:41.547 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.548 PM Alfred 2[389]: DB Query: PRAGMA user_version = 3 2013/04/01 8:10:41.548 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.549 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.549 PM Alfred 2[389]: DB Query: CREATE TABLE IF NOT EXISTS files (path, fileName, name, nameSearch, nameSplit, nameChars, lastUsed integer, comments) 2013/04/01 8:10:41.549 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.549 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.549 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_path on files(path) 2013/04/01 8:10:41.550 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.551 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.551 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_fileName on files(fileName) 2013/04/01 8:10:41.551 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.551 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.551 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSearch on files(nameSearch) 2013/04/01 8:10:41.552 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.553 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.553 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSplit on files(nameSplit) 2013/04/01 8:10:41.554 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.554 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.554 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameChars on files(nameChars) 2013/04/01 8:10:41.554 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.555 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.558 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_lastUsed on files(lastUsed) 2013/04/01 8:10:41.563 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.564 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.564 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_comments on files(comments) 2013/04/01 8:10:41.564 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:41.994 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:41.994 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:41.995 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.119 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.120 PM Alfred 2[389]: DB Query: begin deferred transaction 2013/04/01 8:10:42.120 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.120 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.121 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.121 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.121 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.121 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.122 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.122 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.123 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.123 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.123 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.123 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.123 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.124 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.125 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.125 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.125 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.125 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.125 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.126 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.127 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.127 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.130 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.130 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.131 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.131 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.131 PM Alfred 2[389]: DB Query: commit transaction 2013/04/01 8:10:42.132 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.133 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.133 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:42.133 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.170 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.170 PM Alfred 2[389]: DB Query: begin deferred transaction 2013/04/01 8:10:42.170 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.170 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.171 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.171 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.171 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.171 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.172 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.172 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.172 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.173 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.173 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.173 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.173 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.174 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.174 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.176 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.177 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.177 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.177 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.177 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.178 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.178 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.178 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.178 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.179 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.179 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.179 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.180 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.180 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.180 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.181 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.182 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.182 PM Alfred 2[389]: DB Query: DELETE FROM files WHERE path = ? 2013/04/01 8:10:42.182 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.182 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.183 PM Alfred 2[389]: DB Query: INSERT INTO files (path, fileName, name, nameSearch, nameChars, nameSplit, lastUsed, comments) values (?, ?, ?, ?, ?, ?, ?, ?) 2013/04/01 8:10:42.183 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.183 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.184 PM Alfred 2[389]: DB Query: commit transaction 2013/04/01 8:10:42.184 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.184 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.184 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:42.184 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.268 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.268 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:42.269 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.411 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.411 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:42.412 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.423 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.423 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:42.423 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:42.498 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:42.500 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:42.500 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:43.994 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:43.994 PM Alfred 2[389]: DB Query: SELECT path, name FROM files WHERE fileName LIKE ? OR nameSearch LIKE ? OR nameSplit LIKE ? OR nameChars LIKE ? OR comments LIKE ? ORDER BY lastUsed DESC LIMIT 20 2013/04/01 8:10:43.994 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.009 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:56.010 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.010 PM Alfred 2[389]: DB Query: PRAGMA user_version 2013/04/01 8:10:56.010 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.011 PM Alfred 2[389]: error opening!: 14 2013/04/01 8:10:56.012 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.012 PM Alfred 2[389]: DB Query: PRAGMA user_version = 3 2013/04/01 8:10:56.014 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.015 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.015 PM Alfred 2[389]: DB Query: CREATE TABLE IF NOT EXISTS files (path, fileName, name, nameSearch, nameSplit, nameChars, lastUsed integer, comments) 2013/04/01 8:10:56.015 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.015 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.015 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_path on files(path) 2013/04/01 8:10:56.016 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.016 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.017 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_fileName on files(fileName) 2013/04/01 8:10:56.017 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.017 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.017 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSearch on files(nameSearch) 2013/04/01 8:10:56.018 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.018 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.019 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameSplit on files(nameSplit) 2013/04/01 8:10:56.019 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.019 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.019 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_nameChars on files(nameChars) 2013/04/01 8:10:56.019 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.020 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.020 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_lastUsed on files(lastUsed) 2013/04/01 8:10:56.021 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb 2013/04/01 8:10:56.021 PM Alfred 2[389]: DB Error: 14 "unable to open database file" 2013/04/01 8:10:56.021 PM Alfred 2[389]: DB Query: CREATE INDEX IF NOT EXISTS files_comments on files(comments) 2013/04/01 8:10:56.021 PM Alfred 2[389]: DB Path: /Users/hopkinan/Library/Caches/com.runningwithcrayons.Alfred-2/filecache.alfdb I hope this can help you. Cheers, BlackMacX
  5. Hi Andrew, I have installed Alfred v2.0.2 (build 180) and will update this thread after a few days of testing. Thank you for the quick reply and for this great application. Cheers, BlackMacX
  6. This has been happening with Alfred v2-v2.0.2 (with PowerPack) after installing it from an Alfred v.1.3.2 install. Here's what happens: - at random, Alfred v2 forgets the Applications Folder contents during a search of an application it knew of minutes ago - I have had Disk Utility verify and repair Disk Permissions as well as had Disk Warrior check the disk for issues and none were reported in either case; I saw the Disk Utility verification and repair of Disk Permissions was a suggested solution to issues similar to mine, so thought to try it about a week ago (and no change in my issue) - I have to either (just found this out, in another forum entry) enter "reload" in Alfred's pop-up window or previously go to Advanced tab in Alfred and press the "Clear Application Cache" button to reload it - this most often happens during times where my iMac has been sleeping previously - this happens approximately once per day and has happened since my install of Alfred v2 I have reported this via the bug reporting email as well but have also felt this is a common enough occurrance that I wanted to see if others have the same issue? I have checked and though I have a scripts running via Lingon X that cleans aspects of my Caches folder (~/Library/Caches), none would explain this behaviour. I haven't installed any new applications since Alfred v.2 that have caused this that I am aware of (as it continues to happen). I am using the following Mac: iMac (late 2009 model), OS: 10.8.3, 12GB RAM Except for "reloading" Alfred (which I can do; but doesn't address the underlying issue), anyone have any suggestions (I can't find this as a noted bug, so though to post).
×
×
  • Create New...