Skip to content

Fix zimcheck warnings #348

@benoit74

Description

@benoit74

Zimcheck complains about tons of times:

    {
      "check" : "url_internal",
      "level" : "ERROR",
      "message" : "The following links:\n- ../../users/profiles/43968.webp\n(users/profiles/43968.webp) were not found in article users/43968/reid-evans",
      "links" : [
        "../../users/profiles/43968.webp"
      ],
      "normalized_link" : "users/profiles/43968.webp",
      "path" : "users/43968/reid-evans"
    },

This is "normal" errors because user images are not grabbed anymore and they are generated with JS.

We should probably find a workaround to not get these nasty zimcheck output which avoids to spot real problems which might exists as well. This could also be an opportunity to display a fallback image before switching to JS-generated picture, avoid the "broken image when JS did not yet ran" issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions