Jump to content

fskdjfn

Member
  • Posts

    3
  • Joined

  • Last visited

fskdjfn's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. Thanks for sharing the digging! I tried PR but got denied from GitHub. So here's the notion.py I updated: https://tech.io/snippet/0TmWuss.
  2. My guess is the Python version. I have Python 3.9 installed. And you can see SimpleCookie stops at curly braces as well from this online IDE: https://tech.io/snippet/kh1JGkc and the Python version here is 3.11.1
  3. I had the same issue as nd0 with the latest version of the workflow. I debug it and found it's because there's a curly brace in my Notion cookie, but SimpleCookie stops parsing at the curly brace, which will lead to no notion_user_id in bakedCookie. Since your code only needs notion_user_id, I extract it with regex and it works for me now. I can pr the code if that's helpful. Thanks for this amazing workflow!
×
×
  • Create New...