wee-brown
wee-brown•2y ago

My actor is constantly marked as Under maintenance. How can I check why?

Basically as in title.
10 Replies
Oleg V.
Oleg V.•2y ago
I guess, You will find all needed info in this article: https://docs.apify.com/platform/actors/publishing/test
wee-brown
wee-brownOP•2y ago
can I somehow check logs of that run? I would really love to see logs of my failing checks
Oleg V.
Oleg V.•2y ago
From the article above:
How we test
The test runs the Actor with its default input (defined by the prefill option in the input schema file) and expects it to finish with a Succeeded status within 5 minutes of the beginning of the run.
How we test
The test runs the Actor with its default input (defined by the prefill option in the input schema file) and expects it to finish with a Succeeded status within 5 minutes of the beginning of the run.
You can make test run with default input on Your own and see all logs.
wee-brown
wee-brownOP•2y ago
I did it, and it success 😦
Oleg V.
Oleg V.•2y ago
What is the name of your actor in the store?
wee-brown
wee-brownOP•2y 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?
lemurio
lemurio•2y 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 input
wee-brown
wee-brownOP•2y ago
hm, can you share a bit more details? I just updated input schema to include:
"urls": {
"title": "urls",
"type": "array",
"description": "events urls",
"editor": "requestListSources",
"prefill": [
{
"url": "http://example.com"
}
]
},
"urls": {
"title": "urls",
"type": "array",
"description": "events urls",
"editor": "requestListSources",
"prefill": [
{
"url": "http://example.com"
}
]
},
is this okay?
lemurio
lemurio•2y ago
looks good, try to run the actor with default input and test if it succeeds
No description
wee-brown
wee-brownOP•2y ago
hm, so far so good! Thanks

Did you find this page helpful?