Status code 202 Basic Auth request

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.