kevin-funderburg / alfred-microsoft-onenote-navigator

Use Alfred to browse through your Microsoft OneNote notebooks, section groups and sections and then jump to them instantly.
Other
69 stars 6 forks source link

OneNote Navigator stops working #20

Open Missionary2112 opened 2 years ago

Missionary2112 commented 2 years ago

Hi,

I love using this workflow and it works fine until recently, it stops working. It would be great if you could look into the issue.

Versions

Thank you, Missionary

whugoh commented 2 years ago

The issue is that Python 2 isn't supported anymore in macOS. The workflow needs to be updated for Python 3.

Missionary2112 commented 2 years ago

So how can I do that? I just downloaded Python 3.10. What should I do next ?

hugoh commented 2 years ago

We need to update the scripts from Python 2 to 3, but have them called by /usr/bin/python3 in the workflow. No need to download new software, it's the code in this workflow that needs updating.

andyylin commented 2 years ago

I tried manually changing the code in the workflow from /usr/bin/python to /usr/bin/python3, but now it briefly shows OneNote search but quickly reverts to default search engine searches.

andyylin commented 2 years ago

Found a temporary solution:

Install Python 2: https://www.alfredapp.com/help/kb/python-2-monterey/ Download the modified OneNote Navigator Workflow from here: https://github.com/alfredapp/updated-third-party-python2-workflows

Still hoping to get a native fix (as well as for the 10 databases limit).

alexwenzel commented 1 year ago

i am sad, it stops working.

giovannicoppola commented 8 months ago

@Missionary2112 @andyylin @alexwenzel @hugoh @whugoh this fork should work

alexwenzel commented 8 months ago

thank you @giovannicoppola