automated_youtube_channel icon indicating copy to clipboard operation
automated_youtube_channel copied to clipboard

NoneType' object is not subscriptable

Open DevTheDruid opened this issue 2 years ago • 1 comments

I keep NoneType' object is not subscriptable after running scrape videos. I think the error is coming from this region. Any tips?

or profile in following: acc = 'profile.username' looter = ProfileLooter(acc, videos_only=True, template="{id}-{username}-{width}-{height}") if not looter.logged_in():

Skipped acc profile.username of 'NoneType' object is not subscriptable

DevTheDruid avatar Jul 22 '22 02:07 DevTheDruid

This issue is from instalooter module, probably instagram changed something on its code, making instalooter break.

kuikaw avatar Jul 22 '22 03:07 kuikaw