Jump to content

wrjlewis

Member
  • Posts

    100
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wrjlewis's Achievements

Member

Member (4/5)

25

Reputation

  1. Yeah indeed. They’ve been playing around in the search api area for a while by the looks of it. I’m actually half expecting some breaking changes soon but so far we’ve been lucky..
  2. I had the same issue just now, updated my cookie value with a fresh copy/paste and it now works.
  3. Check out the solution here https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error and update the command it recommends to match your python version number. That might help.
  4. New release day 🥳 v0.6 Type ‘nsn’ for the option to quickly open a new page in Notion. Very handy! (Only supports the web app currently) #83 - Fixed a bug that would cause an error and no more results to be displayed, relating to new Notion projects and icons. Update readme with: 'new notion page' functionality new cairo instructions for those on apple silicon, use at your own risk but they work for me and svg icons now appear in search results. Still supporting both Alfred4 and Alfred5: Alfred 5 version Latest Download Alfred 4 version Latest Download Either download with the above links or as usual the workflow will update automatically the next time you use it to open a page, within max one day from now.
  5. Yeah almost as if an extension or something in Chrome is causing the cookie to be deleted which perhaps forces Notion to re-auth which gives a new token. Glad it's working now though! 🙌
  6. Hmmm, we know that there is nothing in the code that could change the cookie and space id that you provide to Alfred. Which leaves the unlikely possibility that Notion is changing your session token for some reason very frequently. When you notice search results stop working in Alfred, and you recopy the cookie from notion, is the token_v2 value within the cookie, different?
  7. Weird! so for that 1 minute, you can search and everything is functioning correctly?
  8. To be honest I don't fully understand where this error comes from, and how its evolved over different mac versions. Perhaps someone on this forum with more expertise with this could assist. It seems some people have experienced the same issue here, again I don't understand the solutions but if you have time to read through it perhaps there is somethere here that can help. https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore
  9. Try sudo '/Applications/Python 3.9.6/Install Certificates.command'
  10. This has been fixed in the latest release, and was caused by a breaking change on Notion's side. To update, please open any page in the notion alfred workflow as you would normally, or go to the corresponding release page for your Alfred version: https://github.com/wrjlewis/notion-search-alfred-workflow - Alfred4 https://github.com/wrjlewis/notion-search-alfred5-workflow - Alfred5 Thanks, Will
  11. Same error that others are experiencing due to a breaking internal api change on Notions side. I haven't had a chance to test the following suggestion and I'll update the workflow at the weekend. For anyone wanting to get the workflow working in the meantime they can search for their notion.py file, stored within Alfred's workflow directory, and make the following change: In notion.py, change line 68 with query["sort"] = {"field":"relevance"}
  12. Yeah this has been reported several times today, looks like there’s been a breaking change of some sort on notions side. Im on holiday at the moment, so can’t debug it further until next weekend. bad timing I’m afraid! If anyone wants to figure it out in the meantime, I would start with printing the raw search response from notion, convert to json to pull it apart easily, and seeing where it doesn’t match with what the code is expecting / trying to parse.
  13. This is now in the latest update as well, if you wouldn't mind confirming its working for you? CMD+Enter on a search result
  14. I've included this fix in the latest update 👍
×
×
  • Create New...