Hi there I’m trying to use “instagrapi” in python step but I get “read ECONNRESET” what can be the problem?
#pipedream add-package instagrapi
from instagrapi import Client
def handler(pd: "pipedream"):
cl = Client()
cl.login("****", "*******")
user_id = cl.user_id_from_username("*******")
medias = cl.user_medias(user_id, 20)
return medias
Hello @tolgayavuz302,
I can reproduce your issue with a simple step
Hello @pierce, could you check this when you have time? I see another customer having the same error read ECONNRESET error here
pierce
(Pierce)
3
If you’re experiencing a read ECONNRESET error, please add your bug report to our ongoing issue thread here: