onenote_export icon indicating copy to clipboard operation
onenote_export copied to clipboard

This Python script exports all the OneNote notebooks linked to your Microsoft account to HTML files.

Results 18 onenote_export issues
Sort by recently updated
recently updated
newest added

ValueError ValueError: Missing access token. Traceback (most recent call last) File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2464, in __call__ return self.wsgi_app(environ, start_response) File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2450, in wsgi_app response = self.handle_exception(e) File "/usr/local/lib/python3.7/site-packages/flask/app.py",...

``` (onenote) PS C:\Users\Matt\code\onenote_export> python .\onenote_export.py * Serving Flask app 'onenote_export' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment....

`KeyError: 'src'` error occurs when there's a broken image in the source page. Work around is to remove the broken images in Onenote. _Example of broken images in Onenote:_ ![image](https://user-images.githubusercontent.com/486200/148622395-d3e0076b-aa38-4da6-8061-26cea8c17ecd.png)...

The program seems to be downloading attached images or something. This is a Ubuntu 20.10 desktop, run by Python 3.8.6 in a Python venv. ## Traceback _(most recent call last)_...

``` Opening page 18 httpi-love-hue.com a simple puzzle that hits me right where I like it me puzzling about my own puzzler. The game has me constantly studying my own...

Any suggestions on how this might be made to work with Onenote Desktop (a.k.a OneNote 2013/2016/2019 and just “OneNote" [[ref](https://support.microsoft.com/en-us/office/what-s-the-difference-between-the-onenote-versions-a624e692-b78b-4c09-b07f-46181958118f#windows)])? Reason being is I have most of my notebooks on...

hi. I have error when onenote page contain table , page downloaded but have not table , just content phrase .

>werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. >KeyError: 'code' ``` Traceback (most recent call last) File "C:\Program Files (x86)\Microsoft Visual...

Hi Danmou, I found two issues when i used this tool on my notebook. - Issue-1, image element parse error In my case, I found that if the image element...

I get the following error: python onenote_export.py --outdir ~/Downloads/onenote_export --select 'Personal' File "onenote_export.py", line 62 raise RuntimeError(f'Invalid server response: {resp}') ^ SyntaxError: invalid syntax