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 "C:\WPy64-31040\python-3.10.4.amd64\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\WPy64-31040\python-3.10.4.amd64\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\WPy64-31040\python-3.10.4.amd64\Scripts\twitter-dl.exe_main.py", line 7, in
File "C:\WPy64-31040\python-3.10.4.amd64\lib\site-packages\twitter_dl_main.py", line 84, in main
with open(args.confidential) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\User/.twitter.json'
The text was updated successfully, but these errors were encountered:
Gives me this error on Windows 10:```
Traceback (most recent call last):
File "C:\WPy64-31040\python-3.10.4.amd64\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\WPy64-31040\python-3.10.4.amd64\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\WPy64-31040\python-3.10.4.amd64\Scripts\twitter-dl.exe_main.py", line 7, in
File "C:\WPy64-31040\python-3.10.4.amd64\lib\site-packages\twitter_dl_main.py", line 84, in main
with open(args.confidential) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\User/.twitter.json'
The text was updated successfully, but these errors were encountered: