minwook-shin / notion-database

Python bindings for Notion Database API
https://pypi.org/project/notion-database/
GNU Lesser General Public License v3.0
137 stars 12 forks source link

Page creation fail #18

Closed enrialonso closed 12 months ago

enrialonso commented 1 year ago

Describe the bug Try to create a page (like a row into Database) and fail with this message:

{
  'code': 'validation_error', 
  'message': 'Unsaved transactions: Unrecognized error.', 
  'object': 'error', 
  'status': 400
}

To Reproduce Steps to reproduce the behavior:

  1. Create a database
  2. Try to put a page (row) into DB

Expected behavior Put the page (row) on the DB

minwook-shin commented 12 months ago

hello, @enrialonso . just looking at the way, it appears to be API or server error. if you can post source code for this issue, I will try to debug it. thanks you!

enrialonso commented 12 months ago

Now it works again. I think it was an error with the Notion API, and the team resolved it in a few hours! Thanks!