kevin-funderburg/alfred-microsoft-onenote-navigator

OneNote Navigator stops working

Missionary-OSBS opened this issue · 8 comments

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

  • Alfred 4.6.3 [1285]
  • MacOS Monterey Version 12.3

Thank you,
Missionary

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

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

hugoh commented

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.

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.

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).

i am sad, it stops working.

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