education-backend icon indicating copy to clipboard operation
education-backend copied to clipboard

Не сохраняется страница с первого раза

Open sentry-io[bot] opened this issue 2 years ago • 0 comments

Sentry Issue: EDUCATION-BACKEND-66

NotionError: HTTP Error 400 fetching notion resouce loadPageChunk: {"errorId":"507d6182-0836-40a1-9d2c-89b8e9c4ce32","name":"ValidationError","message":"Invalid input."}
(2 additional frame(s) were not displayed)
...
  File "notion/cache.py", line 35, in get_cached_page
    return fetch_page(page_id)()
  File "notion/cache.py", line 21, in <lambda>
    return lambda: NotionClient().fetch_page_recursively(page_id)
  File "notion/client.py", line 24, in fetch_page_recursively
    page = self.fetch_page(page_id)
  File "notion/client.py", line 41, in fetch_page
    response = self.fetch(
  File "notion/client.py", line 77, in fetch
    raise NotionError(f'HTTP Error {response.status_code} fetching notion resouce {resource}: {response.text}')

sentry-io[bot] avatar Mar 22 '22 08:03 sentry-io[bot]