Operating system
OSX Catalina, 10.15.2
Joplin version
Joplin 1.0.177
, revision: 6d9f73ee
(head of master)
Note: I’m running my build from joplin/ElectronClient/app/dist/mac/Joplin.app
, which I built from the head of master, because when I try to run the official latest release downloaded from here I get this error:
I assume I’m getting this because I did a build on master earlier during some development work, and now it doesn’t know how to handle the fact that my db is ahead of the most recent release.
It’s possible that the fact I’m running a weird version is actually the source of the problem, in which case I’d love some guidance on how to get the official release running again.
Problem
When I click into a note where Markup: Markdown
, it renders just fine. But when I click into a note where Markup: HTML
, it does not render and just freezes to whatever Markdown note was last successfully rendered.
This just started happening this week, so my guess is it has something to do with the extraction of joplin-renderer
.
Logs
Here’s the console:
Contemporary lines in log.txt
: (I don’t believe these were related)
2020-01-04 18:19:48: "Sync: createRemote: remote does not exist, and local is new and has never been synced: Resource: (Local aa05b595bc114d649033bccbb4ca7fef)"
2020-01-04 18:19:48: "put .resource/aa05b595bc114d649033bccbb4ca7fef", "{"path":"/Users/vonzu/.config/joplin-desktop/resources/aa05b595bc114d649033bccbb4ca7fef.png","source":"file"}"
2020-01-04 18:19:50: "put aa05b595bc114d649033bccbb4ca7fef.md", "null"
2020-01-04 18:19:51: "stat b05b08383063d896f0ba18f54b7a8666.md"
2020-01-04 18:19:52: "Sync: createRemote: remote does not exist, and local is new and has never been synced: Resource: (Local b05b08383063d896f0ba18f54b7a8666)"
2020-01-04 18:19:52: "put .resource/b05b08383063d896f0ba18f54b7a8666", "{"path":"/Users/vonzu/.config/joplin-desktop/resources/b05b08383063d896f0ba18f54b7a8666.png","source":"file"}"
2020-01-04 18:19:53: "put b05b08383063d896f0ba18f54b7a8666.md", "null"
2020-01-04 18:19:54: "stat b41faae80c1e4ef5020bf1e4533b21db.md"
2020-01-04 18:19:55: "Sync: createRemote: remote does not exist, and local is new and has never been synced: Resource: (Local b41faae80c1e4ef5020bf1e4533b21db)"
2020-01-04 18:19:55: "put .resource/b41faae80c1e4ef5020bf1e4533b21db", "{"path":"/Users/vonzu/.config/joplin-desktop/resources/b41faae80c1e4ef5020bf1e4533b21db.jpg","source":"file"}"
2020-01-04 18:19:56: "put b41faae80c1e4ef5020bf1e4533b21db.md", "null"
2020-01-04 18:19:58: "stat b7d718e3c4f61f4783fe6f16d896d5e4.md"
2020-01-04 18:19:58: "Sync: createRemote: remote does not exist, and local is new and has never been synced: Resource: (Local b7d718e3c4f61f4783fe6f16d896d5e4)"
2020-01-04 18:19:58: "put .resource/b7d718e3c4f61f4783fe6f16d896d5e4", "{"path":"/Users/vonzu/.config/joplin-desktop/resources/b7d718e3c4f61f4783fe6f16d896d5e4.png","source":"file"}"
2020-01-04 18:20:00: "put b7d718e3c4f61f4783fe6f16d896d5e4.md", "null"
2020-01-04 18:20:01: "stat ba3d08d69391965ce4876b470c2a7d69.md"