jsonlook
jsonlook copied to clipboard
Broken on 10.9 Mavericks
trafficstars
Seems to be broken on Mavericks beta 6, here's the tail of the debug output:
[DEBUG] Previewing file:///Users/xx/Desktop/foo.json. Content type UTI: public.json. Generator used: <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator>
[DEBUG] Loading <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator>
[DEBUG] Previewing file:///Users/xx/Desktop/foo.json finished
[DEBUG] Thumbnailing foo.json -- file:///Users/xx/Desktop/ - type: public.json - generator: <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator> (try #1)
[DEBUG] Thumbnailing file:///Users/xx/Desktop/foo.json. Content type UTI: public.json. Generator used: <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator>
[DEBUG] Thumbnailing file:///Users/xx/Desktop/foo.json finished
2013-09-04 14:47:55.859 qlmanage[2483:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xcf23, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2013-09-04 14:47:55.859 qlmanage[2483:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xd02f, name = 'com.apple.CFPasteboardClient'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2013-09-04 14:47:55.859 qlmanage[2483:507] Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions
Thanks for the report. I haven't even looked at Mavericks yet. If you feel the urge, a pull request would be awesome. :D
Interestingly, my own CSV plugin shows the same error messages, but still generates the icon and preview. Strange. I currently don't have time to figure this out, I'll check back here when I do!
Just tried to install this on Mavericks. :(