What is up with these error messages? Successfully failed?

Succeeded. Finished! Total 1 requests: 0 succeeded, 1 failed.
Succeeded. Finished! Total 1 requests: 0 succeeded, 1 failed.
If I got 403'd and failed the run, it should say failed.
No description
2 Replies
Hall
Hall4w ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by Matous. View answer.
extended-salmon
extended-salmon2w ago
The crawler and the Actor finished successfully, while the request failed. If you want to change this, you can set a different exit code (or fail the Actor). See https://docs.apify.com/sdk/js/reference/class/Actor#exit https://docs.apify.com/sdk/python/reference/class/Actor#exit
Actor | API | SDK for JavaScript | Apify Documentation
Actor class serves as an alternative approach to the static helpers exported from the package. It allows to pass configuration that will be used on the instance methods. Environment variables will have precedence over this configuration. See {@apilink Configuration} for details about what can be configured and what are the default values.
Actor | API | SDK for Python | Apify Documentation
The class of Actor. Only make a new instance if you're absolutely sure you need to.

Did you find this page helpful?