offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
538 stars 77 forks source link

premission credentials #19

Closed saeedygujjar closed 3 years ago

saeedygujjar commented 3 years ago

Traceback (most recent call last): File "/data/data/com.termux/files/home/twitch/main.py", line 50, in upload_video_to_youtube(config) File "/data/data/com.termux/files/home/twitch/twitchtube/upload.py", line 206, in upload_video_to_youtube os.makedirs(f'{PATH}/credentials') File "/data/data/com.termux/files/usr/lib/python3.9/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/data/data/com.termux/files/home/twitch/credentials'