You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\W11PRO\AppData\Local\Programs\Python\Python312\Lib\site-packages\notion_export_enhancer\__main__.py", line 5, in <module>
cli(sys.argv[1:])
File "C:\Users\W11PRO\AppData\Local\Programs\Python\Python312\Lib\site-packages\notion_export_enhancer\enhancer.py", line 308, in cli
nCl = NotionClient(token_v2=args.token_v2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\W11PRO\AppData\Local\Programs\Python\Python312\Lib\site-packages\notion\client.py", line 77, in __init__
self.session = create_session(client_specified_retry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\W11PRO\AppData\Local\Programs\Python\Python312\Lib\site-packages\notion\client.py", line 39, in create_session
retry = Retry(
^^^^^^
TypeError: Retry.__init__() got an unexpected keyword argument 'method_whitelist'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: