nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

Im getting errors #21

Open Alexandros-Christou opened 3 years ago

Alexandros-Christou commented 3 years ago

File "/home/al/automated_youtube_channel/main.py", line 145, in attemptRoutine() File "/home/al/automated_youtube_channel/main.py", line 136, in attemptRoutine routine() File "/home/al/automated_youtube_channel/main.py", line 90, in routine scrapeVideos(username = IG_USERNAME, File "/home/al/automated_youtube_channel/scrape_videos.py", line 18, in scrapeVideos L.login(username, password)
File "/home/al/.local/lib/python3.8/site-packages/instaloader/instaloader.py", line 425, in login self.context.login(user, passwd) File "/home/al/.local/lib/python3.8/site-packages/instaloader/instaloadercontext.py", line 202, in login resp_json = login.json() File "/home/al/.local/lib/python3.8/site-packages/requests/models.py", line 897, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3/dist-packages/simplejson/init.py", line 518, in loads return _default_decoder.decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Iamtheguy commented 3 years ago

me too bro

SnakingDev commented 2 years ago

did you find out how to fix this?