Skip to content

chore(deps): update ghcr.io/dispatcharr/dispatcharr docker tag to v0.22.1#892

Merged
davegallant merged 2 commits intomainfrom
renovate/ghcr.io-dispatcharr-dispatcharr-0.x
Apr 6, 2026
Merged

chore(deps): update ghcr.io/dispatcharr/dispatcharr docker tag to v0.22.1#892
davegallant merged 2 commits intomainfrom
renovate/ghcr.io-dispatcharr-dispatcharr-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/dispatcharr/dispatcharr patch 0.22.00.22.1

Release Notes

Dispatcharr/Dispatcharr (ghcr.io/dispatcharr/dispatcharr)

v0.22.1

Compare Source

Fixed
  • Fixed EPG sources that emit a UTF-8 BOM (e.g. ErsatzTV, EPGShare, WebGrab+Plus) parsing 0 channels and 0 programmes after the HTML entity fix introduced in v0.22.0. bytes.lstrip() only strips ASCII whitespace, leaving the three BOM bytes (EF BB BF) in place, so stripped.startswith(b'<?xml') returned False. The function fell through to the no-declaration branch and prepended the HTML entity DOCTYPE block before the BOM and XML declaration, producing invalid XML that lxml silently discarded under recover=True. Fixed by stripping the BOM explicitly before the whitespace strip: start.lstrip(b'\xef\xbb\xbf').lstrip(). BOM-free files are unaffected. (Closes #​1173) — Thanks @​dwot for the fix!

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@davegallant davegallant merged commit 59c0bdb into main Apr 6, 2026
@davegallant davegallant deleted the renovate/ghcr.io-dispatcharr-dispatcharr-0.x branch April 6, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant