alfred-microsoft-onenote-navigator icon indicating copy to clipboard operation
alfred-microsoft-onenote-navigator copied to clipboard

OneNote Navigator stops working

Open Missionary2112 opened this issue 2 years ago • 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

Missionary2112 avatar Mar 15 '22 23:03 Missionary2112

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

whugoh avatar Mar 25 '22 15:03 whugoh

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

Missionary2112 avatar Mar 26 '22 23:03 Missionary2112

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.

hugoh avatar Mar 27 '22 21:03 hugoh

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 avatar Apr 27 '22 09:04 andyylin

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

andyylin avatar May 03 '22 03:05 andyylin

i am sad, it stops working.

alexwenzel avatar Jun 05 '23 16:06 alexwenzel

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

giovannicoppola avatar Oct 16 '23 22:10 giovannicoppola

thank you @giovannicoppola

alexwenzel avatar Oct 17 '23 14:10 alexwenzel