notion-charts icon indicating copy to clipboard operation
notion-charts copied to clipboard

Geting HTTP 400 error on post to Notion

Open kootstra opened this issue 2 years ago • 2 comments

In Vercel I can see the following in the realt-time log. Checked to see if the Token_V2 was set according to the one in the cookie and it is identical. So I'm at a loss how to debug this any further.

[GET] /notion-schema/1e697f54ab3f492f89ebed37ee.../7a0a2021487b44c6aab7a975806...
16:00:06:44
init
using Web Server Gateway Interface (WSGI)
[ERROR]	2022-08-23T14:00:09.804Z	ec95284d-...	Got 400 error attempting to POST to queryCollection, with data: {
  "collection": {
    "id": "59d952a6-7796-...",
    "spaceId": "8921877a-..."
  },
  "collectionView": {
    "id": "7a0a2021-487b-...",
    "spaceId": "8921877a-...
  },
  "loader": {
    "filter": [],
    "reducers": {
      "collection_group_results": {
        "limit": 100000,
        "type": "results"
      }
    },
    "searchQuery": "",
    "sort": [
      {
        "property": "j?M]",
        "direction": "ascending"
      }
    ],
    "userTimeZone": "UTC",
    "type": "reducer"
  }
}
Traceback (most recent call last):
File "/var/task/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/var/task/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "./api/main.py", line 140, in get_schema
rows = cv.default_query().execute()
File "/var/task/notion/collection.py", line 410, in execute
self._client.query_collection(
File "/var/task/notion/client.py", line 294, in query_collection
return self._store.call_query_collection(*args, **kwargs)
File "/var/task/notion/store.py", line 350, in call_query_collection
response = self._client.post("queryCollection", data).json()
File "/var/task/notion/client.py", line 260, in post
raise HTTPError(
requests.exceptions.HTTPError: Something went wrong.

kootstra avatar Aug 23 '22 14:08 kootstra

Hello @kootstra, thanks for reporting this issue! I will try to have a look once I got some free time, which is not really the case right now 😐

mathix420 avatar Aug 25 '22 15:08 mathix420

Understandable, and life takes priority over free software. Take care and if there is anything you need, let me know.

kootstra avatar Aug 25 '22 17:08 kootstra