You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/api.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -520,9 +520,13 @@ Default: ``utf-8``.
520
520
DEFAULT_ERRBACK_NAME
521
521
~~~~~~~~~~~~~~~~~~~~
522
522
523
-
The name of the default errback method to call on the spider in case of an exception. The default errback method is ``parse`` to maintain backwards compatibility but it is not standard to scrapy and may interfere with the use of middlewares which implement the ``process_spider_exception`` method. Use a setting of ``None`` if you don't want to use the default scrapy exception handling.
523
+
Default: ``"parse"``
524
524
525
-
Default: ``parse``. Use the ``parse`` method on scrapy spider to handle exceptions. Be aware that this is non-standard to typical scrapy spiders.
525
+
The name of the default errback_.
526
+
527
+
Use an empty string or ``None`` to unset the errback altogether.
0 commit comments