InstaPy / InstaPy/instapy-quickstart
InstapyFollowed error in template "like_by_tag_interact_unfollow.py"
- Vorherrschende Sprache
- Python
- Sterne
- 777
- Forks
- 763
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Got a problem with _like_by_tag_interact_unfollow.py_
> Traceback (most recent call last):
> File "C:\Python38\Lib\site-packages\like_by_tags.py", line 58, in
> session.unfollow_users(amount=random.randint(75, 150),
> TypeError: unfollow_users() got an unexpected keyword argument 'InstapyFollowed'
Probably this line :
` InstapyFollowed=(True, "all"), style="FIFO",`
Not sure what I need to do
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start with like_by_tag_interact_unfollow.py and the traceback location in like_by_tags.py line 58, then check the installed unfollow_users signature against the keyword arguments used there. Reproduce the template run and confirm it no longer raises the unexpected-keyword TypeError.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 25/100