--> Image not liked: b'Unavailable Page' Raspberry PI 4 Ubuntu 21.10
- 主要语言
- Python
- 星标
- 18.2k
- 派生
- 3.9k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello,
I have some issues when i run quickstart.py on my raspberry pi4 running ubuntu 21.10
After lot of installation issues i finally run my quickstart.py file
I use Firfefox-esr 78.10 and arm version of geckodriver.
When i launch the script, some errors appear :
`WARNING [2021-12-02 21:38:35] [myaccount] - Hide Selenium Extension: error
`
`WARNING [2021-12-02 21:47:05] [myaccount] Unavailable Page: b'https://www.instagram.com/p/CW9RrwFBK7L/'
INFO [2021-12-02 21:47:05] [myaccount] --> Image not liked: b'Unavailable Page'
`
## InstaPy configuration
`# imports
from instapy import InstaPy
from instapy import smart_run
# login credentials
insta_username = 'account'
insta_password = 'pass'
comments = ['Super photo !',
'Top !',
'Jolie Cliché !',
'Nice pic !',
'Nice shot !',
'Nice!',
'So clean !',
'Propre !',
'sympa',
'jolie',
'interesting !']
# get an InstaPy session!
# set headless_browser=True to run InstaPy in the background
session = InstaPy(username=insta_username,
password=insta_password,
headless_browser=False)
with smart_run(session):
""" Activity flow """
# general settings
session.set_dont_include(["friend1", "friend2", "friend3"])
# activity
session.like_by_tags(["z50r", "hondamonkey", "hondadax", "hondaz50r", "st70", "z50j", "crf50", "crf70", "xr50", "fast50s", "sano", "takegawa", "kitaco"], amount=7)
session.set_do_follow(True, percentage=10)
# Joining Engagement Pods
session.set_do_comment(enabled=True, percentage=15)
session.set_comments(comments)
session.join_pods(topic='minibike', engagement_mode='no_comments')`
Thank you for the time to read.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with quickstart.py and the supplied InstaPy configuration on the reported Raspberry Pi 4 and Ubuntu 21.10 environment, using Firefox ESR 78.10 and the ARM geckodriver. Reproduce the “Unavailable Page” and “Hide Selenium Extension” warnings, then determine whether the issue can be isolated to this environment; done means a confirmed cause and a documented fix or reproduction boundary.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, raspberry-pi, ubuntu
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100