RuntimeError [400] (#2) Service temporarily unavailable - Facebook Ads Campaign Management

:bullseye: What is your goal?

Goal - trying to update daily budget for Meta ads campaign - using Facebook Ads Campaign Management module in make.com

:thinking: What is the problem & what have you tried?

Trying to update daily budget for Meta ads campaign - using Facebook Ads Campaign Management module in make.com, but i got this error.

RuntimeError
[400] (#2) Service temporarily unavailable

Origin
Facebook Ads Campaign Management

Anyone have the same issue like this? What is the exact problem, i cant figure it out. need help on this.

:clipboard: Error messages or input/output bundles

RuntimeError
[400] (#2) Service temporarily unavailable

Origin
Facebook Ads Campaign Management

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Welcome to the Make community!

This could be intermittent server issues on the external service.

Handle errors so scenarios don’t stop

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be ignored or retried after a short period. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw errors and get switched off.

Error directives can only be added to an error handler route

1. Right click a module and select “Add error handler”

2. Error handlers will appear

For more information on error handling, see:

— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

hey @samliew thank you for responding.

i am aware of the error handling method. thank you for the suggestion.

but is this error come from the make side or meta side ya? and if from meta, is there any work around that we can fix it? just wonder.

This is Meta’s error, not Make’s. Error code [400] is Meta saying their API is overloaded or temporarily down on their end. It’s not your configuration. It’s Meta’s infrastructure.

2 Likes

thank you @Karmic for your clarification. noted and appreciate that

1 Like