Please help me check with below error message, thank you very much #94
Replies: 1 comment
-
This seems like a packaging issue. Install enex2notion via homebrew. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "/Users/minglee/Library/Python/3.9/bin/enex2notion", line 8, in
sys.exit(main())
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/enex2notion/cli.py", line 47, in main
cli(sys.argv[1:])
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/enex2notion/cli.py", line 26, in cli
root = get_root(args.token, args.root_page)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/enex2notion/cli_notion.py", line 21, in get_root
client = get_notion_client(token)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/enex2notion/cli_notion.py", line 31, in get_notion_client
return NotionClient(token_v2=token)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/notion/client.py", line 88, in init
self.session = create_session(client_specified_retry)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/notion/client.py", line 62, in create_session
adapter = HTTPAdapterTLS(max_retries=retry)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/requests/adapters.py", line 156, in init
self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/notion/utils_ssl.py", line 52, in init_poolmanager
kwargs["ssl_context"] = create_custom_urllib3_context()
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/notion/utils_ssl.py", line 43, in create_custom_urllib3_context
context = create_urllib3_context(ciphers=CIPHERS)
File "/Users/minglee/Library/Python/3.9/lib/python/site-packages/urllib3/util/ssl_.py", line 292, in create_urllib3_context
context.set_ciphers(ciphers or DEFAULT_CIPHERS)
ssl.SSLError: ('No cipher can be selected.',)
Beta Was this translation helpful? Give feedback.
All reactions