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

AttributeError: 'NoneType' object has no attribute 'group' #36

Open w31rdho opened 2 years ago

w31rdho commented 2 years ago

Scraping Videos... Starting Scraping <instaloader.nodeiterator.NodeIterator object at 0x0000029E8B455F28> Traceback (most recent call last): File "main.py", line 145, in attemptRoutine() File "main.py", line 136, in attemptRoutine routine() File "main.py", line 93, in routine days=1) File "C:\Users\mrdho\Dropbox\automated_youtube_channel-master\scrape_videos.py", line 28, in scrapeVideos looter = ProfileLooter(acc, videos_only=True, template="{id}-{username}-{width}-{height}") File "C:\Python3\lib\site-packages\instalooter\looters.py", line 705, in init super(ProfileLooter, self).init(**kwargs) File "C:\Python3\lib\site-packages\instalooter\looters.py", line 287, in init token = get_shared_data(res.text)['config']['csrf_token'] File "C:\Python3\lib\site-packages\instalooter_utils.py", line 94, in get_shared_data return json.loads(match.group(1)) AttributeError: 'NoneType' object has no attribute 'group'

w31rdho commented 2 years ago

does anyone have the same problem?

Animesh-Barai commented 2 years ago

yes i have the same problem and not getting any solution in the internet can anyone please tell me where i am making mistake??

facudelucia commented 2 years ago

same problem :(

Jinkxx commented 2 years ago

Currently stuck with the same error. Does anyone know a solution?

metaltiger775 commented 1 year ago

No and it's starting to get annoying :(

KalikHub commented 1 year ago

Anyone got a solution!? pleasee

sweeny68 commented 1 year ago

Instagram probably updated something in their code making instalooter break

FoxYolk commented 1 year ago

Help, I am stuck on the same problem