SjoerdV / ConvertOneNote2MarkDown

Ready to make the step to Markdown and saying farewell to your OneNote, EverNote or whatever proprietary note taking tool you are using? Nothing beats clear text, right? Read on!
GNU General Public License v3.0
196 stars 113 forks source link

The RPC server is unavailable #30

Open gonzofy opened 2 weeks ago

gonzofy commented 2 weeks ago

The script seems to be reading the notebooks OK. It creates the correct directory structure in the target markdown directory.

However, it seems to fail in various ways relating to a missing RPC server.

Exception calling "GetPageContent" with "3" argument(s): "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)"

and (much later):

Error while publishing file 'Ikigai: The Japanese Secret to a Long and Happy Life Might Just Help You Live a More Fulfilling…' to docx: Exception calling "Publish" with "4" argument(s): "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)"

There are other errors, but this might be the root cause that cascades down to them.