-
Notifications
You must be signed in to change notification settings - Fork 540
fix: Fix short error summary #1605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix short error summary #1605
Conversation
|
Reported example would now log something like this |
vdusek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, otherwise LGTM
| import traceback | ||
|
|
||
| import crawlee.errors | ||
| import crawlee.router |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to import this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Only the first one is needed.
Description
UserHandlerTimeoutError(Otherwise it would be misunderstood asRequest handler timed out after 60 s)get_one_line_error_summary_if_possibledoes not access a non-existing indexIssues
Testing
Checklist