Open ghost opened 2 years ago
Unsure what changed in the API, however after inspecting how the module is storing information about collections, I noted the collection_id is available via a different key. The linked patch works for me but I've only done very light testing. Care to give it a try?
@knightjoel Your fix works to solve the issue.
Looks like the latest Notion updates have broken even the newest forks of this project.
collection.add_row()
works fine on existing databases, but if you create a new database,collection
comes back asNoneType
.