Instapy: Images not loading

Created on 17 Oct 2017  路  3Comments  路  Source: timgrossmann/InstaPy

Hi, none of the images are loading when I execute the script, despite the fact that it is liking and commenting as expected. Even images on the login page are not loading.

I'm using the pi with latest Firefox ESR. Has anyone else experienced this problem?

help wanted

All 3 comments

630

Thanks, tried searching and didn't know it was a known issue #630 .

I'll leave this open for now, searching for images not showing doesn't yield results. I'll comment here when the issue is resolved and close the ticket.

@thisishotdog just found it in the code:
```

permissions.default.image = 2: Disable images load,

this setting can improve pageload & save bandwidth

firefox_profile.set_preference('permissions.default.image', 2)
````
you can change it in instapy/instapy.py line 123 (+/-)

I think we should keep this setup like this to save bandwidth. Please, reopen the issue if you need.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ediooo picture ediooo  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments

drcyber975 picture drcyber975  路  3Comments

46960 picture 46960  路  3Comments

converge picture converge  路  3Comments