I can't download photos from any public profile. I was able to last week but it's no longer working.
For example,
when I run instalooter user taylorswift -n 1
I get back
instalooter.cli[48301] NOTICE Starting download oftaylorswift` instalooter.cli[48301] CRITICAL user not found: 'taylorswift'`
I believe the error is caused by Profile Page not being available in user_data['entry_data'] on line 177 of pages.py.
I can't download photos from any public profile. I was able to last week but it's no longer working.
For example, when I run
instalooter user taylorswift -n 1
I get backinstalooter.cli[48301] NOTICE Starting download of
taylorswift`
instalooter.cli[48301] CRITICAL user not found: 'taylorswift'`I believe the error is caused by
Profile Page
not being available inuser_data['entry_data']
on line 177 of pages.py.I'm using instalooter 2.4.2 and python 3.6.1
Is anyone else having this issue?