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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: