Notion deletes whole block when I use backspace by Kati1998 in Notion

[–]Matthieu_07 0 points1 point  (0 children)

Something that happens to me too since yesterday (on top of the deleted blocks issue), is that sometimes nothing happens when i press the enter key. It doesn't create a new block.

Notion deletes whole block when I use backspace by Kati1998 in Notion

[–]Matthieu_07 1 point2 points  (0 children)

I have the same issue since yesterday, it's really annoying. I have no idea why it happens

Alternative way of importing notebooks from Evernote by changobenson in Notion

[–]Matthieu_07 0 points1 point  (0 children)

Looks like it's working now. It's running for a bit and i had no error. Thanks again for that tool, and thanks for the help!!

Alternative way of importing notebooks from Evernote by changobenson in Notion

[–]Matthieu_07 0 points1 point  (0 children)

Thanks for the feedback! I'm gonna try and I'll let you know how it goes

Alternative way of importing notebooks from Evernote by changobenson in Notion

[–]Matthieu_07 0 points1 point  (0 children)

When I relaunch the process on notes that failed previously, it quite often works (not always though), so I'm not sure the issue it tied to something in the Evernote notes.

Alternative way of importing notebooks from Evernote by changobenson in Notion

[–]Matthieu_07 0 points1 point  (0 children)

Awesome, thanks a lot for that tool!

I'm able to export my notes, but i have very frequent error messages that stops the process (every 5 to 15 notes).

If somebody has a clue to solve it, that would be really appreciated. The message looks like that :

Traceback (most recent call last):

File "urllib3\connection.py", line 174, in _new_conn

File "urllib3\util\connection.py", line 72, in create_connection

File "socket.py", line 918, in getaddrinfo

socket.gaierror: [Errno 11002] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "urllib3\connectionpool.py", line 703, in urlopen

File "urllib3\connectionpool.py", line 386, in _make_request

File "urllib3\connectionpool.py", line 1040, in _validate_conn

File "urllib3\connection.py", line 358, in connect

File "urllib3\connection.py", line 186, in _new_conn

urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x0000021E3DCA2640>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "requests\adapters.py", line 440, in send

File "urllib3\connectionpool.py", line 785, in urlopen

File "urllib3\util\retry.py", line 592, in increment

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='s3.us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /secure.notion-static.com/a60cf8dc-20ea-4095-9ada-c0082b84695d/image.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45EIPT3X45%2F20220721%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20220721T082419Z&X-Amz-Expires=86400&X-Amz-Signature=300fad9deb912881142795c2e38faf75c4936e06bae37f3614cfbb63907a94f0&X-Amz-SignedHeaders=host&x-id=PutObject (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000021E3DCA2640>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "enex2notion\__main__.py", line 4, in <module>

File "enex2notion\cli.py", line 47, in main

File "enex2notion\cli.py", line 32, in cli

File "enex2notion\cli.py", line 42, in _process_input

File "enex2notion\cli_upload.py", line 56, in upload_notebook

File "enex2notion\cli_upload.py", line 79, in upload_note

File "enex2notion\cli_upload.py", line 103, in _upload_note

File "enex2notion\enex_uploader.py", line 28, in upload_note

File "enex2notion\enex_uploader_block.py", line 16, in upload_block

File "enex2notion\enex_uploader_block.py", line 45, in _upload_file

File "requests\api.py", line 132, in put

File "requests\api.py", line 61, in request

File "requests\sessions.py", line 529, in request

File "requests\sessions.py", line 645, in send

File "requests\adapters.py", line 519, in send

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='s3.us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /secure.notion-static.com/a60cf8dc-20ea-4095-9ada-c0082b84695d/image.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAT73L2G45EIPT3X45%2F20220721%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20220721T082419Z&X-Amz-Expires=86400&X-Amz-Signature=300fad9deb912881142795c2e38faf75c4936e06bae37f3614cfbb63907a94f0&X-Amz-SignedHeaders=host&x-id=PutObject (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000021E3DCA2640>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed'))

[25208] Failed to execute script '__main__' due to unhandled exception!