Skip to content

Error response behaviour poor #15

@scraperdragon

Description

@scraperdragon
  1. Takes ages to request_url() due to retrying. Should probably fail straightaway on 404?

  2. Raises an incredibly generic, minimal information error:
    RuntimeError: Max retries exceeded for <url>
    rather than the original error. (Logs do contain more info)

  3. It's impossible to do any additional handling - e.g. "If it's a 404, that's fine; skip to the next item"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions