Replies: 10 comments 6 replies
-
Hi! Have you tried running it again? Is it a recurring error? |
Beta Was this translation helpful? Give feedback.
-
Thanks. For now, I recreated a second enex leaving off where the first had got to
How do I pick it up again with the --done-file if it falls over again?
P.S. What it has imported looks good, includes images and tags (vital)
Thank you
… Message ID: <vzhd1701/enex2notion/repo-discussions/12/comments/1913492@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
OK thanks.
It ran again for quite a while then errored as follows
```
ERROR: Got 400 error attempting to POST to submitTransaction, with data: {
"operations": [
{
"id": "c6abb1f0-5003-4fc2-b871-9bdb1b201504",
"path": [],
"args": {
"id": "c6abb1f0-5003-4fc2-b871-9bdb1b201504",
"version": 1,
"alive": true,
"created_by_id": "d9165b39-53d4-461b-9c49-d85f2b51bdf9",
"created_by_table": "notion_user",
"created_time": 1641426168645,
"parent_id": "c4e2d0fb-da01-489b-9c9a-6ddf92435529",
"parent_table": "block",
"type": "text",
"child_list_key": null
},
"command": "set",
"table": "block"
},
{
"args": {
"last_edited_by_id": "d9165b39-53d4-461b-9c49-d85f2b51bdf9",
"last_edited_by_table": "notion_user",
"last_edited_time": 1641426168645
},
"command": "update",
"id": "c6abb1f0-5003-4fc2-b871-9bdb1b201504",
"path": [],
"table": "block"
},
{
"id": "c4e2d0fb-da01-489b-9c9a-6ddf92435529",
"path": [
"content"
],
"args": {
"id": "c6abb1f0-5003-4fc2-b871-9bdb1b201504"
},
"command": "listAfter",
"table": "block"
},
{
"args": {
"last_edited_by_id": "d9165b39-53d4-461b-9c49-d85f2b51bdf9",
"last_edited_by_table": "notion_user",
"last_edited_time": 1641426168645
},
"command": "update",
"id": "c4e2d0fb-da01-489b-9c9a-6ddf92435529",
"path": [],
"table": "block"
},
{
"args": {
"last_edited_by_id": "d9165b39-53d4-461b-9c49-d85f2b51bdf9",
"last_edited_by_table": "notion_user",
"last_edited_time": 1641426168645
},
"command": "update",
"id": "c4e2d0fb-da01-489b-9c9a-6ddf92435529",
"path": [],
"table": "block"
},
{
"args": {
"last_edited_by_id": "d9165b39-53d4-461b-9c49-d85f2b51bdf9",
"last_edited_by_table": "notion_user",
"last_edited_time": 1641426168645
},
"command": "update",
"id": "c6abb1f0-5003-4fc2-b871-9bdb1b201504",
"path": [],
"table": "block"
}
]
}
←[?25hTraceback (most recent call last):
File "enex2notion\__main__.py", line 4, in <module>
File "enex2notion\cli.py", line 128, in main
File "enex2notion\cli.py", line 123, in cli
File "enex2notion\cli.py", line 69, in upload
File "enex2notion\enex_uploader.py", line 30, in upload_note
File "enex2notion\note_uploader.py", line 10, in upload_block
File "site-packages\notion\block.py", line 130, in add_new
File "site-packages\notion\client.py", line 400, in create_record
File "site-packages\notion\client.py", line 435, in __exit__
File "site-packages\notion\client.py", line 290, in submit_transaction
File "site-packages\notion\client.py", line 262, in post
requests.exceptions.HTTPError: Unsaved transactions: Unrecognized error.
[28052] Failed to execute script __main__
```
|
Beta Was this translation helpful? Give feedback.
-
Thank you, I will
|
Beta Was this translation helpful? Give feedback.
-
v0.2.5 ERROR: Unhandled exception while parsing note 'Entretien Aviation Civile'! |
Beta Was this translation helpful? Give feedback.
-
I don't think it likes long tables? Got this error ←[?25hERROR: Unhandled exception while parsing note 'Glossary on data protection | CNIL'! |
Beta Was this translation helpful? Give feedback.
-
Here's an error on this note which has a long table in an embedded HTML block ←[?25hINFO: Creating new page for note 'Lexique du cheval' ←[?25hWARNING: Failed to upload note 'Lexique du cheval' to Notion! Retrying... |
Beta Was this translation helpful? Give feedback.
-
Error for this note. Again seems to be a large table ERROR: Unhandled exception while parsing note 'Lexique IDM Sheave Liners'! |
Beta Was this translation helpful? Give feedback.
-
This error should be fixed now. |
Beta Was this translation helpful? Give feedback.
-
While running on an ENEX of 964 notes....
Beta Was this translation helpful? Give feedback.
All reactions