What is up with these error messages? Successfully failed?
If I got 403'd and failed the run, it should say failed.

2 Replies
Someone will reply to you shortly. In the meantime, this might help:
-# This post was marked as solved by Matous. View answer.
extended-salmon•2w 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.