Open
Description
Run podcast
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/notion_client/client.py", line 1[18](https://github.com/chaixuqing/Podcast2NotionPro/actions/runs/14415758563/job/40431963824#step:5:19), in _parse_response
response.raise_for_status()
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/httpx/_models.py", line 829, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '404 Not Found' for url 'https://api.notion.com/v1/blocks/***/children'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.21/x64/bin/podcast", line 5, in <module>
from podcast2notion.podcast import main
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/podcast2notion/podcast.py", line 582, in <module>
notion_helper = NotionHelper()
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/podcast2notion/notion_helper.py", line 45, in __init__
self.search_database(self.page_id)
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/podcast2notion/notion_helper.py", line 122, in search_database
children = self.client.blocks.children.list(block_id=block_id)["results"]
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/notion_client/api_endpoints.py", line 35, in list
return self.parent.request(
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/notion_client/client.py", line [19](https://github.com/chaixuqing/Podcast2NotionPro/actions/runs/14415758563/job/40431963824#step:5:20)4, in request
return self._parse_response(response)
File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/notion_client/client.py", line 126, in _parse_response
raise APIResponseError(response, body["message"], code)
notion_client.errors.APIResponseError: Could not find block with ID: 19c86019-c92c-8126-8c42-f3a984aca30d. Make sure the relevant pages and databases are shared with your integration.
Error: Process completed with exit code 1.
Metadata
Metadata
Assignees
Labels
No labels