stephancasas / alfred-mouseless-messenger

Preview and reply to your messages from within Alfred. Keep your hands on that keyboard!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview Message Thread

Mae682 opened this issue · comments

commented

I'm trying to preview message threads and Shift doesn't do anything. When I export to PDF it is a blank document with the time stamp at the top and the file location at the bottom.

Same, when I quicklook the message it just shows a generic icon

image

Likewise, did yall happen to find a fix to this?

The suspect was an issue with the way that JXA handles opaque id types on Apple Silicon, but nothing concrete has come up with diagnosing on systems other than my own.

If you'd have the time and would be willing to screen share, I'd really like to get this knocked-out. Thus far, none of the test scripts I've run have yielded any useful information.

I’d be happy to jump on a call with you to help troubleshoot

@stephancasas I don't believe this issue is limited to Apple Silicon, as I see the same with an Intel i7 Mac. Also, exporting only seems to generate a blank PDF with the default page head and footer (date & time, file url, page number).

@jhurdt With the help of @NeighNeighNeigh, I was able to debug the issue down to a problem with the SQLite query invocation via shell script. Accessing the SQLite APIs directly has produced consistent results. I have a fix, but have not had time to integrate. Will try to hit it this week though.