Hello Make community.
I’m trying to automate crossposting from Dribbble to my social accounts.
It worked pretty good till this moment.
When automation is trying to get an HTML of dribbble page using shot URL, I get status code 202, and empty Data parameter.
I use “Watch shots” and “Make a basic auth request” modules
Previously it worked well. And now, for some reason stopped ad always shows errors
Please help with your advise.
Hey Vlad,
I believe 202 is accepted for processing. I suggest you add a router after this module and if the result is 202, then have a sleep module wait some time and retry afterwards.
@Stoyan_Vatov hey. Nope, it didn’t help.
I can’t get where the issue is. Previously everything work smoothly. I faced with this issue 4 months ago. And there is no workaround \ fixes here.
To me it loos like dribbble blocks make.com activity on their website.
Any ideas on how to fix it and if it’s possible to fix it at all?