CA
reduced-jade
My actor is constantly marked as Under maintenance. How can I check why?
Basically as in title.
10 Replies
flat-fuchsia•16mo ago
I guess, You will find all needed info in this article:
https://docs.apify.com/platform/actors/publishing/test
reduced-jadeOP•16mo ago
can I somehow check logs of that run?
I would really love to see logs of my failing checks
flat-fuchsia•16mo ago
From the article above:
You can make test run with default input on Your own and see all logs.
reduced-jadeOP•16mo ago
I did it, and it success 😦
flat-fuchsia•16mo ago
What is the name of your actor in the store?
reduced-jadeOP•16mo ago
danek/facebook-page-events-lite
I'm guessing that it might be some proxy fluctuation, but I'm not sure
Hello, I got same issue again
is there any way to check logs of failining maintenence jobs?sensitive-blue•15mo ago
hi, it seems to be that
urls
parameter has no default/prefill value but it is a required parameter, so it might be failing with the default inputreduced-jadeOP•15mo ago
hm, can you share a bit more details? I just updated input schema to include:
is this okay?
sensitive-blue•15mo ago
looks good, try to run the actor with default input and test if it succeeds

reduced-jadeOP•15mo ago
hm, so far so good! Thanks