Skip to content

Instantly share code, notes, and snippets.

@patrickwelker
Last active August 15, 2018 09:18
Show Gist options
  • Save patrickwelker/838c590318371319293c7be7e4d6139f to your computer and use it in GitHub Desktop.
Save patrickwelker/838c590318371319293c7be7e4d6139f to your computer and use it in GitHub Desktop.
The BIB_DIR seems to have been replaced in newer Versions of BibDesk. The Closest match is, but simply replacing the dir with this file won't cut the chase: `$HOME/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/edu.ucsd.cs.mmccrack.bibdesk.sfl2`
Starting debug for 'BibDeskQuery'
[2018-08-15 11:08:36][ERROR: input.scriptfilter] Code 1: 11:08:36 workflow.py:2249 DEBUG ---------- BibDeskQuery ----------
11:08:36 workflow.py:2266 ERROR [Errno 2] No such file or directory: '/Users/ooo/Library/Caches/Metadata/edu.ucsd.cs.mmccrack.bibdesk/'
Traceback (most recent call last):
File "/Users/ooo/Dropbox/Share/Applications/Alfred.alfredpreferences/workflows/user.workflow.0938D69A-FE79-4449-8D32-1A51FDDFD0AE/workflow/workflow.py", line 2259, in run
func(self)
File "bibquery.py", line 532, in main
filter(queries, scope, wf)
File "bibquery.py", line 510, in filter
simple_filter(query, scope, wf)
File "bibquery.py", line 399, in simple_filter
data = read_cachedir()
File "bibquery.py", line 81, in read_cachedir
for bib in os.listdir(BIB_DIR):
OSError: [Errno 2] No such file or directory: '/Users/ooo/Library/Caches/Metadata/edu.ucsd.cs.mmccrack.bibdesk/'
11:08:36 workflow.py:2289 DEBUG ---------- finished in 0.014s ----------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment