stephancasas / alfred-mouseless-messenger

Preview and reply to your messages from within Alfred. Keep your hands on that keyboard!
93 stars 3 forks source link

Preview Message Thread #12

Open Mae682 opened 1 year ago

Mae682 commented 1 year ago

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.

NeighNeighNeigh commented 1 year ago

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

image
taylorsegell commented 1 year ago

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

stephancasas commented 1 year ago

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.

NeighNeighNeigh commented 1 year ago

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

jhurdt commented 8 months ago

@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).

stephancasas commented 8 months ago

@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.