Sign up for Apify Platform here
Star Crawlee on GitHub
Star Crawlee for Python on GitHub
Apify and Crawlee Official Forum
New post
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
error handling
error handling
Inactive
0
Follow
N
NeoNomade
last year
Β·
Can we somehow throw errors that are closing the page ?
and not retrying the request?
A
H
N
3 comments
Share
Open in Discord
A
ApifyBot
last year
just advanced to level 11! Thanks for your contributions! π
H
Hamza
last year
You can throw a
NonRetryableError
Plain Text
Copy
import { NonRetryableError } from 'crawlee'; throw NonRetryableError('Error');
https://crawlee.dev/api/core/class/NonRetryableError
N
NeoNomade
last year
Thanks
Add a reply
Sign up and join the conversation on Discord
Join on Discord