thisiscam / math-with-slack

Rendered math (MathJax) with Slack's desktop client
MIT License
306 stars 28 forks source link

Math does not render for me on Mac OS Slack 4.10.3 #8

Closed jmshea closed 4 years ago

jmshea commented 4 years ago

I see no difference after installing, although the install said it was successful. Any hints on debugging would be appreciated.

thisiscam commented 4 years ago

Make sure that you restart Slack after installing? This means that you need to right click -> quit from the macOS dock.

If you've tried and doesn't work, you can do (after quiting Slack)

SLACK_DEVLEOPER_MENU=1 open /path/to/Slack.app

Then, right click anywhere on Slack -> Inspect Elements -> Console -> See if there's any suspicious warnings/errors?

thisiscam commented 4 years ago

Also, I use macOS with 4.10.3 and it is working fine at the moment.

jmshea commented 4 years ago

Maybe this is the problem?

DevTools failed to load SourceMap: Could not parse content for https://app.slack.com/client/T01ATF8662V/preload.bundle.js.map: Unexpected token < in JSON at position 0

thisiscam commented 4 years ago

I don't think so. That error has been there since version 4.1.0 I believe, and I also have it now.

Can you send a screenshot of what you are trying to render?

Another possibility is that there's some rendering bug in MathJax, which we have certainly seen before.

jmshea commented 4 years ago

I deleted Slack.app, did a fresh install, reran the installation script, and all is well now. Thanks for your help.